Skip to main content

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:

  1. Instantaneous Operations: These operations (GET) are synchronous and return results immediately within their payload.
  2. 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

selfservice-manage-cluster

Task Status Flow

selfservice-manage-task-status

Operations available

Request TypeDescriptionAPI Details(require APIM access)
DELETERequest the deletion of a specific k8saas clusterdetails
GETRetrieve the details of a specific k8saas clusterdetails
GETRetrieve the status of a specific task in a k8saas clusterdetails
POSTRequest the creation of a new k8saas clusterdetails