Method: ontologyRecords.export

Full name: projects.locations.instances.ontologyRecords.export

Export ontology records.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance from which to export ontology records. Format: projects/{project}/locations/{location}/instances/{instance}/ontologyRecords

Request body

The request body contains data with the following structure:

JSON representation
{
  "ids": [
    integer
  ]
}
Fields
ids[]

integer

Required. The list of ids to export.

Response body

Response message for ontologyRecords.export.

If successful, the response body contains data with the following structure:

JSON representation
{
  "fileStream": string
}
Fields
fileStream

string (bytes format)

Output only. The exported ontology records as bytes.

A base64-encoded string.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.