Initialize
Request
URI
POST
https://{api_host}/dt-rest/v100/install/orchestrationengine/initialize
COPY
Request Body
DtOrchestrationModelImpl of type(s) application/json
Optional
{
"id": "string",
"location": "string",
"DeploymentType": "string",
"setting": [
{
"key": "string",
"value": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"DtLink": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
string
id
Optional
id
string
location
Optional
location
string
DeploymentType
Optional
DeploymentType
Possible values are : INVALID_DEPLOYMENT_TYPE, SMART_NODE_ORCHESTRATION, DAAS_SP, DAAS_TENANT, SINGLE_NODE_ORCHESTRATION, AZURE_NODE_ORCHESTRATION,
Responses
200
successful operation
[
{}
]