MachinePolicies
Get a paginated list of the Machine Policies in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
get/machinepolicies
Query parameters
idsstring[]
Specific machine policy IDs to filter out
partialNamestring
A partial machine policy name used for a sub-string search.
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
A paginated list of the Machine Policies in the supplied Octopus Deploy Space (sorted alphabetically by name).
Example response
{
"Items": [
{
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.