Logging audit API Gateway
Dokumen ini menjelaskan logging audit untuk API Gateway. Layanan Google Cloud membuat log audit yang mencatat aktivitas administratif dan akses dalam resource Google Cloud Anda. Untuk informasi selengkapnya tentang Cloud Audit Logs, lihat referensi berikut:
- Jenis log audit
- Struktur entri log audit
- Menyimpan dan merutekan log audit
- Ringkasan harga Cloud Logging
- Mengaktifkan log audit Akses Data
Nama layanan
Log audit API Gateway menggunakan nama layanan apigateway.googleapis.com
.
Filter untuk layanan ini:
protoPayload.serviceName="apigateway.googleapis.com"
Metode menurut jenis izin
Setiap izin IAM memiliki properti type
, yang nilainya adalah enum
yang dapat berupa salah satu dari empat nilai: ADMIN_READ
, ADMIN_WRITE
,
DATA_READ
, atau DATA_WRITE
. Saat Anda memanggil metode, API Gateway akan membuat log audit yang kategorinya bergantung pada properti type
izin yang diperlukan untuk menjalankan metode.
Metode yang memerlukan izin IAM dengan nilai properti type
DATA_READ
, DATA_WRITE
, atau ADMIN_READ
akan menghasilkan log audit Akses Data.
Metode yang memerlukan izin IAM dengan nilai properti type
dari ADMIN_WRITE
akan membuat log audit Aktivitas Admin.
Jenis izin | Metode |
---|---|
ADMIN_READ |
GetIamPolicy google.cloud.apigateway.v1.ApiGatewayService.GetApi google.cloud.apigateway.v1.ApiGatewayService.GetApiConfig google.cloud.apigateway.v1.ApiGatewayService.GetGateway google.cloud.apigateway.v1.ApiGatewayService.ListApiConfigs google.cloud.apigateway.v1.ApiGatewayService.ListApis google.cloud.apigateway.v1.ApiGatewayService.ListGateways google.cloud.apigateway.v1beta.ApiGatewayService.GetApi google.cloud.apigateway.v1beta.ApiGatewayService.GetApiConfig google.cloud.apigateway.v1beta.ApiGatewayService.GetGateway google.cloud.apigateway.v1beta.ApiGatewayService.ListApiConfigs google.cloud.apigateway.v1beta.ApiGatewayService.ListApis google.cloud.apigateway.v1beta.ApiGatewayService.ListGateways google.longrunning.Operations.GetOperation google.longrunning.Operations.ListOperations |
ADMIN_WRITE |
SetIamPolicy google.cloud.apigateway.v1.ApiGatewayService.CreateApi google.cloud.apigateway.v1.ApiGatewayService.CreateApiConfig google.cloud.apigateway.v1.ApiGatewayService.CreateGateway google.cloud.apigateway.v1.ApiGatewayService.DeleteApi google.cloud.apigateway.v1.ApiGatewayService.DeleteApiConfig google.cloud.apigateway.v1.ApiGatewayService.DeleteGateway google.cloud.apigateway.v1.ApiGatewayService.UpdateApi google.cloud.apigateway.v1.ApiGatewayService.UpdateApiConfig google.cloud.apigateway.v1.ApiGatewayService.UpdateGateway google.cloud.apigateway.v1beta.ApiGatewayService.CreateApi google.cloud.apigateway.v1beta.ApiGatewayService.CreateApiConfig google.cloud.apigateway.v1beta.ApiGatewayService.CreateGateway google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApi google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApiConfig google.cloud.apigateway.v1beta.ApiGatewayService.DeleteGateway google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApi google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApiConfig google.cloud.apigateway.v1beta.ApiGatewayService.UpdateGateway google.longrunning.Operations.CancelOperation google.longrunning.Operations.DeleteOperation |
Log audit antarmuka API
Untuk mengetahui informasi tentang cara dan izin mana yang dievaluasi untuk setiap metode, lihat dokumentasi Identity and Access Management untuk API Gateway.
google.cloud.apigateway.v1.ApiGatewayService
Log audit berikut dikaitkan dengan metode yang termasuk dalam google.cloud.apigateway.v1.ApiGatewayService
.
CreateApi
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.CreateApi
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apis.create - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.CreateApi"
CreateApiConfig
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.CreateApiConfig
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.create - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.CreateApiConfig"
CreateGateway
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.CreateGateway
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.gateways.create - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.CreateGateway"
DeleteApi
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.DeleteApi
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apis.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.DeleteApi"
DeleteApiConfig
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.DeleteApiConfig
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.DeleteApiConfig"
DeleteGateway
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.DeleteGateway
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.gateways.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.DeleteGateway"
GetApi
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.GetApi
- Jenis log audit: Akses data
- Izin:
apigateway.apis.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.GetApi"
GetApiConfig
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.GetApiConfig
- Jenis log audit: Akses data
- Izin:
apigateway.apiconfigs.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.GetApiConfig"
GetGateway
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.GetGateway
- Jenis log audit: Akses data
- Izin:
apigateway.gateways.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.GetGateway"
ListApiConfigs
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.ListApiConfigs
- Jenis log audit: Akses data
- Izin:
apigateway.apiconfigs.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.ListApiConfigs"
ListApis
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.ListApis
- Jenis log audit: Akses data
- Izin:
apigateway.apis.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.ListApis"
ListGateways
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.ListGateways
- Jenis log audit: Akses data
- Izin:
apigateway.gateways.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.ListGateways"
UpdateApi
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.UpdateApi
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apis.update - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.UpdateApi"
UpdateApiConfig
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.UpdateApiConfig
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.update - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.UpdateApiConfig"
UpdateGateway
- Metode:
google.cloud.apigateway.v1.ApiGatewayService.UpdateGateway
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.gateways.update - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1.ApiGatewayService.UpdateGateway"
google.cloud.apigateway.v1beta.ApiGatewayService
Log audit berikut dikaitkan dengan metode yang termasuk dalam google.cloud.apigateway.v1beta.ApiGatewayService
.
CreateApi
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.CreateApi
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apis.create - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.CreateApi"
CreateApiConfig
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.CreateApiConfig
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.create - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.CreateApiConfig"
CreateGateway
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.CreateGateway
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.gateways.create - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.CreateGateway"
DeleteApi
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApi
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apis.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApi"
DeleteApiConfig
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApiConfig
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.DeleteApiConfig"
DeleteGateway
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.DeleteGateway
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.gateways.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.DeleteGateway"
GetApi
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.GetApi
- Jenis log audit: Akses data
- Izin:
apigateway.apis.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.GetApi"
GetApiConfig
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.GetApiConfig
- Jenis log audit: Akses data
- Izin:
apigateway.apiconfigs.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.GetApiConfig"
GetGateway
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.GetGateway
- Jenis log audit: Akses data
- Izin:
apigateway.gateways.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.GetGateway"
ListApiConfigs
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.ListApiConfigs
- Jenis log audit: Akses data
- Izin:
apigateway.apiconfigs.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.ListApiConfigs"
ListApis
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.ListApis
- Jenis log audit: Akses data
- Izin:
apigateway.apis.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.ListApis"
ListGateways
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.ListGateways
- Jenis log audit: Akses data
- Izin:
apigateway.gateways.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.ListGateways"
UpdateApi
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApi
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apis.update - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApi"
UpdateApiConfig
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApiConfig
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.update - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.UpdateApiConfig"
UpdateGateway
- Metode:
google.cloud.apigateway.v1beta.ApiGatewayService.UpdateGateway
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.gateways.update - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Operasi yang berjalan lama
- Filter untuk metode ini:
protoPayload.methodName="google.cloud.apigateway.v1beta.ApiGatewayService.UpdateGateway"
google.iam.v1.IAMPolicy
Log audit berikut dikaitkan dengan metode yang termasuk dalam google.iam.v1.IAMPolicy
.
GetIamPolicy
- Metode:
GetIamPolicy
- Jenis log audit: Akses data
- Izin:
apigateway.apis.getIamPolicy - ADMIN_READ
apigateway.gateways.getIamPolicy - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="GetIamPolicy"
SetIamPolicy
- Metode:
SetIamPolicy
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.apiconfigs.setIamPolicy - ADMIN_WRITE
apigateway.apis.setIamPolicy - ADMIN_WRITE
apigateway.gateways.setIamPolicy - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="SetIamPolicy"
google.longrunning.Operations
Log audit berikut dikaitkan dengan metode yang termasuk dalam google.longrunning.Operations
.
CancelOperation
- Metode:
google.longrunning.Operations.CancelOperation
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.operations.cancel - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.longrunning.Operations.CancelOperation"
DeleteOperation
- Metode:
google.longrunning.Operations.DeleteOperation
- Jenis log audit: Aktivitas admin
- Izin:
apigateway.operations.delete - ADMIN_WRITE
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.longrunning.Operations.DeleteOperation"
GetOperation
- Metode:
google.longrunning.Operations.GetOperation
- Jenis log audit: Akses data
- Izin:
apigateway.operations.get - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.longrunning.Operations.GetOperation"
ListOperations
- Metode:
google.longrunning.Operations.ListOperations
- Jenis log audit: Akses data
- Izin:
apigateway.operations.list - ADMIN_READ
- Metode adalah operasi streaming atau yang berjalan lama:
Tidak.
- Filter untuk metode ini:
protoPayload.methodName="google.longrunning.Operations.ListOperations"
Metode yang tidak menghasilkan log audit
Metode mungkin tidak menghasilkan log audit karena satu atau beberapa alasan berikut:
- Ini adalah metode bervolume tinggi yang melibatkan biaya penyimpanan dan pembuatan log yang signifikan.
- Nilai auditnya rendah.
- Audit atau log platform lain sudah menyediakan cakupan metode.
Metode berikut tidak menghasilkan log audit:
google.cloud.location.Locations.GetLocation
google.cloud.location.Locations.ListLocations
google.longrunning.Operations.WaitOperation