REST Resource: projects.locations.networkMonitoringProviders.webPaths

リソース: WebPath

WebPath リソースについて説明するメッセージ。

JSON 表現
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "sourceMonitoringPointId": string,
  "displayName": string,
  "destination": string,
  "monitoringEnabled": boolean,
  "monitoringStatus": enum (MonitoringStatus),
  "interval": string,
  "workflowType": enum (WorkflowType),
  "relatedNetworkPathId": string,
  "providerTags": [
    {
      object (ProviderTag)
    }
  ],
  "monitoringPolicyId": string,
  "monitoringPolicyDisplayName": string,
  "providerUiUri": string,
  "destinationGeoLocation": {
    object (GeoLocation)
  }
}
フィールド
name

string

ID。リソースの名前。形式: projects/{project}/locations/{location}/networkMonitoringProviders/{networkMonitoringProvider}/webPaths/{web_path}

createTime

string (Timestamp format)

出力専用。WebPath が作成された時刻。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

updateTime

string (Timestamp format)

出力専用。WebPath が更新された時刻。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

sourceMonitoringPointId

string

出力専用。ソース MonitoringPoint の ID。

displayName

string

出力専用。WebPath の表示名。

destination

string

出力専用。ウェブ モニタリングのターゲット。

monitoringEnabled

boolean

出力専用。WebPath でモニタリングが有効になっているかどうか。

monitoringStatus

enum (MonitoringStatus)

出力専用。WebPath のモニタリング ステータス。

interval

string (Duration format)

出力専用。モニタリング間隔。

s で終わる小数 9 桁までの秒単位の期間。例: "3.5s"

workflowType

enum (WorkflowType)

出力専用。WebPath のワークフロー タイプ。

relatedNetworkPathId

string

出力専用。関連する NetworkPath のプロバイダの UUID。

providerTags[]

object (ProviderTag)

出力専用。ウェブパスのプロバイダタグ。

monitoringPolicyId

string

出力専用。モニタリング ポリシーの ID。

monitoringPolicyDisplayName

string

出力専用。モニタリング ポリシーの表示名。

providerUiUri

string

出力専用。プロバイダの UI へのリンク。リンクには WebPath が表示されます。

destinationGeoLocation

object (GeoLocation)

出力専用。目的地の地理的位置。

MonitoringStatus

WebPath のモニタリング ステータスの列挙型。

列挙型
MONITORING_STATUS_UNSPECIFIED デフォルト値。この値は、ステータスが省略されている場合に使用されます。
MONITORING モニタリングが有効になっている。
POLICY_MISMATCH ポリシーが一致しません。
MONITORING_POINT_OFFLINE モニタリング ポイントがオフラインです。
DISABLED モニタリングが無効になっています。

WorkflowType

ワークフロー タイプの列挙型。

列挙型
WORKFLOW_TYPE_UNSPECIFIED デフォルト値。この値は、ステータスが省略されている場合に使用されます。
BROWSER Browser.
HTTP HTTP。

メソッド

get

WebPath リソースを取得します。

list

特定のネットワーク モニタリング プロバイダの WebPaths を一覧表示します。