KMS API
Returns a list of KMS configurations.
Resource URL
http://{host}/api/2.0/kms/config/.format
Example Request
GET
GET kms/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a single KMS configuration.
Resource URL
http://{host}/api/2.0/kms/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired KMS configuration. |
Example Request
GET
Adds a new KMS.
Resource URL
http://{host}/api/2.0/kms/config/.format
Example Request
POST
PUT kms/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Updates an existing KMS configuration.
Resource URL
http://{host}/api/2.0/kms/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired KMS to be updated. |
Example Request
PUT
DELETE kms/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes an existing KMS configuration.
Resource URL
http://{host}/api/2.0/kms/config/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired KMS configuration to be deleted. |
Example Request
DELETE