IBM WebSphere · Example Payload

Websphere Listfeatures Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Listfeatures 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": "listFeatures",
  "method": "GET",
  "path": "/features",
  "summary": "List Installed Features",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listfeatures200Example",
      "example": [
        {
          "name": "Example Title",
          "displayName": "example_value",
          "version": "example_value",
          "description": "A sample description.",
          "enabled": true,
          "dependencies": [
            "example_value"
          ]
        }
      ]
    }
  ]
}