Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Returns a list of KMS configurations.
Resource URL
http://{host}/api/2.0/kms/config/.format
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Adds a new KMS.
Resource URL
http://{host}/api/2.0/kms/config/.format
Example Request
POST
BodyExpand | |||||
---|---|---|---|---|---|
| |||||
|
Expand |
---|
| |||||
|
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
3BodyExpand | ||||
---|---|---|---|---|
| ||||
|
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
DELETE kms/config/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes an existing Display AgentKMS 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
Expand | |||||
---|---|---|---|---|---|
| |||||
|