Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

POST: http://{jm_rest_address:port}/blocklist/addnodes

POST: http://{jm_rest_address:port}/blocklist/taskmanagers

Request:

Code Block
titleRequest
{
  "newBlocklistedTaskManagers": [
      {
          "id" : "nodeXXX/container_XXX_000002",
          "action" : "MARK_BLOCKLISTED"
      },
      {           
          "id" : "nodeXXX/container_XXX_000003",
          "action" : "MARK_BLOCKLISTED"
      }, 
      ...
  ],
  "newBlocklistedNodes": [
      {
          "id" : "node1",
          "action" : "MARK_BLOCKLISTED"
      },
      ...
  ]
}

Response: {}

Remove


}

Response: {}

Remove

DELETE: http://{jm_rest_address:port}/blocklist/node/<id>/<action>

DELETE: POST: http://{jm_rest_address:port}/blocklist/remove

Request:

...

titleRequest

...

/taskmanager/<id>/<action>

Request: {}

Response: {}

Compatibility, Deprecation, and Migration Plan

...