Get Eligible Green Gateways For Migration

Get Eligible Green Gateways For Migration

Get the eligible Gateways that can act as Green Gateway for given Gateway as the Blue Gateway

Request
URI
GET
https://{api_host}/api/sdwan/v2/gateways/{gatewayLogicalId}/eligibleGreenGatewaysForMigration
COPY
Path Parameters
string
gatewayLogicalId
Required

The logicalId GUID of the Gateway


Responses
200

Request successfully processed

Returns Array of object of type(s) application/json
[
    {
        "_href": "string",
        "id": "number",
        "created": "string",
        "networkId": 0,
        "enterpriseProxyId": 0,
        "siteId": 0,
        "activationKey": "string",
        "activationState": "string",
        "activationTime": "string",
        "softwareVersion": "string",
        "buildNumber": "string",
        "utilization": "number",
        "utilizationDetail": {},
        "connectedEdges": 0,
        "connectedEdgeList": [
            {}
        ],
        "dataCenterVpnStates": "string",
        "deviceId": "string",
        "logicalId": "string",
        "name": "string",
        "gatewayState": "string",
        "alertsEnabled": false,
        "description": "string",
        "dnsName": "string",
        "isLoadBalanced": false,
        "privateIpAddress": "string",
        "ipAddress": "string",
        "ipV6Address": "string",
        "lastContact": "string",
        "systemUpSince": "string",
        "serviceUpSince": "string",
        "serviceState": "string",
        "bastionState": "string",
        "endpointPkiMode": "string",
        "handOffDetail": {},
        "ipsecGatewayDetail": {},
        "modified": "string",
        "principle": "string",
        "aggregateTunnelCount": "number",
        "aggregateTunnelCountV6": "number"
    }
]

401

Unauthorized

Returns UnAuthorized of type(s) application/json
"UnAuthorized Object"
string
code
Optional

A unique error code

string
property
Optional

The name of the property to which the error applies, if applicable

string
message
Optional

A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution

string
displayMessage
Optional

A non-technical description of the error condition

string
documentation
Optional

A link to applicable external documentation


404

Resource not found

Returns ResourceNotFoundError of type(s) application/json
"ResourceNotFoundError Object"
string
code
Optional

A unique error code

string
property
Optional

The name of the property to which the error applies, if applicable

string
message
Optional

A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution

string
displayMessage
Optional

A non-technical description of the error condition

string
documentation
Optional

A link to applicable external documentation


429

Rate Limit Exceeded

Returns RateLimitExceededError of type(s) application/json
"RateLimitExceededError Object"
string
code
Optional

A unique error code

string
property
Optional

The name of the property to which the error applies, if applicable

string
message
Optional

A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution

string
displayMessage
Optional

A non-technical description of the error condition

string
documentation
Optional

A link to applicable external documentation


500

Internal server error

Returns InternalServerError of type(s) application/json
"InternalServerError Object"
string
code
Optional

A unique error code

string
property
Optional

The name of the property to which the error applies, if applicable

string
message
Optional

A detailed description of the error condition intended for developers of API clients, which may include recommendations for resolution

string
displayMessage
Optional

A non-technical description of the error condition

string
documentation
Optional

A link to applicable external documentation


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/sdwan/v2/gateways/{gatewayLogicalId}/eligibleGreenGatewaysForMigration