A newer version is available. For the latest information, see the
current release documentation.
List Deployments
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
List Deployments
editList Deployments.
Request
editGET /api/v1/deployments
Responses
edit-
200 -
The list of deployments that belong to the authenticated user.
-
401 -
You are not authorized to perform this action.
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments \
-H "Authorization: ApiKey $ECE_API_KEY"