POST
/
lite
/
provision
curl --request POST \
  --url http://localhost/api/v1/lite/provision \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {},
  "parameters": {},
  "serviceInstanceDescription": "<string>",
  "serviceInstanceDisplayName": "<string>",
  "serviceInstanceNamespace": "<string>",
  "zenServiceInstanceInfo": {
    "zenCloudPakInstanceId": "<string>",
    "zenControlPlaneNamespace": "<string>",
    "zenImageRegistryPrefix": "<string>",
    "zenServiceInstanceId": "<string>",
    "zenServiceInstanceSecret": "<string>",
    "zenServiceInstanceType": "<string>",
    "zenServiceInstanceUID": "<string>",
    "zenServiceInstanceUserName": "<string>",
    "zenServiceInstanceVersion": "<string>"
  }
}'
"<any>"

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.