Web Apps - List Deployment Log
アプリまたはデプロイ スロットの特定のデプロイのデプロイ ログを一覧表示する方法について説明します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments/{id}/log?api-version=2023-12-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
id
|
path | True |
string |
特定のデプロイの ID。 これは、"GET /api/sites/{siteName}/deployments" からの JSON 応答の name プロパティの値です。 |
name
|
path | True |
string |
アプリの名前。 |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
リソースが属するリソース グループの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプション ID。 これは GUID 形式の文字列です (例: 000000000-0000-0000-0000-000000000000)。 |
api-version
|
query | True |
string |
API バージョン |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
|
Other Status Codes |
App Service エラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
定義
名前 | 説明 |
---|---|
Default |
App Service エラー応答。 |
Deployment |
発行アクティビティに使用されるユーザー資格情報。 |
Details | |
Error |
エラー モデル。 |
DefaultErrorResponse
App Service エラー応答。
名前 | 型 | 説明 |
---|---|---|
error |
エラー モデル。 |
Deployment
発行アクティビティに使用されるユーザー資格情報。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID。 |
kind |
string |
リソースの種類。 |
name |
string |
リソース名。 |
properties.active |
boolean |
展開が現在アクティブな場合は True、完了した場合は false、開始されていない場合は null。 |
properties.author |
string |
デプロイを作成したユーザー。 |
properties.author_email |
string |
電子メールを作成します。 |
properties.deployer |
string |
デプロイを実行したユーザー。 |
properties.details |
string |
デプロイの詳細。 |
properties.end_time |
string (date-time) |
終了時刻。 |
properties.message |
string |
デプロイの状態に関する詳細。 |
properties.start_time |
string (date-time) |
開始時刻。 |
properties.status |
integer (int32) |
デプロイの状態。 |
type |
string |
リソースの種類。 |
Details
名前 | 型 | 説明 |
---|---|---|
code |
string |
プログラムによってエラーを識別するための標準化された文字列。 |
message |
string |
エラーの詳細な説明とデバッグ情報。 |
target |
string |
エラーの詳細な説明とデバッグ情報。 |
Error
エラー モデル。
名前 | 型 | 説明 |
---|---|---|
code |
string |
プログラムによってエラーを識別するための標準化された文字列。 |
details |
Details[] |
詳細なエラー。 |
innererror |
string |
デバッグ エラーの詳細。 |
message |
string |
エラーの詳細な説明とデバッグ情報。 |
target |
string |
エラーの詳細な説明とデバッグ情報。 |