Creates a deployment target.
Operation description
The previous API for creating deployment targets supported only fixed or elastic resources. This new API supports fixed resources, elastic resources, and mixed mode.
Try it now
Test
RAM authorization
Request syntax
POST /api/v2/namespaces/{namespace}/deployment-targets/support-elastic HTTP/1.1Path Parameters
Parameter | Type | Required | Description | Example |
namespace | string | Yes | The name of the namespace. | default-namespace |
Request parameters
Parameter | Type | Required | Description | Example |
workspace | string | Yes | The ID of the workspace. | a14bd5d90a**** |
deploymentTargetName | string | Yes | The name of the deployment target. | test-dt |
body | Resource | No | The resources for the deployment target. |
Response elements
Element | Type | Description | Example |
object | The response data. | ||
requestId | string | The request ID. | CBC799F0-AS7S-1D30-8A4F-882ED4DD**** |
success | boolean | Indicates whether the request was successful. | true |
httpCode | integer | The HTTP status code. A value of 200 is returned. Use the success parameter to determine whether the request was successful. | 200 |
errorCode | string | If success is false, this parameter is not empty and indicates the error code. If success is true, this parameter is empty. | "" |
errorMessage | string | If success is false, this parameter is not empty and indicates the error message. If success is true, this parameter is empty. | "" |
data | The details of the deployment target. | { "jobs": [ { "jid": "4df35f8e54554b23bf7dcd38a151****", "name": "69d001d5-419a-4bfc-9c2e-849cacd3****", "state": "RUNNING", "start-time": 1659154942068, "end-time": -1, "duration": 188161756, "last-modification": 1659154968305, "tasks": { "total": 2, "created": 0, "scheduled": 0, "deploying": 0, "running": 2, "finished": 0, "canceling": 0, "canceled": 0, "failed": 0, "reconciling": 0, "initializing": 0 } } ] } |
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.