Get Inventory Search Result

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

Authentication
This operation uses the following authentication methods.
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