Compartir a través de


Incidents interface

Interfaz que representa un incidente.

Métodos

createOrUpdate(string, string, string, Incident, IncidentsCreateOrUpdateOptionalParams)

Crea o actualiza el incidente.

createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)

Crea un equipo de Microsoft para investigar el incidente compartiendo información e información entre los participantes.

delete(string, string, string, IncidentsDeleteOptionalParams)

Elimine el incidente.

get(string, string, string, IncidentsGetOptionalParams)

Obtiene un incidente.

list(string, string, IncidentsListOptionalParams)

Obtiene todos los incidentes.

listAlerts(string, string, string, IncidentsListAlertsOptionalParams)

Obtiene todas las alertas de incidentes.

listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)

Obtiene todos los marcadores de incidentes.

listEntities(string, string, string, IncidentsListEntitiesOptionalParams)

Obtiene todas las entidades relacionadas con incidentes.

runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)

Desencadena un cuaderno de estrategias en un incidente específico

Detalles del método

createOrUpdate(string, string, string, Incident, IncidentsCreateOrUpdateOptionalParams)

Crea o actualiza el incidente.

function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<Incident>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

incident
Incident

El incidente

options
IncidentsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Incident>

createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)

Crea un equipo de Microsoft para investigar el incidente compartiendo información e información entre los participantes.

function createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<TeamInformation>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

teamProperties
TeamProperties

Propiedades del equipo

options
IncidentsCreateTeamOptionalParams

Parámetros de opciones.

Devoluciones

Promise<TeamInformation>

delete(string, string, string, IncidentsDeleteOptionalParams)

Elimine el incidente.

function delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

options
IncidentsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, IncidentsGetOptionalParams)

Obtiene un incidente.

function get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<Incident>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

options
IncidentsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Incident>

list(string, string, IncidentsListOptionalParams)

Obtiene todos los incidentes.

function list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident, Incident[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

options
IncidentsListOptionalParams

Parámetros de opciones.

Devoluciones

listAlerts(string, string, string, IncidentsListAlertsOptionalParams)

Obtiene todas las alertas de incidentes.

function listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentAlertList>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

options
IncidentsListAlertsOptionalParams

Parámetros de opciones.

Devoluciones

listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)

Obtiene todos los marcadores de incidentes.

function listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentBookmarkList>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

options
IncidentsListBookmarksOptionalParams

Parámetros de opciones.

Devoluciones

listEntities(string, string, string, IncidentsListEntitiesOptionalParams)

Obtiene todas las entidades relacionadas con incidentes.

function listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentEntitiesResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentId

string

Id. de incidente

options
IncidentsListEntitiesOptionalParams

Parámetros de opciones.

Devoluciones

runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)

Desencadena un cuaderno de estrategias en un incidente específico

function runPlaybook(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams): Promise<IncidentsRunPlaybookResponse>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo.

incidentIdentifier

string

options
IncidentsRunPlaybookOptionalParams

Parámetros de opciones.

Devoluciones