Infrastructure/Assets
GETInfrastructureSince 1.0SynchronousAuth Required
SearchAssetLabels
Search for assets by label key/value criteria across the asset inventory.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
keyStringLabel key to search by Label key to search by
valueStringLabel value to filter by; empty matches all values for the given key Label value to filter by; empty matches all values for the given key
assetTypeStringAsset type to restrict search to; empty searches across all asset types Asset type to restrict search to; empty searches across all asset types
pageIntegerPage number (1-based) for pagination Page number (1-based) for pagination
Example: 0
sizeIntegerNumber of records per page Number of records per page
Example: 0
Responses
Endpoint
GET/api/v1/assets/labels/search
/api/v1/assets/labels/search
Request Example
curl -X GET '{host}/api/v1/assets/labels/search' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
