v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Logging

Retrieve persisted per API logging data.

This retrieve the persisted API logging data for API logging support.

get/api-logging-configs

Headers

xWSO2Tenantstring required

This is used to specify the tenant domain, where the resource need to be retrieved from.

Response

Event Received success

Example response

{
  "apis": [
    {
      "context": "pizashack/v1.0.0",
      "logLevel": "all",
      "resourceMethod": "GET",
      "resourcePath": "/v1.0.0/pizza"
    }
  ]
}