Inventory Details
Select
Customer Managed
This operation returns details about an Inventory
Path Parameters
- inventoryId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Inventory Details - With Single Asset
- Inventory Details Without Assets
- Inventory Details - Multiple Assets
Schema
inventoryList object[]
inventoryName stringinventoryId integercreateDateTime stringassets object[]
lastActiveTime stringassetId integername stringtype integerstatus integerpropertyValues object
nameValues object[]
name stringvalue stringsecurityAssociation object
associations object[]
userOrGroup object[]
userId integeruserName string_type_ integerproperties object
isCreatorAssociation booleancategoryPermission object
categoriesPermissionList object[]
permissionName stringpermissionId integer_type_ integerownerAssociations object
analyticsEngineCloud object
_type_ integercloudId integercloudDisplayName stringerrorResp object
{
"inventoryList": [
{
"inventoryName": "string",
"inventoryId": 0,
"createDateTime": "string",
"assets": [
{
"lastActiveTime": "string",
"assetId": 0,
"name": "string",
"type": 0,
"status": 0,
"propertyValues": {
"nameValues": [
{
"name": "string",
"value": "string"
}
]
}
}
],
"securityAssociation": {
"associations": [
{
"userOrGroup": [
{
"userId": 0,
"userName": "string",
"_type_": 0
}
],
"properties": {
"isCreatorAssociation": true,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionName": "string",
"permissionId": 0,
"_type_": 0
}
]
}
}
}
],
"ownerAssociations": {}
},
"analyticsEngineCloud": {
"_type_": 0,
"cloudId": 0,
"cloudDisplayName": "string"
}
}
],
"errorResp": {}
}
{
"inventoryList": [
{
"inventoryName": "Rest_Api_Inventory",
"inventoryId": 81,
"createDateTime": "1555431561",
"assets": [
{
"lastActiveTime": "0",
"assetId": 94,
"name": "test.com",
"type": 61,
"status": 1,
"propertyValues": {
"nameValues": [
{
"name": "EntityType",
"value": "PROVIDER_ENTITY"
}
]
}
},
{
"lastActiveTime": "0",
"assetId": 95,
"name": "test.cv.com",
"type": 61,
"status": 1,
"propertyValues": {
"nameValues": [
{
"name": "EntityType",
"value": "PROVIDER_ENTITY"
}
]
}
}
],
"securityAssociation": {
"associations": [
{
"userOrGroup": [
{
"userId": 5,
"userName": "GDPR_User",
"_type_": 13
}
],
"properties": {
"isCreatorAssociation": true,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionName": "Change security settings",
"permissionId": 107,
"_type_": 122
},
{
"permissionName": "View",
"permissionId": 31,
"_type_": 122
},
{
"permissionName": "Agent Management",
"permissionId": 2,
"_type_": 122
}
]
}
}
}
],
"ownerAssociations": {}
},
"analyticsEngineCloud": {
"_type_": 169,
"cloudId": 2,
"cloudDisplayName": "GDPR_IndexServer"
}
}
],
"errorResp": {}
}
{
"inventoryList": [
{
"inventoryName": "Rest_Api_Inventory",
"inventoryId": 81,
"createDateTime": "1555431561",
"securityAssociation": {
"associations": [
{
"userOrGroup": [
{
"userId": 5,
"userName": "GDPR_User",
"_type_": 13
}
],
"properties": {
"isCreatorAssociation": true,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionName": "Change security settings",
"permissionId": 107,
"_type_": 122
},
{
"permissionName": "View",
"permissionId": 31,
"_type_": 122
},
{
"permissionName": "Agent Management",
"permissionId": 2,
"_type_": 122
}
]
}
}
}
],
"ownerAssociations": {}
},
"analyticsEngineCloud": {
"_type_": 169,
"cloudId": 2,
"cloudDisplayName": "GDPR_IndexServer"
}
}
],
"errorResp": {}
}
{
"inventoryList": [
{
"inventoryName": "Rest_Api_Inventory",
"inventoryId": 81,
"createDateTime": "1555431561",
"assets": [
{
"lastActiveTime": "0",
"assetId": 94,
"name": "test.com",
"type": 61,
"status": 1,
"propertyValues": {
"nameValues": [
{
"name": "EntityType",
"value": "PROVIDER_ENTITY"
}
]
}
},
{
"lastActiveTime": "0",
"assetId": 95,
"name": "test.cv.com",
"type": 61,
"status": 1,
"propertyValues": {
"nameValues": [
{
"name": "EntityType",
"value": "PROVIDER_ENTITY"
}
]
}
}
],
"securityAssociation": {
"associations": [
{
"userOrGroup": [
{
"userId": 5,
"userName": "GDPR_User",
"_type_": 13
}
],
"properties": {
"isCreatorAssociation": true,
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionName": "Change security settings",
"permissionId": 107,
"_type_": 122
},
{
"permissionName": "View",
"permissionId": 31,
"_type_": 122
},
{
"permissionName": "Agent Management",
"permissionId": 2,
"_type_": 122
}
]
}
}
}
],
"ownerAssociations": {}
},
"analyticsEngineCloud": {
"_type_": 169,
"cloudId": 2,
"cloudDisplayName": "GDPR_IndexServer"
}
}
],
"errorResp": {}
}
Loading...