List
Errors
Gets a list of vxmlapps in Unified CVP.
URL | https://<ipaddress>:8111/cvp-config/vxmlapp |
HTTP Method | GET. |
API Type | Synchronous. |
Input/Output Format | JSON, XML. |
Parameters | The following query parameters are specified using (q=) syntax. Name : appname Description: Text parameter with the application name. The value can be wildcarded. Required : No. Validations : Should not contain any starting wildcard characters. Notes : 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. Name : startIndex Description: Starting index of the result list. Required : No. Values : Zero-based: 0 is the first element. DEFAULT = 0. Validations : zero or more. Notes : URL query parameter. Name : resultsPerPage Description: Specifies number of elements to retrieve. Required : No. Values : MIN=1, DEFAULT=25, MAX=50 Validations : One or more. Notes: URL query parameter |
Sample JAVA code | |
Sample Response Header | |
Sample XML Response | |
Sample JSON Response | |
Category | HTTP Status | Error | Error Description |
|---|---|---|---|
Authentication | 401 | authorization.unathorized | 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. Check the user roles. | |
Generic | 406 | invalid.acceptHeader | Invalid accept header, it should contain either xml or json. |
Get Properties Validation | 400 | invalid.argument | Invalid query parameter. |