Get Inventory Search Result
Get product inventory information based on search criteria.
Request
URI
POST
https://umip/api/v1/inventory/search-results
COPY
Request Body
Search criteria
SearchInventoryRequest
of type(s)
application/json
Required
{
"productId": 0,
"productType": "string",
"criteria": {
"targetType": "string",
"ruleName": "string"
}
}
integer
productId
Optional
Constraints:
minimum: 1
productId
string
productType
Optional
productType
Possible values are :
vCenter,
VCD,
object
criteria
Optional
criteria
Responses
200
OK
Returns
SearchInventoryResponse
of type(s)
application/json
"SearchInventoryResponse Object"
array of
object
SearchInventoryResponse
Optional
SearchInventoryResponse
204
OK - no content
Operation doesn't return any data structure
401
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/v1/inventory/search-results
On This Page
Customer Rules Operations
GET
Get Rules
POST
Post Rules
DELETE
Delete Rules
PATCH
Patch Rules
GET
Get Rule
DELETE
Delete Rule
PATCH
Patch Rule
GET
Get Rules Audit
POST
Get Inventory Search Result