• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하시기 바랍니다.

문제 신고

GetSchedules

일정에 대한 정보를 반환합니다.

매개변수

매개변수

유형

필수의

설명

account.id

숫자

계정 ID입니다.

예시

{
actor {
account(id: 11933347) {
workflowAutomation {
schedules {
results {
definition {
name
scope {
id
type
}
version
}
schedule {
id
}
}
}
}
}
}
}

응답

쿼리 결과는 다음과 같습니다.

  • schedules.results: 스케줄 객체들의 모음이며, 각 객체는 다음을 포함합니다:

    • definition.name: 워크플로우 정의 이름
    • definition.scope.id: 계정 ID
    • definition.scope.type: 스코프 유형
    • definition.version: 워크플로우 정의 버전
    • schedule.id일정의 고유 식별자
Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.