Enterprise Proxy Get Enterprise Proxy Edge Inventory

Enterprise Proxy Get Enterprise Proxy Edge Inventory

Gets all partner enterprises and their associated Edge inventory.

Privileges required:

READ ENTERPRISE

Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyEdgeInventory
COPY
Request Body
{
    "enterpriseProxyId": 0
}
integer
enterpriseProxyId
Optional

enterpriseProxyId

Responses
200

Request was successfully processed

[
    {
        "enterpriseName": "string",
        "enterpriseId": 0,
        "edgeName": "string",
        "edgeId": 0,
        "created": "string",
        "edgeState": "string",
        "serialNumber": "string",
        "haSerialNumber": "string",
        "activationState": "string",
        "activationTime": "string",
        "modelNumber": "string",
        "softwareVersion": "string",
        "softwareUpdated": "string",
        "lastContact": "string"
    }
]

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
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}/portal/rest/enterpriseProxy/getEnterpriseProxyEdgeInventory