- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a resource file.
Specify the Content-Type as application/octet-stream or multipart/form-data.
For more information about resource files, see Resource files.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/resourcefiles
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Name of the environment in which to create the resource file in the following format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
type |
Required. Resource file type. Valid types include |
name |
Required. Name of the resource file. Must match the regular expression: [a-zA-Z0-9:/\!@#$%^&{}[]()+-=,.~'` ]{1,255} |
Request body
The request body contains an instance of HttpBody.
Response body
If successful, the response body contains a newly created instance of ResourceFile.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform