IBM WebSphere · Example Payload

Websphere Getserverconfig Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getserverconfig 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": "getServerConfig",
  "method": "GET",
  "path": "/ibm/api/config",
  "summary": "Get Server Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getserverconfig200Example",
      "example": {
        "description": "A sample description.",
        "featureManager": {
          "feature": [
            "example_value"
          ]
        },
        "httpEndpoint": [
          {
            "id": "abc123",
            "host": "example_value",
            "httpPort": 10,
            "httpsPort": 10
          }
        ]
      }
    }
  ]
}