Method: projects.locations.sfdcInstances.create

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/*}/sfdcInstances

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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 permission on the parent resource:

  • integrations.sfdcInstances.create

For more information, see the IAM documentation.