Skip to main content
GET
/
deployment
/
registered
Get Registered Deployments
curl --request GET \
  --url http://{host}:{port}/{contextPath}/deployment/registered \
  --header 'Authorization: Basic <encoded-value>'
[
  "deploymentId1",
  "deploymentId2",
  "deploymentId3"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Request successful.

The response is of type string[].