- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- ConfigView
Gets details of a single ApiConfig.
HTTP request
GET https://apigateway.googleapis.com/v1beta/{name=projects/*/locations/*/apis/*/configs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the form: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
view |
Specifies which fields of the API Config are returned in the response. Defaults to |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ApiConfig
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ConfigView
Enum to control which fields should be included in the response.
Enums | |
---|---|
CONFIG_VIEW_UNSPECIFIED |
|
BASIC |
Do not include configuration source files. |
FULL |
Include configuration source files. |