ResourceServers
URL/api/v2/servers
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See servers for definitions of attributes.

Sample Record

{
  "co_id": 2,
  "description": "Postgres SQL Provisioner Target",
  "plugin": "CoreServer.SqlServers",
  "status": "A"
}

Supported Filters

(warning) Viewing all servers without an additional filter is not supported.

View (all)

Additional filters:

  • co_id

Example: Obtain Servers in a given CO

GET /registry/api/v2/servers?co_id=2

Implementation Notes

  • After adding a new Server, it is currently necessary to add an instance of the Plugin implementing the desired Server type (ie: one that matches the entry point model specified in the plugin field). (CFM-42)
  • Once set, the plugin type may not be changed.
  • No labels