Self-Service Manage Clusters
note
This documentation is currently a work in progress and this feature will be available soon
Overview
The Self-Service Manage Clusters feature allows users to create, list or delete cluster directly through the REST API. API definition can be found on trustnest APIM
Access Requirements
To manage cluster, you must request K8SAAS APIM Access
How to interact with operations
There are two types of operations you can perform:
- Instantaneous Operations: These operations (GET) are synchronous and return results immediately within their payload.
- Long-Term Operations: These operations (PUT, POST and DELETE) are asynchronous. Once initiated, users must poll the Task Status API to check the current status of the operation.
Operation Workflow
Task Status Flow
Operations available
Request Type | Description | API Details(require APIM access) |
---|---|---|
DELETE | Request the deletion of a specific k8saas cluster | details |
GET | Retrieve the details of a specific k8saas cluster | details |
GET | Retrieve the status of a specific task in a k8saas cluster | details |
POST | Request the creation of a new k8saas cluster | details |