[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Non Sdwan Tunnels via Gateway
DescriptionFetch Non-SD-WAN Sites connected via a Gateway
Request
URLURL
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}/gatewayNonSdWanSites
Path Parameters
Path Parameters
string
enterpriseLogicalId
Required
The logicalId
GUID for the target enterprise
Query Parameters
Query Parameters
string
include
Optional
A comma-separated list of field names corresponding to linked resources. Where supported, the server will resolve resource attributes for the specified resources.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
GatewayNonSDWANSiteResource
of type application/json
Request successfully processed
{
"_href": "string",
"alertsEnabled": false,
"created": "string",
"description": "string",
"logicalId": "string",
"modified": "string",
"name": "string",
"operatorAlertsEnabled": false,
"status": {
"primary": "string",
"primaryRedundant": "string",
"secondary": "string",
"secondaryRedundant": "string"
},
"statusModified": "string",
"version": "string"
}
string
_href
Optional
boolean
alertsEnabled
Optional
string as date-time
created
Optional
string
description
Optional
string
logicalId
Optional
string as date-time
modified
Optional
string
name
Optional
boolean
operatorAlertsEnabled
Optional
string as date-time
statusModified
Optional
string
version
Optional
Errors
UnAuthorized
401
Unauthorized
ResourceNotFoundError
404
Resource not found
RateLimitExceededError
429
Rate Limit Exceeded
InternalServerError
500
Internal server error
Code Samples
cURL Command
curl https://{api_host}/api/sdwan/v2/enterprises/{enterpriseLogicalId}/gatewayNonSdWanSites
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform