discovery_solution_nlps
Creates, updates, deletes, gets or lists a discovery_solution_nlps
resource.
Overview
Name | discovery_solution_nlps |
Type | Resource |
Id | azure_extras.help.discovery_solution_nlps |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
discover_solutions | exec | issueSummary | Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary. | |
discover_solutions_by_subscription | exec | subscriptionId , issueSummary | Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- discover_solutions
- discover_solutions_by_subscription
Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary.
EXEC azure_extras.help.discovery_solution_nlps.discover_solutions
@@json=
'{
"issueSummary": "{{ issueSummary }}",
"resourceId": "{{ resourceId }}",
"serviceId": "{{ serviceId }}",
"additionalContext": "{{ additionalContext }}"
}'
;
Search for relevant Azure Diagnostics, Solutions and Troubleshooters using a natural language issue summary and subscription.
EXEC azure_extras.help.discovery_solution_nlps.discover_solutions_by_subscription
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
"issueSummary": "{{ issueSummary }}",
"resourceId": "{{ resourceId }}",
"serviceId": "{{ serviceId }}",
"additionalContext": "{{ additionalContext }}"
}'
;