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

Get Edge Application

Description

Fetch edge applications

Request

Request

URL

URL


get
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}/edges/{edgeLogicalId}/applications/{appId}
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

The logicalId GUID for the target enterprise


string
edgeLogicalId Required

The logicalId GUID for the target edge


string
appId Required

The appId for the target application


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 Body

Response Body

200 OK

Returns array of ApplicationResource of type application/json

Request successfully processed

{
	"_href": "string",
	"class": 0,
	"description": "string",
	"displayName": "string",
	"knownIpPortMapping": {},
	"mustNotPerformDpi": 0,
	"name": "string",
	"protocolPortMapping": {}
}
string
_href Optional

integer
class Optional

string
description Optional

string
displayName Optional

knownIpPortMapping Optional

Any valid JSON object


integer
mustNotPerformDpi Optional

string
name Optional

protocolPortMapping Optional

Any valid JSON object

Errors

Errors

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/{enterpriseLogicalId}/edges/{edgeLogicalId}/applications/{appId}


Feedback

Was this page helpful?