DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The following sections illustrate the Metadata APIs that are used in version v4.1:
Entity/Process | HTTP Method | Resource Path | Description |
|---|---|---|---|
| Applications | POST | applications/{application_id}/properties | Add a property to an application. |
POST | /applications/{application_id}/clusters/{cluster_id}/properties | Add a property to a cluster. | |
GET | /applications/{application_id}/properties | Retrieve all application property details. | |
GET | /applications/{application_id}/properties/{property_name} | Retrieve details of an application property. | |
GET | /applications/{application_id}/clusters/{cluster_id}/properties | Retrieve details of all cluster properties in an application. | |
DELETE | /applications/{application_id}/properties | Deleting all the properties in an application. | |
DELETE | /applications/{application_id}/properties/{property_name} | Delete an application property. | |
DELETE | applications/{application_id}/properties/{property_name}/value/{value} | Delete a value of an application property. |