Get a List of All Network Storage Volumes by Account for All Nodes
HTTP Verb | GET
|
URI Template | /account/{accountId}/networkstorage
|
MIME Type | application/vnd.pncp.v.1.0+json onwards
|
Normal HTTP Response Code | 200 OK
|
Invoked by | Resellers can invoke this for their own account as well as any other account they own. End-clients can also place this request for their own account.
|
Response Mode | Synchronous. |
Sample Request
GET /pncp-external-api-rest/account/5974/networkstorage HTTP/1.1
Accept: application/vnd.pncp.v.5.0+json
Authorization: PNCP M2IzMGQ3NzM3NzBhODC8yV234asdfaT0=
Content-Length: 0
User-Agent: Jakarta Commons-HttpClient/3.1
Host: YOUR_API_URL
Sample Response
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Type: application/vnd.pncp.v.5.0+json
Transfer-Encoding: chunked
Date: Thu, 05 Jul 2012 08:27:15 GMT
[
{
"resourceURL":"/networkstorage/379"
},
{
"resourceURL":"/networkstorage/381"
},
{
"resourceURL":"/networkstorage/382"
},
{
"resourceURL":"/networkstorage/386"
}
]