Sign in

Metadata subpath

documented

Query a metadata subpath under the base endpoint, e.g. interfaces/public/0/ipv4/address.

GET /{path}Metadatano implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "http://169.254.169.254/metadata/v1/{{$path}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"