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>"
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>"
Successful Response
The response is of type any
.