Method: projects.locations.instances.engineConfigs.exportMetadata

Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.

HTTP request

POST https://financialservices.googleapis.com/v1/{engineConfig=projects/*/locations/*/instances/*/engineConfigs/*}:exportMetadata

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
engineConfig

string

Required. The resource name of the EngineConfig.

Authorization requires the following IAM permission on the specified resource engineConfig:

  • financialservices.v1engineconfigs.exportMetadata

Request body

The request body contains data with the following structure:

JSON representation
{
  "structuredMetadataDestination": {
    object (BigQueryDestination)
  }
}
Fields
structuredMetadataDestination

object (BigQueryDestination)

Required. BigQuery output where the metadata will be written.

Response body

If successful, the response body contains an instance of Operation.

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 engineConfig resource:

  • financialservices.v1engineconfigs.exportMetadata

For more information, see the IAM documentation.