export_topology
Export complete Azure infrastructure topology maps to analyze resource relationships and connectivity paths in JSON or summary format.
Instructions
Export the complete topology graph
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Export format | summary |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "summary",
"description": "Export format",
"enum": [
"json",
"summary"
],
"type": "string"
}
},
"type": "object"
}