이 콘텐츠는 선택한 언어로 제공되지 않습니다.
10.6. Methods
10.6.1. Creating a Cluster 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Creation of a new cluster requires the
name
, cpu id=
and datacenter
elements. Identify the datacenter
with either the id
attribute or name
element.
Example 10.3. Creating a cluster
10.6.2. Updating a Cluster 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The
name
, description
, cpu id=
and error_handling
elements are updatable post-creation.
Example 10.4. Updating a cluster
10.6.3. Removing a Cluster 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Removal of a cluster requires a
DELETE
request.
Example 10.5. Removing a cluster
DELETE /api/clusters/00000000-0000-0000-0000-000000000000 HTTP/1.1 HTTP/1.1 204 No Content
DELETE /api/clusters/00000000-0000-0000-0000-000000000000 HTTP/1.1
HTTP/1.1 204 No Content