コンテンツにスキップ

取得



GET /api/v1/incidents/schedule/{schedule_uuid}/get

概要

ルートパラメータ

パラメータ名 タイプ 必須 説明
schedule_uuid string Y オンコール UUID
空の場合は許可されません: False

パラメータ補足説明

リクエスト例

curl 'https://openapi.guance.com/api/v1/incidents/schedule/incsch_xxxx/get' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed

レスポンス

{
    "code": 200,
    "content": {
        "workspaceUUID": "wksp_xxx",
        "name": "default",
        "timezone": "Asia/Shanghai",
        "start": "00:00",
        "end": "23:59",
        "tagFilter": [],
        "dimensionFilter": "",
        "notifyTargets": [],
        "strategyConfig": [],
        "extend": {
            "rotationCycle": "day",
            "enableRotateNotification": false
        },
        "isDefault": true,
        "rotationUpdateAt": 1768803347,
        "id": 6952,
        "uuid": "incsch_xxx",
        "status": 0,
        "creator": "SYS",
        "updator": "acnt_xxx",
        "createAt": 1768803072,
        "deleteAt": -1,
        "updateAt": 1768803347,
        "notifyTargetsInfos": [],
        "tagFilterInfos": []
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "xxx"
} 

フィードバック

このページは役に立ちましたか?