Web Apps - Get MS Deploy Log

最後の MSDeploy 操作の MSDeploy ログの取得に関する説明。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/MSDeploy/log?api-version=2023-12-01

URI パラメーター

名前 / 必須 説明
name
path True

string

Web アプリの名前。

resourceGroupName
path True

string

リソースが属しているリソース グループの名前。

Regex pattern: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Azure のサブスクリプション ID。 これは GUID 形式の文字列です (たとえば、000000000-0000-0000-0000-000000000000000000000000000000000000000000000000000000000000、

api-version
query True

string

API バージョン

応答

名前 説明
200 OK

MSDeployLog

MSDeploy ログが返されました。

404 Not Found

MSDeploy ログが見つかりません。

Other Status Codes

DefaultErrorResponse

エラー応答をApp Serviceします。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

定義

名前 説明
DefaultErrorResponse

エラー応答をApp Serviceします。

Details
Error

エラー モデル。

MSDeployLog

MSDeploy ログ

MSDeployLogEntry

MSDeploy ログ エントリ

MSDeployLogEntryType

ログ エントリの種類

DefaultErrorResponse

エラー応答をApp Serviceします。

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

message

string

詳細なエラーの説明とデバッグ情報。

target

string

詳細なエラーの説明とデバッグ情報。

Error

エラー モデル。

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

details

Details[]

詳細なエラー。

innererror

string

エラーのデバッグに関する詳細情報。

message

string

詳細なエラーの説明とデバッグ情報。

target

string

詳細なエラーの説明とデバッグ情報。

MSDeployLog

MSDeploy ログ

名前 説明
id

string

リソース ID。

kind

string

リソースの種類。

name

string

リソース名。

properties.entries

MSDeployLogEntry[]

ログ エントリ メッセージの一覧

type

string

リソースの種類。

MSDeployLogEntry

MSDeploy ログ エントリ

名前 説明
message

string

ログ エントリ メッセージ

time

string

ログ エントリのタイムスタンプ

type

MSDeployLogEntryType

ログ エントリの種類

MSDeployLogEntryType

ログ エントリの種類

名前 説明
Error

string

Message

string

Warning

string