Check if the specified project exists in the Kubernetes cluster

head/deployments/{deploymentName}/clusterServers/{projectName}

Returns header information about a specified project from the Kubernetes cluster.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
deploymentName
string
true

The name of the deployment.

projectName
string
true

The name of the ESP project.

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