[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Enterprise Application By ID
DescriptionFetch enterprise applications
Request
URLURL
https://{api_host}//api/sdwan/v2/enterprises/{enterpriseLogicalId}/applications/{appId}
Path Parameters
Path Parameters
string
enterpriseLogicalId
Required
The logicalId
GUID for the target enterprise
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 BodyResponse Body
200 OK returns
array
of
InlineApplicationsArray
of type application/json
Request successfully processed
Errors
Code Samples
Code Samples
cURL Command
curl https://{api_host}/api/sdwan/v2/enterprises/{enterpriseLogicalId}/applications/{appId}
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform