Visualstudio
Connector for the visualstudio API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://online.visualstudio.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_api_v1_agents_family— GET /api/v1/Agents/{family}get_api_v1_environments— GET /api/v1/Environmentsgetenvironmentroute— GET /api/v1/Environments/{environmentId}get_api_v1_environments_environmentid_archive— GET /api/v1/Environments/{environmentId}/archiveget_api_v1_environments_environmentid_heartbeatt— GET /api/v1/Environments/{environmentId}/heartbeattokenget_api_v1_environments_environmentid_state— GET /api/v1/Environments/{environmentId}/state
Inputs
apiKey— your visualstudio API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_api_v1_agents_family
apiKey: <your key>