List providers
Get a paginated list of providers filtered by NRN and other queries
Query parameters
Limits the number of results returned per page
Specifies the offset for paginating through results
Unique identifier for the entity represented as a UUID
Nullplatform Resource Name (NRN) representing a hierarchical identifier for nullplatform resources
Dimensions for the query, formatted as key:value pairs separated by commas (e.g., "key1:value1,key2:value2")
Provider Specification ID to filter by, it supports comma separated values
Provider Specification slug to filter by, it supports comma separated values
Specifies whether to show entities defined in the lower level of the NRN hierarchy
Specifies whether to show entities defined in the lower level of the NRN hierarchy
List of provider specification IDs to filter by
Attributes to include in the response
Response
Paginated list of providers
Example response
{
"results": [
{
"id": "a3f1c2d4-e5b6-7890-ab12-cdef34567890",
"nrn": "organization=1:account=1:namespace=1",
"dimensions": {
"environment": "production"
},
"specification_id": "02fd22f1-6bf9-41aa-9b58-29d50f725855",
"attributes": {
"cluster": {
"id": "my-np-gcp-prod",
"location": "s-west1",
"namespace": "my-namespace"
},
"gateway": {
"public_name": "my-public-gateway",
"private_name": "my-private-gateway"
}
},
"tags": [
{
"id": "4e2306de-82e3-4b74-a419-e0e324beb500",
"key": "cluster.id",
"value": "my-np-gcp-prod"
}
],
"created_at": "2024-10-15T08:30:00Z",
"updated_at": "2024-10-20T14:45:00Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.