Azure Imds
Connector for the azure-imds API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://169.254.169.254/metadata - Auth:
bearer(pass your key via theapiKeyinput)
Operations
attested_getdocument— GET /attested/document — Get Attested Data for the Virtual Machine.identity_getinfo— GET /identity/info — Get information about AAD Metadataidentity_gettoken— GET /identity/oauth2/token — Get a Token from Azure ADinstances_getmetadata— GET /instance — Get Instance Metadata for the Virtual Machine.
Inputs
apiKey— your azure-imds 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: attested_getdocument
apiKey: <your key>