Azure Network Expressrouteport
Connector for the azure-network-expressrouteport API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
expressrouteports_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts — List all the ExpressRoutePort resources in the specified subscription.expressrouteportslocations_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations — Retrieves all ExpressRoutePort peering locations. Does not return available bandexpressrouteportslocations_get— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName} — Retrieves a single ExpressRoutePort peering location, including the list of avaiexpressrouteports_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts — List all the ExpressRoutePort resources in the specified resource group.expressrouteports_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName} — Retrieves the requested ExpressRoutePort resource.expressroutelinks_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links — Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort re
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— 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: expressrouteports_list
# (attach an 'oauth' credential to the task — no inline secrets)