IBM WebSphere · Example Payload

Websphere Getconfigresources Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getconfigresources 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": "getConfigResources",
  "method": "GET",
  "path": "/config/{resourceType}",
  "summary": "List Resources of a Specific Type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getconfigresources200Example",
      "example": [
        {
          "id": "abc123",
          "type": "example_value",
          "name": "Example Title",
          "attributes": "example_value",
          "links": [
            {
              "rel": "example_value",
              "href": "https://www.example.com"
            }
          ]
        }
      ]
    }
  ]
}