Cisco Cisco Prime Home 6.3 Developer's Guide

Page of 78
Cisco Prime Home – Integration Guide
 
 
OL-28557-01   v5.0.1
 
15 
WADL  
Appending 
?wadl
 
to any resource uri will return a generated HTML description 
of that resource including the supported methods, data types, references to 
sub-ordinate resources, and security parameters. 
Status Codes  
For detailed information: http://www.w3.org/Protocols/rfc2616/rfc2616-
sec10.html 400 (Bad Request) statuses are broken up into status codes for easy 
consumption. 400 statuses will be returned in the following format:  
 
400 ERROR-CODE; Error Text 
 
 
 
 
Dates 
Dates conform to ISO8061 compliant format. Times are formatted in UTC time 
with descrete time zone notation. 
 
 
Status 
Code 
Meaning 
Caused By 
200 
 
OK 
The request was handled successfully 
401 
 
Unauthorized 
Credentials have not been provided by the 
caller 
403 
 
Forbidden 
Credentials were provided but the resource 
rejected access 
404 
 
Not Found 
The resource at the URI does not exist 
400 
 
Bad Request 
Caused by the client providing bad information 
to the server. 
  SYNTAX-ERROR 
 
The structure of the document provided is 
invalid 
  VALIDATION-ERROR 
 
Some value provided in the document is invalid 
  CONCURRENCY-ERROR 
 
Provided an out-of-date revision 
  REFERENCED-ENTITY-NOT-FOUND 
 
Providing data which references something 
that is invalid.  
e.g.: a service that does not exist 
500 
Internal Server Error 
 
Internal error occurring on the server. Contact 
Cisco Support.