Skip to main content

Inventory Details

Select

Customer Managed

This operation returns details about an Inventory

Path Parameters
  • inventoryId string required
Responses

OK


Schema
  • inventoryList object[]
  • inventoryName string
  • inventoryId integer
  • createDateTime string
  • assets object[]
  • lastActiveTime string
  • assetId integer
  • name string
  • type integer
  • status integer
  • propertyValues object
  • nameValues object[]
  • name string
  • value string
  • securityAssociation object
  • associations object[]
  • userOrGroup object[]
  • userId integer
  • userName string
  • _type_ integer
  • properties object
  • isCreatorAssociation boolean
  • categoryPermission object
  • categoriesPermissionList object[]
  • permissionName string
  • permissionId integer
  • _type_ integer
  • ownerAssociations object
  • analyticsEngineCloud object
  • _type_ integer
  • cloudId integer
  • cloudDisplayName string
  • errorResp object
GET /ediscoveryclients/inventories/:inventoryid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
inventoryId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/EDiscoveryClients/Inventories/:inventoryId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'