NetworkLinkResource
RESTFUL API specification defined here for network links related operations.
The following resources are applicable:
/networkLinks
GET
Response Body
| element: | (custom) |
| media types: | text/plain application/json |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK; the resource was found |
| 400 Bad Request | bad or malformed request |
| 404 Not Found | the resource does not exist |
| 406 Not Acceptable | required representation is not supported by the server |
| 500 Internal Server Error | internal server error |
| 503 Service Unavailable | service is unavailable |
POST
Request Body
| element: | json |
| media types: | text/plain application/json |
(no documentation provided)
Response Body
| element: | (custom) |
| media types: | */* application/xml |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK; the resource was found |
| 400 Bad Request | bad or malformed request |
| 404 Not Found | the resource does not exist |
| 406 Not Acceptable | required representation is not supported by the server |
| 500 Internal Server Error | internal server error |
| 503 Service Unavailable | service is unavailable |
/networkLinks/{id}
The following operations are supported on this resource:
GET
Parameters
| name | description | type | default |
|---|---|---|---|
| id | (no documentation provided) | path |
Response Body
| element: | (custom) |
| media types: | text/plain application/json |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK; the resource was found |
| 400 Bad Request | bad or malformed request |
| 404 Not Found | the resource does not exist |
| 406 Not Acceptable | required representation is not supported by the server |
| 500 Internal Server Error | internal server error |
| 503 Service Unavailable | service is unavailable |
DELETE
Parameters
| name | description | type | default |
|---|---|---|---|
| id | (no documentation provided) | path |
Response Body
| element: | (custom) |
| media types: | */* application/xml |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK; the resource was found |
| 400 Bad Request | bad or malformed request |
| 404 Not Found | the resource does not exist |
| 406 Not Acceptable | required representation is not supported by the server |
| 500 Internal Server Error | internal server error |
| 503 Service Unavailable | service is unavailable |
PUT
Parameters
| name | description | type | default |
|---|---|---|---|
| id | (no documentation provided) | path |
Request Body
| element: | json |
| media types: | */* application/xml |
(no documentation provided)
Response Body
| element: | (custom) |
| media types: | */* application/xml |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK; the resource was found |
| 400 Bad Request | bad or malformed request |
| 404 Not Found | the resource does not exist |
| 406 Not Acceptable | required representation is not supported by the server |
| 500 Internal Server Error | internal server error |
| 503 Service Unavailable | service is unavailable |