{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Troubleshooter API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Troubleshooter",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Get Scope Providers Microsoft Help Troubleshooters Troubleshootername",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/:scope/providers/Microsoft.Help/troubleshooters/:troubleshooterName",
"params": [
{
"name": "scope",
"value": "",
"type": "path",
"description": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read "
},
{
"name": "troubleshooterName",
"value": "",
"type": "path",
"description": "Troubleshooter resource Name."
}
]
},
"docs": "Gets troubleshooter instance result which includes the step status/result of the troubleshooter resource name that is being executed. Get API is used to retrieve the result of a Troubleshooter instance, which includes the status and result of each step in the Troubleshooter workflow. This API requires the Troubleshooter resource name that was created using the Create API."
},
{
"info": {
"name": "Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/:scope/providers/Microsoft.Help/troubleshooters/:troubleshooterName",
"params": [
{
"name": "scope",
"value": "",
"type": "path",
"description": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read "
},
{
"name": "troubleshooterName",
"value": "",
"type": "path",
"description": "Troubleshooter resource Name."
}
]
},
"docs": "Creates the specific troubleshooter action under a resource or subscription using the ‘solutionId’ and ‘properties.parameters’ as the trigger. Azure Troubleshooters help with hard to classify issues, reducing the gap between customer observed problems and solutions by guiding the user effortlessly through the troubleshooting process. Each Troubleshooter flow represents a problem area within Azure and has a complex tree-like structure that addresses many root causes. These flows are prepared wi"
},
{
"info": {
"name": "Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Continue",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/:scope/providers/Microsoft.Help/troubleshooters/:troubleshooterName/continue",
"params": [
{
"name": "scope",
"value": "",
"type": "path",
"description": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read "
},
{
"name": "troubleshooterName",
"value": "",
"type": "path",
"description": "Troubleshooter resource Name."
}
]
},
"docs": "Uses ‘stepId’ and ‘responses’ as the trigger to continue the troubleshooting steps for the respective troubleshooter resource name. Continue API is used to provide inputs that are required for the specific troubleshooter to progress into the next step in the process. This API is used after the Troubleshooter has been created using the Create API."
},
{
"info": {
"name": "Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername End",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/:scope/providers/Microsoft.Help/troubleshooters/:troubleshooterName/end",
"params": [
{
"name": "scope",
"value": "",
"type": "path",
"description": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read "
},
{
"name": "troubleshooterName",
"value": "",
"type": "path",
"description": "Troubleshooter resource Name."
}
]
},
"docs": "Ends the troubleshooter action"
},
{
"info": {
"name": "Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Restart",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/:scope/providers/Microsoft.Help/troubleshooters/:troubleshooterName/restart",
"params": [
{
"name": "scope",
"value": "",
"type": "path",
"description": "scope = resourceUri of affected resource.
For example: /subscriptions/0d0fcd2e-c4fd-4349-8497-200edb3923c6/resourcegroups/myresourceGroup/providers/Microsoft.KeyVault/vaults/test-keyvault-non-read "
},
{
"name": "troubleshooterName",
"value": "",
"type": "path",
"description": "Troubleshooter resource Name."
}
]
},
"docs": "Restarts the troubleshooter API using applicable troubleshooter resource name as the input. It returns new resource name which should be used in subsequent request. The old resource name is obsolete after this API is invoked."
}
]
}
],
"bundled": true
}