Skip to main content
POST
モニターを一時停止

承認

Authorization
string
header
必須

Bearer 形式のBearer認証ヘッダー。はあなたの認証トークンです。

パスパラメータ

monitor_id
string
必須
Pattern: ^monitor_

レスポンス

モニターが一時停止されました。

id
string

ユニークなモニター識別子(monitor_…)。

object
string
:

"monitor"

query
string

自然言語でのモニタリングの意図。

tracked
object

計画が完了した後にモニターが追跡する解決済みのターゲット。

source_policy
object

計画と実行中に適用されるオプションのURL/ドメイン許可および拒否リスト。

schedule
object
notification
object
webhook
object | null
output_schema
object | null

構造化抽出出力のためのオプションのJSONスキーマ。

status
enum<string>

ライフサイクルステータスを監視。

利用可能なオプション:
provisioning,
active,
paused,
failed,
deleted
error_message
string | null

statusfailedのときに表示。

last_run
object | null

最新のスナップショット概要。GET /v1/monitors/{monitor_id}で含まれる。

agent
object
metadata
object
created
integer

Unixタイムスタンプ(秒)。

updated
integer

Unixタイムスタンプ(秒)。

total_count
integer

スナップショットの総数。include_total_count=falseでない限り、GET /v1/monitors/{monitor_id}で含まれる。

mermaid_diagram
string

モニターDAGのMermaidフローチャート。include-diagram=trueで取得時に含まれる。