Get
Errors
Gets details of a vxmlapp object.
URL | https://<ipaddress>:8111/cvp-config/vxmlapp/{appname} |
HTTP Method | GET. |
API Type | Synchronous. |
Input/Output Format | JSON, XML. |
Parameters | The following parameters are specified as separate URL query parameters with & separators. Name: summary Description: Text parameter to indicate whether only application name is listed or full details to be listed. Required: No. Values: true Validations: Only allowed values. Notes: URL query parameter. Default is false. |
Sample Java code | |
Sample XML Response | |
Sample JSON Response | |
Category | HTTP Status | Error Code | Error Description |
|---|---|---|---|
Authentication | 401 | authorization.unauthorized | Unauthorized request. |
401 | authentication.notAuthorized | User is not authorized to access the requested resource. | |
401 | authentication.noAccess | User is not allowed to access the resource. Access to a resource is based on the role of a user. | |
Generic | 406 | invalid.acceptHeader | Invalid accept header, it should contain either xml or json. |
Get Properties Validation | 400 | invalid.argument | Invalid query parameter. |