Azure Network Virtualwan
Connector for the azure-network-virtualwan 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
p2svpngateways_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways — Lists all the P2SVpnGateways in a subscription.virtualhubs_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/virtualHubs — Lists all the VirtualHubs in a subscription.virtualwans_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/virtualWans — Lists all the VirtualWANs in a subscription.vpngateways_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/vpnGateways — Lists all the VpnGateways in a subscription.vpnsites_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/vpnSites — Lists all the VpnSites in a subscription.p2svpngateways_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/p2svpnGateways — Lists all the P2SVpnGateways in a resource group.
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: p2svpngateways_list
# (attach an 'oauth' credential to the task — no inline secrets)