Get a project on the specified ESP server for the specified deployment

get/deployments/{deploymentName}/edgeServers/{serverName}/projects/{projectName}

Returns a project that runs on the specified ESP server and is associated with the specified deployment.

Request Samples

1

Response Samples

1{
2 "health": true
3}

Path Parameters

NameTypeRequiredDescription
deploymentName
string
true

The name of the deployment.

projectName
string
true

The name of the ESP project.

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.

HeadersSchema