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

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

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

문제 신고

NerdGraph 튜토리얼: 라이브 차트 URL 나열 및 취소

NerdGraph 의 쿼리 및 변형을 사용하여 공개적으로 액세스 가능한 라이브 차트 URL을 나열하고 취소할 수 있습니다.

이렇게 하려면:

  1. GraphiQL 탐색기 로 이동합니다.
  2. New Relic 계정 내에서 생성된 모든 라이브 차트 URL을 나열 하십시오.
  3. 원하는 라이브 차트 URL을 취소합니다 .

공개 라이브 차트를 작성하려면 문서를 참조하세요.

모든 라이브 차트 URL 나열

다음 쿼리를 사용하여 기존 라이브 차트 URL 목록을 검색합니다.

{
actor {
dashboard {
liveUrls {
liveUrls {
title
url
createdAt
type
}
errors {
description
}
}
}
}
}

라이브 차트 URL 취소

다음 쿼리를 사용하여 지정한 라이브 차트 URL을 취소합니다.

mutation {
dashboardWidgetRevokeLiveUrl(uuid: "<enter-the-UUID-of-the-live-chart>") {
uuid
errors {
description
type
}
}
}
Copyright © 2024 New Relic Inc.

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