v1/settings
Use the v1/settings API to create, update, or list settings (preferences) for your account.
URI
http://<hostname>/ws/v1/settings
Formats
HTTP method | Format | Description | Parameters |
---|---|---|---|
GET | /ws/v1/settings | Get summary of the settings APIs. | |
GET | /ws/v1/settings/inventory/ws/v1/settings/inventory.xml | Get a list of all settings for your account. | |
GET | /ws/v1/settings/inventory/{name} | Get the value for a specific setting. | name |
PUT | /ws/v1/settings/inventory/ | Change the value for a setting. | name value |
DELETE | /ws/v1/groups/inventory/{name} | Remove a setting. | name |