REST API 클라이언트를 사용하여 microsoft.compute을 모니터링하고 있었고 microsoft.storage에서도 동일한 작업을 수행 할 수 있기를 기대했습니다. 수행하는 동안 그러나 불행하게도 나는 그렇게REST API를 사용하여 Azure 저장소 모니터링
{
"code": "ResourceNotSupported",
"message": "Resource provider not supported: microsoft.storage"
}
내가 만드는 나머지 API 호출이
https://management.azure.com/subscriptions/xxxxxxxx/resourceGroups/xxxxx/providers/Microsoft.Storage/storageAccounts/xxxxx/providers/microsoft.insights/metricdefinitions?api-version=2016-03-01
과 비슷한 무언가가 REST API 클라이언트에서 저장 통계를 얻을 수있는 방법이 있나요 오류 응답을 ?
참조로 다른 공식 튜토리얼을 참조하여 저장소의 메트릭 데이터를 사용 및 표시하는 방법을 확인하십시오. https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/enabling- 스토리지 메트릭스 및 뷰잉 메트릭스 데이터. –