- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Creates a Plugin instance in the API hub.
HTTP request
POST https://apihub.googleapis.com/v1/{parent=projects/*/locations/*/plugins/*}/instances
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent of the plugin instance resource. Format: |
Query parameters
| Parameters | |
|---|---|
pluginInstanceId |
Optional. The ID to use for the plugin instance, which will become the final component of the plugin instance's resource name. This field is optional.
This value should be 4-63 characters, and valid characters are /[a-z][A-Z][0-9]-_/. |
Request body
The request body contains an instance of PluginInstance.
Response body
If successful, the response body contains a newly created instance of Operation.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/apihub.readwritehttps://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the parent resource:
apihub.plugininstances.create
For more information, see the IAM documentation.