Download OpenAPI specification:
Control Center REST API definition.
Get JWT for the user.
Username.
Password.
{- "username": "string",
- "password": "pa$$word"
}{- "invalidParams": [
- {
- "name": "string",
- "reason": "string"
}
], - "detail": "string"
}Unique Connection ID.
{- "status": "GOOD",
- "reports": [
- {
- "reportName": "string",
- "description": "string",
- "status": "GOOD"
}
]
}Unique Connection ID.
Unique report name.
{- "reportName": "string",
- "description": "string",
- "status": "GOOD"
}Creates a cluster provisioning request.
Managed cluster version.
Cluster name.
Cloud provider region or availability zone.
The size of the AWS instance that is used for the cluster.
Cluster storage data regions.
The number of nodes in the cluster.
The list of addresses that can connect to the cluster. If empty, any address is allowed.
The list of account IDs that can work with the cluster's private link.
Transparent Data Encryption information.
User name.
User password.
Enables multiple availability zones. Use this option to improve cluster stability.
{- "version": "GG8",
- "clusterName": "wonderful_hawking",
- "cloudProviderRegion": "us-east-1",
- "clusterSize": "S",
- "igniteDataRegions": [
- {
- "name": "default",
- "sizeInBytes": 0,
- "persistence": false
}
], - "nodeCount": 1,
- "rules": [
- {
- "cidrIpv4": "10.0.0.0/8",
- "description": "string"
}
], - "privateLink": {
- "accountIds": [
- "string"
]
}, - "tde": {
- "type": "AWS_KMS",
- "cmkArn": "string",
- "roleArn": "string",
- "externalId": "string"
}, - "userLogin": "string",
- "userPassword": "pa$$word",
- "azEnabled": false
}{- "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d",
- "clusterId": "a3d24843-7014-4490-bdd3-b7cb39b400c8",
- "connectionInfo": {
- "urls": [
- "string"
]
}
}Destroys the specified nebula cluster.
The ID of the cluster to destroy.
{- "invalidParams": [
- {
- "name": "string",
- "reason": "string"
}
], - "detail": "string"
}