Retrieve Akamai Configuration
GET/integrations/akamai/
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
client_id stringrequired
Possible values: <= 256 characters
server_host stringrequired
Possible values: <= 256 characters
The unique hostname (FQDN) for the customer's Akamai instance.
client_secret stringrequired
enabled boolean
{
"client_id": "string",
"server_host": "string",
"client_secret": "string",
"enabled": true
}
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...