Skip to main content
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

  • keyString

    Label key to search by Label key to search by

  • valueString

    Label 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

  • assetTypeString

    Asset type to restrict search to; empty searches across all asset types Asset type to restrict search to; empty searches across all asset types

  • pageInteger

    Page number (1-based) for pagination Page number (1-based) for pagination

    Example: 0

  • sizeInteger

    Number of records per page Number of records per page

    Example: 0

Responses

200 OK

On success, this API returns the following response structure.

  • dataObject

    The data value

    Example: (nested object)

Endpoint

GET/api/v1/assets/labels/search

/api/v1/assets/labels/search

Operation ID

SearchAssetLabels

Permalink

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.

View all change history