Check if ESP servers exist in the Kubernetes cluster

head/deployments/{deploymentName}/clusterServers

Returns header information about the ESP servers that run in the Kubernetes cluster and are associated with the specified deployment. The deployment status of each ESP project in the cluster is returned.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
deploymentName
string
true

The name of the deployment.

Query Parameters

NameTypeRequiredDescription
filter
string
false

The filter parameter.

limit
integer<int32>
false

The maximum number of records to be returned.

>= 1<= 100
Default:
50
start
integer<int64>
false

The number of the first record to be returned.

>= -1
Default:
-1

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers