Enterprise Fix Superaltgateway

Enterprise Fix Superaltgateway

Calculate Super Alt Gateway for an Enterprise and add it to each edge controlPlane

Privileges required:

UPDATE ENTERPRISE

READ GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/enterprise/fixEnterpriseSuperAltGateway
COPY
Request Body
{
    "enterpriseId": 0,
    "enterpriseName": "string"
}
integer
enterpriseId
Optional

enterpriseId

string
enterpriseName
Optional

enterpriseName

Responses
200

Request was successfully processed

[
    {
        "id": 123,
        "rows": 1
    }
]

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/enterprise/fixEnterpriseSuperAltGateway