IBM WebSphere · Example Payload

Websphere Gethost Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Gethost 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": "getHost",
  "method": "GET",
  "path": "/hosts/{hostName}",
  "summary": "Get Host Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Gethost200Example",
      "example": {
        "name": "Example Title",
        "os": "example_value",
        "arch": "example_value",
        "processors": 10,
        "members": [
          "example_value"
        ]
      }
    }
  ]
}