GetInventoryAssetDetails
Select
SaaS
Customer Managed
Get the details of inventory asset
Path Parameters
- inventoryId int32 required
- assetId string required
FQDN of the asset
Responses
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id string
- name string
- type InventoryAssetType
Possible values: [
NONE
,IDENTITY_SERVER
,FILE_SERVER
,OBJECT_STORAGE
] - status DcubeJobState
Possible values: [
IDLE
,STARTING
,RUNNING
,FINISHING
,FINISHED
,STOPPING
,STOPPED
,ABORTING
,ABORTED
,EXCEPTION
,UNKNOWN
,SYNCING
,PENDING
,COMPLETED_WITH_ERRORS
] - lastCollectionTime int32
- createdAt int32
properties object[]
name stringvalue string
{
"id": "string",
"name": "string",
"type": "NONE",
"status": "IDLE",
"lastCollectionTime": 0,
"createdAt": 0,
"properties": [
{
"name": "string",
"value": "string"
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...