Skip to main content
Monitor Instance
curl --request POST \
  --url https://{api_endpoint}/api/v1/lite/monitorServiceInstance \
  --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
serviceInstanceDisplayName
string | null
required
serviceInstanceNamespace
string | null
required
zenServiceInstanceInfo
object | null
required
metadata
object | null
parameters
object | null
serviceInstanceDescription
string | null
default:""

Response

Successful Response

The response is of type any.