Check Deployment Name

Check Deployment Name

Returns OK if a deployment with the supplied name exists.

Request
URI
GET
https://{api_host}/deployment/api/deployments/names/{name}
COPY
Path Parameters
string
name
Required

Deployment name


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/deployment/api/deployments/names/{name}