[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Get Enterprises

Description

List Customers

Request

Request

URL

URL


get
https://{api_host}//api/sdwan/v2/enterprises
Copy

Query Parameters

Query Parameters

string
accountNumber[contains] Optional

Filter by accountNumber[contains]


string
accountNumber[notContains] Optional

Filter by accountNumber[notContains]


string
domain[contains] Optional

Filter by domain[contains]


string
domain[notContains] Optional

Filter by domain[notContains]


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.


integer
limit Optional

Limits the maximum size of the result set.


string
name[contains] Optional

Filter by name[contains]


string
name[notContains] Optional

Filter by name[notContains]


string
nextPageLink Optional

A nextPageLink value, as fetched via a past call to a list API method. When a nextPageLink value is specified, any other query parameters that may ordinarily be used to sort or filter the result set are ignored.


string
prevPageLink Optional

A prevPageLink value, as fetched via a past call to a list API method. When a prevPageLink value is specified, any other query parameters that may ordinarily be used to sort or filter the result set are ignored.


string
sortBy Optional

sortBy query param to sort the resultset. Format of sortBy is <ASC | DESC>


Response

Response

Response Body

Response Body

200 OK

Returns EnterpriseResourceCollection of type application/json

Request successfully processed

{
	"_href": "string",
	"data": [
		{
			"_href": "string",
			"accountNumber": "string",
			"alertsEnabled": false,
			"bastionState": "UNCONFIGURED",
			"city": "string",
			"contactEmail": "string",
			"contactMobile": "string",
			"contactName": "string",
			"contactPhone": "string",
			"country": "string",
			"created": "string",
			"description": "string",
			"domain": "string",
			"endpointPkiMode": "CERTIFICATE_DISABLED",
			"gatewayPool": {
				"_href": "string"
			},
			"lat": 0,
			"locale": "string",
			"logicalId": "string",
			"lon": 0,
			"modified": "string",
			"name": "string",
			"operatorAlertsEnabled": false,
			"postalCode": "string",
			"prefix": "string",
			"state": "string",
			"streetAddress": "string",
			"streetAddress2": "string",
			"timezone": "string"
		}
	],
	"metaData": {
		"limit": 0,
		"more": false,
		"nextPageLink": "string",
		"prevPageLink": "string"
	}
}
string
_href Optional

data Optional

metaData Optional
Errors

Errors

ValidationError
400

ValidationError


UnAuthorized
401

Unauthorized


ResourceNotFoundError
404

Resource not found


RateLimitExceededError
429

Rate Limit Exceeded


InternalServerError
500

Internal server error

Code Samples

Code Samples

cURL Command

curl https://{api_host}/api/sdwan/v2/enterprises


Feedback

Was this page helpful?