Check if projects exist on an ESP server

head/deployments/{deploymentName}/edgeServers/{serverName}/projects

Returns header information about projects that run on the specified ESP server and are associated with the specified deployment.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
deploymentName
string
true

The name of the deployment.

serverName
string
true

The name of the ESP server.

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