IBM WebSphere · Example Payload

Websphere Getlogconfig Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getlogconfig Example is an example object payload from IBM WebSphere, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getLogConfig",
  "method": "GET",
  "path": "/logging",
  "summary": "Get Logging Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getlogconfig200Example",
      "example": {
        "logDirectory": "example_value",
        "consoleLogLevel": "AUDIT",
        "messageFileName": "example_value",
        "traceFileName": "example_value",
        "traceSpecification": "example_value",
        "maxFileSize": 10,
        "maxFiles": 10
      }
    }
  ]
}