Get all machine roles that have been defined in this Octopus installation
GET /api
Also reachable at /api, /api.
Path Parameters
spaceIdstring (required)
The ID of the space containing the resource(s).
Response
200 — The requested list of Machine Roles
Example Response
JSON
[
"string"
]Get all machine roles that have been defined in this Octopus installation
GET /api
Also reachable at /api, /api.
Path Parameters
spaceIdstring (required)
The ID of the space containing the resource(s).
Response
200 — The requested list of Machine Roles
MachineRolesarray of string
Example Response
JSON
{
"MachineRoles": [
"string"
]
}