[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Application Map Application Classes
DescriptionFetch application map classes
Request
URLURL
https://{api_host}//api/sdwan/v2/applicationMaps/{logicalId}/applicationClasses
Path Parameters
Path Parameters
string
logicalId
Required
The logicalId
GUID for the target resource
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
ApplicationClassResource
of type application/json
Request successfully processed
{
"_href": "string",
"id": 0,
"name": "string"
}
string
_href
Optional
number as float
id
Optional
string
name
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/applicationMaps/{logicalId}/applicationClasses
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform