Skip to the content.

VA Schedule

지정한 시간과 요일에 영상 분석을 실시합니다.

Request

POST /v2/va/va-schedule

{
    "nodeId": "3f16f31ecc13647d",
    "channelId": "5939a61ad39c0c37",
    "schedule": [
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
    ],
    "except": [
      "01.01","03.01","05.05","06.06","08.15","10.03","10.09","12.25"
    ]
}
Name Type Description Required
nodeId String 컴퓨팅 노드 ID O
channelId String 채널 ID O
schedule Integer[][] [(일 ~ 토)][(0 ~ 23)] = 분석 여부 O
except String[] 분석 제외 날짜 X


Response

// SUCCESS
{
    "code": 0,
    "message" : ""
}
Name Type Description Required
code Enum 응답 코드 (Error Code) O
message String 오류 메시지 X



뒤로