POST /activate-key Activate Key for Environment
activateKey
Activate key used to activate a key for being used in the environment.
Request
{
"api_key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
} Request bodyapplication/json
1 fields
application/json| Field | Type | Description |
|---|---|---|
api_keyrequired | string | X-api-key to be activated in the environmentExample xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
Response 200application/json
3 fields
200application/jsonKey activated.
| Field | Type | Description |
|---|---|---|
fqdnrequired | string | Fully qualified domain name of the environment where the key was activated. |
statusrequired | string | Status of the key activation. |
messagerequired | string | Message about the key activation. |
Response 400application/json
1 fields
400application/jsonBad Request
| Field | Type | Description |
|---|---|---|
errorrequired | string | Error message. |
Response 404application/json
1 fields
404application/jsonEnvironment not found
| Field | Type | Description |
|---|---|---|
errorrequired | string | Error message. |
Response 500application/json
1 fields
500application/jsonKey Activation error
| Field | Type | Description |
|---|---|---|
errorrequired | string | Error message. |
Other responses
403