IBM WebSphere · Example Payload

Websphere Updateserverconfig Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Updateserverconfig 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": "updateServerConfig",
  "method": "PUT",
  "path": "/config",
  "summary": "Update Server Configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateserverconfigRequestExample",
      "example": {
        "description": "A sample description.",
        "featureManager": {
          "feature": [
            "example_value"
          ]
        },
        "httpEndpoint": [
          {
            "id": "abc123",
            "host": "example_value",
            "httpPort": 10,
            "httpsPort": 10
          }
        ],
        "application": [
          {
            "name": "Example Title",
            "location": "example_value",
            "type": "war",
            "contextRoot": "example_value",
            "state": "STARTED",
            "autoStart": true
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Updateserverconfig200Example",
      "example": {
        "description": "A sample description.",
        "featureManager": {
          "feature": [
            "example_value"
          ]
        },
        "httpEndpoint": [
          {
            "id": "abc123",
            "host": "example_value",
            "httpPort": 10,
            "httpsPort": 10
          }
        ],
        "application": [
          {
            "name": "Example Title",
            "location": "example_value",
            "type": "war",
            "contextRoot": "example_value",
            "state": "STARTED",
            "autoStart": true
          }
        ]
      }
    }
  ]
}