IBM WebSphere · Example Payload

Websphere Updateconfigelement Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Updateconfigelement 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": "updateConfigElement",
  "method": "PUT",
  "path": "/config/{elementName}/{uid}",
  "summary": "Update a Configuration Element Instance",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateconfigelementRequestExample",
      "example": {
        "uid": "500123",
        "configElementName": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Updateconfigelement200Example",
      "example": {
        "uid": "500123",
        "configElementName": "example_value"
      }
    }
  ]
}