List Extensionsedit

Retrieves all of the available extensions.

Requestedit

GET /api/v1/deployments/extensions

Responsesedit

200

(Extensions) The Extensions that are available

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

curl -XGET {{hostname}}/api/v1/deployments/extensions \
-u $CLOUD_USER:$CLOUD_KEY