queries
Configure and send a query request to retrieve the desired entities based on specified parameters.
Execute the query defined by the payload
Path Parameters
- tenantId
Describes clientId of the tenant
Request Body
application/json
- objectType
Query the category type
- Enum:
- resourcealerttickettopologytag
- fields
List of fields to be included in the query results. Note: When specifying domain properties like domainProperties['vendorUUID'] or domainProperties['physical_location_name'], ensure they are written exactly in this format.
- fileterCriteria
- sortBy
Specifies the attribute used to sort the results. This field is optional. If not provided, the API returns results in the default order, which may not be ideal for paginated responses. The attribute must be one of the fields included in the response.
- sortByOrder
Sort order for results based on the sortBy attribute. Defaults to ASC (ascending order) if not specified.
- Enum:
- ASCDESC
Default: ASC
- pageNo
- pageSize
Default: 100
Minimum: 1
Maximum: 500
Responses
This endpoint accepts anyOf the following:
object
- results
- pageNo
- pageSize
- nextPage
- descendingOrder
object
- results
- pageNo
- pageSize
- nextPage
- descendingOrder
object
- results
- pageNo
- pageSize
- nextPage
- orderBy
- descendingOrder
object
- results
- pageNo
- pageSize
- nextPage
- descendingOrder