맞춤설정된 Service Health의 일반적인 문제 해결하기

이 문서에서는 맞춤 서비스 상태를 사용할 때 발생할 수 있는 문제와 해결 방법을 설명합니다.

API에서 403 오류가 발생함

API가 사용 설정되지 않은 상태에서 API에 액세스하면 다음과 같은 오류 메시지가 표시됩니다.

{
  "error": {
    "code": 403,
    "message": "Service Health API has not been used in project PROJECT_ID before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/servicehealth.googleapis.com/overview?project=PROJECT_ID then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
    "status": "PERMISSION_DENIED",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.Help",
        "links": [
          {
            "description": "Google developers console API activation",
            "url": "https://console.developers.google.com/apis/api/servicehealth.googleapis.com/overview?project=PROJECT_ID"
          }
        ]
      },
      {
        "@type": "type.googleapis.com/google.rpc.ErrorInfo",
        "reason": "SERVICE_DISABLED",
        "domain": "googleapis.com",
        "metadata": {
          "consumer": "projects/PROJECT_ID",
          "service": "servicehealth.googleapis.com"
        }
      }
    ]
  }
}

새 이슈에 대한 알림이 실행되지 않음

이슈의 관련성이 알 수 없음인 경우 Personalized Service Health는 알림을 전송하지 않습니다. 또는 알림 정책이 잘못 구성되었을 수 있습니다.

의견 보내기, 기능 요청 또는 문제 신고

  1. Google Cloud 콘솔 글로벌 탐색 메뉴에서 지원 버튼으로 이동합니다.
  2. 의견 보내기를 선택합니다.
  3. 의견을 작성하거나 기능을 제안하거나 문제를 신고하세요.
  4. (선택사항) 스크린샷을 포함합니다.
  5. 보내기를 선택합니다.