User Guide
GetObjectInventory
Loads object inventory data.
URL
GET /api/Report/GetObjectInventory |
GetObjectInventory method |
Parameter | Required | Description | Type |
---|---|---|---|
top | Optional | Return top X records. |
integer($int32) (query) |
Responses
Code | Description | Links | |
---|---|---|---|
200 | Success | No links | |
Media Type text/plain application/json text/json (Controls Accept header) |
|||
Example Value |Schema | |||
[ { "id": 0, "timestamp": "2024-12-13T18:50:34.812Z", "metrics": [ { "name": "string", "type": 0, "value": 0 } ] } ] |
|||
400 | Bad Request | No links | |
Media Type
text/plain application/json text/json |
|||
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" } |
|||
401 | Unauthorized | No links |