Skip to content

Lists monitored assets of a product with pagination, sorting, and filtering options.

GET
/api/v1/provision/admin/products/{productId}/monitored-assets
curl --request GET \
--url https://example.com/api/v1/provision/admin/products/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/monitored-assets
productId
required
string format: uuid

The unique identifier of the product.

pageNumber
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

The page number to retrieve.

pageSize
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

The number of items per page.

sortOrder
string

The sort order of the items.

filter
string

The filter criteria for the items.

Returns a paginated list of monitored assets.

object
pageNumber
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
pageSize
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
totalCount
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
items
Array<object>
object
id
string format: uuid
entitlementId
null | string format: uuid
productId
null | string format: uuid
metricName
string
name
string
description
string
unit
string
category
string
tags
Array<string>
numberFormat
string
metricType
integer
meteredUsageId
null | string format: uuid
meteredUsage
One of:
null
balanceUsageId
null | string format: uuid
balanceUsage
One of:
null
allowedBackDatingTolerance
string
/^-?(\d+\.)?\d{2}:\d{2}:\d{2}(\.\d{1,7})?$/
totalPages
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
hasPreviousPage
boolean
hasNextPage
boolean