Versions Compared

Key

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

...

Code Block
languagebash
titleGET, DELETE
linenumberstrue
GET
URL: /v2/controllers/{controller-name}

RETURN STATUS: 200
RETURN BODY: 
{
  "name": "HPA-Placement-Controller",
  "host": "10.7.100.4",
  "port": 88009029
}


DELETE
URL: /v2/controllers/{controller-name}

RETURN STATUS: 204

...