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

Reassign Inventory

Description

Reassign edge to other partner’s enterprise

Privileges required:

CREATE EDGE

UPDATE INVENTORY

Request

Request

URL

URL


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

Request Body

Request Body

InlineVcoInventoryReassignInventoryItems_RequestBody of mimetype application/json Required
Response

Response

Response Body

Response Body

200 OK

Returns InlineVcoInventoryReassignInventoryItems200Response of type application/json

Request was successfully processed

Errors

Errors

error
400

Invalid Request: Please check your request schema


error
500

Error parsing or processing request

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"edges":[{"configurationId":0,"inventoryItemId":0,"licenseId":0}],"enterpriseId":0,"enterpriseProxyId":0}' https://{api_host}/portal/rest/vcoInventory/reassignInventoryItems
Vendor Extensions

Vendor Extensions

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


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

Was this page helpful?