HTTP Verb | PUT
|
URI Template | /account/{accID}/baremetalfirewall/{firewallID}/tags/{tagName}
|
MIME Type | application/vnd.pncp.v.4.0+json onwards
|
Normal HTTP Response Code | 200 OK
|
Invoked By | Resellers can invoke this for bare metal devices found in their own account as well as any other account they own. End-clients can invoke this for bare metal devices in their account only.
|
Response Mode | Synchronous. |
Sample Request
PUT /pncp-external-api-rest/ account/1/baremetalfirewall/24/tags/tagName HTTP/1.1
Accept: application/vnd.pncp.v.5.0+json
Authorization: PNCP 7JG6Bdp6pionVXbvA0h1ZQ0yjmoSw3gDQZLFWzVBOXM=
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, 26 Jan 2012 13:48:03 GMT
{
"resourceURL":"/account/1/baremetalfirewall/24/tags"
}