Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{api_endpoint}/v1/lite/provision \ --header 'Content-Type: application/json' \ --data ' { "serviceInstanceDisplayName": "<string>", "serviceInstanceNamespace": "<string>", "zenServiceInstanceInfo": { "zenCloudPakInstanceId": "<string>", "zenControlPlaneNamespace": "<string>", "zenImageRegistryPrefix": "<string>", "zenServiceInstanceId": "<string>", "zenServiceInstanceSecret": "<string>", "zenServiceInstanceType": "<string>", "zenServiceInstanceUID": "<string>", "zenServiceInstanceUserName": "<string>", "zenServiceInstanceVersion": "<string>" }, "metadata": {}, "parameters": {}, "serviceInstanceDescription": "" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Show child attributes
Successful Response