Apache ServiceMix · JSON Structure

Apache Servicemix Bundle State Request Structure

Request to update bundle state

Type: object Properties: 1
Enterprise IntegrationESBIntegrationMessagingOSGiApacheOpen Source

BundleStateRequest is a JSON Structure definition published by Apache ServiceMix, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

state

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-servicemix/refs/heads/main/json-structure/apache-servicemix-bundle-state-request-structure.json",
  "description": "Request to update bundle state",
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "enum": [
        "start",
        "stop",
        "restart",
        "refresh",
        "update"
      ],
      "description": "Target state action"
    }
  },
  "name": "BundleStateRequest"
}