Enterprise Get Enterprise Addresses

Enterprise Get Enterprise Addresses

Gets all public IP address information for the management and control entities associated with the specified enterprise, including Orchestrator(s), Gateway(s), and datacenter(s).

Privileges required:

READ ENTERPRISE

Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterpriseAddresses
COPY
Request Body
{
    "enterpriseId": 0
}
integer
enterpriseId
Required

enterpriseId

Responses
200

Request was successfully processed

[
    {
        "address": "string",
        "entity": "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 '{"enterpriseId:"integer"}' https://{api_host}/portal/rest/enterprise/getEnterpriseAddresses