Skip to main content

Add a single configuration

POST 

https://api.getcortexapp.com/api/v1/coralogix/configuration

Add a single configuration

Request

Bodyrequired

    aliasstringrequired
    apiKeystringrequired
    isDefaultbooleanrequired
    regionstringrequired

    Possible values: [US1, US2, EU1, EU2, AP1, AP2]

Responses

Successfully added configuration

Schema
    configurations object[]required
  • Array [
  • aliasstringrequired
    isDefaultbooleanrequired
    lastFourstringrequired
    regionstringrequired

    Possible values: [US1, US2, EU1, EU2, AP1, AP2]

  • ]

Authorization: http

name: bearerAuthtype: httpbearerFormat: JWTdescription: All requests to the Cortex API need to provide an `Authorization: Bearer <token>` header, where `<token>` is an API key created in the Settings page of your workspace.scheme: bearer
Request Collapse all
Base URL
https://api.getcortexapp.com
Auth
Body required
{
  "alias": "string",
  "apiKey": "string",
  "isDefault": true,
  "region": "US1"
}
ResponseClear

Click the Send API Request button above and see the response here!