v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1339132165.3 KB
projects

Creates a new DatacenterConnector in a given Source.

post/v1/{+parent}/datacenterConnectors

Path parameters

parentstring required

Required. The DatacenterConnector's parent. Required. The Source in where the new DatacenterConnector will be created. For example: projects/my-project/locations/us-central1/sources/my-source

Query parameters

datacenterConnectorIdstring

Required. The datacenterConnector identifier.

requestIdstring

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Request body

serviceAccountstring

The service account to use in the connector when communicating with the cloud.

registrationIdstring

Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.

updateTimestring google-datetime

Output only. The last time the connector was updated with an API call.

bucketstring

Output only. The communication channel between the datacenter connector and Google Cloud.

state'STATE_UNSPECIFIED' | 'PENDING' | 'OFFLINE' | 'FAILED' | 'ACTIVE'

Output only. State of the DatacenterConnector, as determined by the health checks.

createTimestring google-datetime

Output only. The time the connector was created (as an API call, not when it was actually installed).

applianceInfrastructureVersionstring

Output only. Appliance OVA version. This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.

namestring

Output only. The connector's name.

applianceSoftwareVersionstring

Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.

stateTimestring google-datetime

Output only. The time the state was last set.

versionstring

The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.

Response

Successful response