Proxies
Get a list of Proxies
Lists all of the Proxies in the supplied Octopus Deploy Space. The results will be sorted alphabetically by name.
get/proxies
Query parameters
idsstring[]
partialNamestring
A partial or complete name to search on. This will perform a "contains" style match against the supplied name or name-fragment
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
The requested list of Proxies, sorted alphabetically by name.
Example response
{
"Items": [
{
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.