IBM WebSphere · Example Payload

Websphere Createconfigresource Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Createconfigresource 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": "createConfigResource",
  "method": "POST",
  "path": "/config/{resourceType}",
  "summary": "Create a New Configuration Resource",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateconfigresourceRequestExample",
      "example": {
        "id": "abc123",
        "type": "example_value",
        "name": "Example Title",
        "attributes": "example_value",
        "links": [
          {
            "rel": "example_value",
            "href": "https://www.example.com"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createconfigresource201Example",
      "example": {
        "id": "abc123",
        "type": "example_value",
        "name": "Example Title",
        "attributes": "example_value",
        "links": [
          {
            "rel": "example_value",
            "href": "https://www.example.com"
          }
        ]
      }
    }
  ]
}