Amazon MSK · JSON Structure

Msk Api List Nodes Response Structure

ListNodesResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListNodesResponse is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken NodeInfoList

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/amazon-msk/refs/heads/main/json-structure/msk-api-list-nodes-response-structure.json",
  "name": "ListNodesResponse",
  "type": "object",
  "description": "ListNodesResponse schema from Amazon MSK API",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "\n            <p>The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. \n               To get another batch of nodes, provide this token in your next request.</p>"
        }
      ]
    },
    "NodeInfoList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfNodeInfo"
        },
        {
          "xml": {
            "name": "nodeInfoList"
          },
          "description": "\n            <p>List containing a NodeInfo object.</p>"
        }
      ]
    }
  }
}