NSX-T Data Center REST API

AllIdsEventsRequestQueryParameters (type)

{
  "description": "Represents the query parameters, such as the tenancy context, that the ids-events API accepts.",
  "id": "AllIdsEventsRequestQueryParameters",
  "module_id": "PolicyIDSMetrics",
  "properties": {
    "context": {
      "$ref": "TenancyContextQueryParameter"
    },
    "enforcement_point_path": {
      "$ref": "EnforcementPointPathQueryParameter"
    }
  },
  "title": "Query parameters passed to the ids-events API",
  "type": "object"
}