Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.
HTTP request
POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/products/*}/sfdcInstances
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. "projects/{project}/locations/{location}" format. |
Request body
The request body contains an instance of SfdcInstance
.
Response body
If successful, the response body contains a newly created instance of SfdcInstance
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permissions on the parent
resource:
integrations.apigeeSfdcInstances.create
integrations.sfdcInstances.create
For more information, see the IAM documentation.