API Overview
The CSS API is a self-developed API that complies with RESTful API design specifications. CSS provides the functions listed in Table 1 through the CSS API.
| API | Function | API URI |
|---|---|---|
| APIs Related to Cluster Management | POST /v1.0/{project_id}/clusters | |
GET /v1.0/{project_id}/clusters | ||
GET /v1.0/{project_id}/clusters/{cluster_id} | ||
DELETE /v1.0/{project_id}/clusters/{cluster_id} | ||
POST /v1.0/{project_id}/clusters/{cluster_id}/restart | ||
POST /v1.0/{project_id}/clusters/{cluster_id}/extend | ||
POST /v1.0/{project_id}/clusters/{cluster_id}/role_extend | ||
GET /v1.0/{project_id}/es-flavors | ||
| APIs Related to Cluster Management | GET /v1.0/{project_id}/css-cluster/{cluster_id}/tags | |
GET /v1.0/{project_id}/css-cluster/tags | ||
| APIs Related to Word Dictionary Management (Poisson Analyzer) | POST /v1.0/{project_id}/clusters/{cluster_id}/poisson_words | |
GET /v1.0/{project_id}/clusters/{cluster_id}/poisson_words | ||
DELETE /v1.0/{project_id}/clusters/{cluster_id}/poisson_words?name={name} | ||
| APIs Related to Word Dictionary Management (IK Analyzer) | POST /v1.0/{project_id}/clusters/{cluster_id}/thesaurus | |
GET /v1.0/{project_id}/clusters/{cluster_id}/thesaurus | ||
DELETE /v1.0/{project_id}/clusters/{cluster_id}/thesaurus | ||
| APIs Related to Snapshot Management | Automatically Performing Basic Configurations for a Cluster Snapshot | POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/auto_setting |
POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/setting | ||
POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/policy | ||
| Querying the Automatic Snapshot Creation Policy for a Cluster | GET /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/policy | |
POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot | ||
GET /v1.0/{project_id}/clusters/{cluster_id}/index_snapshots | ||
POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/{snapshot_id}/restore | ||
DELETE /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/{snapshot_id} | ||
DELETE /v1.0/{project_id}/clusters/{cluster_id}/index_snapshots |
Last Article: Selecting an API Type
Next Article: Calling APIs
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.