Incidents interface
インシデントを表すインターフェイス。
メソッド
| create |
インシデントを作成または更新します。 |
| create |
参加者間で情報と分析情報を共有することで、インシデントを調査する Microsoft チームを作成します。 |
| delete(string, string, string, Incidents |
インシデントを削除します。 |
| get(string, string, string, Incidents |
インシデントを取得します。 |
| list(string, string, Incidents |
すべてのインシデントを取得します。 |
| list |
すべてのインシデント アラートを取得します。 |
| list |
すべてのインシデント ブックマークを取得します。 |
| list |
インシデント関連のすべてのエンティティを取得します。 |
| run |
特定のインシデントに対するプレイブックをトリガーする |
メソッドの詳細
createOrUpdate(string, string, string, Incident, IncidentsCreateOrUpdateOptionalParams)
インシデントを作成または更新します。
function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<Incident>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- incident
- Incident
事件
オプション パラメーター。
戻り値
Promise<Incident>
createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)
参加者間で情報と分析情報を共有することで、インシデントを調査する Microsoft チームを作成します。
function createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<TeamInformation>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- teamProperties
- TeamProperties
チームのプロパティ
オプション パラメーター。
戻り値
Promise<TeamInformation>
delete(string, string, string, IncidentsDeleteOptionalParams)
インシデントを削除します。
function delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- options
- IncidentsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, IncidentsGetOptionalParams)
インシデントを取得します。
function get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<Incident>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
- options
- IncidentsGetOptionalParams
オプション パラメーター。
戻り値
Promise<Incident>
list(string, string, IncidentsListOptionalParams)
すべてのインシデントを取得します。
function list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident, Incident[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- options
- IncidentsListOptionalParams
オプション パラメーター。
戻り値
listAlerts(string, string, string, IncidentsListAlertsOptionalParams)
すべてのインシデント アラートを取得します。
function listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentAlertList>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
オプション パラメーター。
戻り値
Promise<IncidentAlertList>
listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)
すべてのインシデント ブックマークを取得します。
function listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentBookmarkList>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
オプション パラメーター。
戻り値
Promise<IncidentBookmarkList>
listEntities(string, string, string, IncidentsListEntitiesOptionalParams)
インシデント関連のすべてのエンティティを取得します。
function listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentEntitiesResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentId
-
string
インシデント ID
オプション パラメーター。
戻り値
Promise<IncidentEntitiesResponse>
runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)
特定のインシデントに対するプレイブックをトリガーする
function runPlaybook(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams): Promise<IncidentsRunPlaybookResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- incidentIdentifier
-
string
オプション パラメーター。
戻り値
Promise<IncidentsRunPlaybookResponse>