API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
200
A summary of the results of the request. This response indicates that
the request was successfully processed, not necessarily that every
task succeeded. The caller should inspect the content of the response
to see which tasks failed.
BulkResponse
400
One of the specified objects requested was invalid. As a result, none
of the tasks were attempted.
No Content
Example HTTP response
Response 200
{
Ê "status" : "ok",
Ê "tasks" : [ {
Ê "status" : "ok",
Ê "object" : "/clusters/cluster-
2/storage_volumes/VPD83T3:600014400000001001f6383efd6c62c9"
Ê }, {
Ê "status" : "error",
Ê "object" : "/clusters/cluster-
2/storage_volumes/VPD83T3:600014400000001001f6383efd6c62cb",
Ê "reason" : {
Ê "code" : "7",
Ê "cmd" : "amf rename amf",
Ê "params" : {
Ê "newname" : "bulk_claim_2"
Ê }
Ê }
Ê } ]
}
3.4. Certificates
3.4.1. Add the certificate to the keystore.
POST /external_certificates/trusted/{external_certificate}
Parameters
8