Administrator Guide
REST API | 131
REST API - Protocol Data Unit (PDU) Structure
The following features are supported to configure the REST API:
• Physical interface
• Logical interface
• BGP
• Infrastructure
• Miscellaneous
Each node is printed as:
<status> <flags> <name> <opts> <type>
204 No Content
The request was successfully completed, but no
response body is returned.
400 Bad Request
The request could not be processed because it contains
missing or invalid information (such as validation error
on an input field, a missing required value, and so on).
401 Unauthorized
The request requires user authentication. The response
includes a “WWW-Authenticate” header field for basic
authentication.
403 Forbidden
Access to the resource was denied by the server due to
authorization rules.
404 Not Found
The requested resource does not exist.
405 Method Not Allowed
The HTTP method specified in the request (DELETE,
GET, HEAD, PATCH, POST, PUT) is not supported for
this resource.
406 Not Acceptable
The resource identified by this request is not capable of
generating the requested representation, specified in the
“Accept” header or in the “format” query parameter.
409 Conflict
This code is used if a request tries to create a resource
that already exists.
415 Unsupported Media
Type
The format of the request is not supported.
500 Internal Error
The server encountered an unexpected condition which
prevented it from fulfilling the request.
501 Not Implemented
The server does not (currently) support the functionality
required to fulfill the request.
503 Unavailable
The server is currently unable to handle the request due
to the resource being used by someone else or is
temporarily overloaded.