Incidents interface
Rozhraní představující Incidenty.
Metody
| create |
Vytvoří nebo aktualizuje incident. |
| create |
Vytvoří tým Microsoftu pro vyšetřování incidentu sdílením informací a přehledů mezi účastníky. |
| delete(string, string, string, Incidents |
Odstraňte incident. |
| get(string, string, string, Incidents |
Dostane incident. |
| list(string, string, Incidents |
Získá všechny incidenty. |
| list |
Získá všechny výstrahy incidentu. |
| list |
Získá všechny záložky incidentu. |
| list |
Získá všechny entity související s incidenty. |
| run |
Aktivuje playbook pro konkrétní incident. |
Podrobnosti metody
createOrUpdate(string, string, string, Incident, IncidentsCreateOrUpdateOptionalParams)
Vytvoří nebo aktualizuje incident.
function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<Incident>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
- incident
- Incident
Incident
Parametry možností.
Návraty
Promise<Incident>
createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)
Vytvoří tým Microsoftu pro vyšetřování incidentu sdílením informací a přehledů mezi účastníky.
function createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<TeamInformation>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
- teamProperties
- TeamProperties
Vlastnosti týmu
Parametry možností.
Návraty
Promise<TeamInformation>
delete(string, string, string, IncidentsDeleteOptionalParams)
Odstraňte incident.
function delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
- options
- IncidentsDeleteOptionalParams
Parametry možností.
Návraty
Promise<void>
get(string, string, string, IncidentsGetOptionalParams)
Dostane incident.
function get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<Incident>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
- options
- IncidentsGetOptionalParams
Parametry možností.
Návraty
Promise<Incident>
list(string, string, IncidentsListOptionalParams)
Získá všechny incidenty.
function list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident, Incident[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- options
- IncidentsListOptionalParams
Parametry možností.
Návraty
listAlerts(string, string, string, IncidentsListAlertsOptionalParams)
Získá všechny výstrahy incidentu.
function listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentAlertList>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
Parametry možností.
Návraty
Promise<IncidentAlertList>
listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)
Získá všechny záložky incidentu.
function listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentBookmarkList>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
Parametry možností.
Návraty
Promise<IncidentBookmarkList>
listEntities(string, string, string, IncidentsListEntitiesOptionalParams)
Získá všechny entity související s incidenty.
function listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentEntitiesResponse>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentId
-
string
ID incidentu
Parametry možností.
Návraty
Promise<IncidentEntitiesResponse>
runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)
Aktivuje playbook pro konkrétní incident.
function runPlaybook(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams): Promise<IncidentsRunPlaybookResponse>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- workspaceName
-
string
Název pracovního prostoru.
- incidentIdentifier
-
string
Parametry možností.
Návraty
Promise<IncidentsRunPlaybookResponse>