Create Inventory
Select
Customer Managed
This operation creates a new Inventory.
Header Parameters
- Accept string required
- application/json
Request Body
- inventoryName string
analyticsEngineCloud object
cloudId integercloudDisplayName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
inventoryList object[]
inventoryName stringinventoryId integererrorResp object
{
"inventoryList": [
{
"inventoryName": "string",
"inventoryId": 0
}
],
"errorResp": {}
}
Loading...