Get List of Service for an Asset
GET/asm/api/v1/asset/:asmAssetId/service
Get the list of services for assets by asset-id.
Request
Path Parameters
asmAssetId stringrequired
Query Parameters
snapshot_date stringrequired
Snapshot date
next_page_token string
Next page token
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
value object[]
List of services
id uuid
Service ID
name string
Service name
serviceType string
Service type
nextPageToken string
Next page token
{
"value": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"serviceType": "string"
}
],
"nextPageToken": "string"
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...