z/OS ISPF Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TSO action request JSON

z/OS ISPF Services Guide
SC19-3626-00

The following schema describes the JSON data structure for a request for action by TSO:

{
  "TSO RESPONSE":{
    "description":"TSO action request from the client",
    "type":"object",
    "properties":{
      "VER":{
        "description":"TSO response JSON version identifier",
        "type":"string",
        "maxLength":4,
        "required":true
      },
      "ACTION":{
        "description":"action request text - ATTN=attention request",
        "type":"string",
        "enum":["ATTN"]
      }
    }
  }
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014