Gets the API Security runtime configuration for an environment. This named ApiSecurityRuntimeConfig to prevent conflicts with ApiSecurityConfig from addon config.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/apiSecurityRuntimeConfig}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the environment API Security Runtime configuration resource. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
Response for environments.getApiSecurityRuntimeConfig[EnvironmentService.GetApiSecurityRuntimeConfig].
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "name": string, "uid": string, "revisionId": string, "updateTime": string, "location": [ string ] } |
Fields | |
---|---|
name |
Name of the environment API Security Runtime configuration resource. Format: |
uid |
Unique ID for the API Security Runtime configuration. The ID will only change if the environment is deleted and recreated. |
revisionId |
Revision ID of the API Security Runtime configuration. The higher the value, the more recently the configuration was deployed. |
updateTime |
Time that the API Security Runtime configuration was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
location[] |
A list of up to 5 Cloud Storage Blobs that contain SecurityActions. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform