[{"label":"Latest (1.0.0)","version":"latest"}]
vmware-sase-platform

Get Assigned Inventory

Description

Gets all of the inventory information available with this VCO. This method does not have required parameters. The optional parameters are enterpriseId - Returns inventory items belonging to the specified enterprise. If the caller context is an enterprise, then this value will be taken from the token itself. modifiedSince - Returns inventory items that have been modified in the last modifiedSince hours. with - Array containing the string “edge” to get details about the provisioned Edge, if any.

Request

Request

URL

URL


post
https://{api_host}/portal/rest/vcoInventory/getInventoryItems
Copy

Request Body

Request Body

InlineVcoInventoryGetInventoryItems_RequestBody of mimetype application/json Required
Response

Response

Response Body

Response Body

200 OK

Returns array of InventoryItem of type application/json

Inventory items belonging available at the VCO

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"enterpriseId":0,"enterpriseProxyId":0,"modifiedSince":0,"with":["edge"]}' https://{api_host}/portal/rest/vcoInventory/getInventoryItems
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-privileges:
    allowAuthTypes:
        - OPERATOR_USER
        - ENTERPRISE_USER
        - MSP_USER
    allowPrincipleTypes: []
    excludeAuthTypes: []
    excludePrincipleTypes:
        - EDGE
        - GATEWAY
    requirePrivileges:
        - action: READ
          object: INVENTORY
x-vmw-doc-operation: Get assigned inventory


[{"label":"Latest (1.0.0)","version":"latest"}]
vmware-sase-platform
Feedback

Was this page helpful?