- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Exports all taxonomies and their policy tags in a project.
This method generates SerializedTaxonomy protos with nested policy tags that can be used as an input for future taxonomies.import calls.
HTTP request
GET https://datacatalog.googleapis.com/v1beta1/{parent}/taxonomies:export
Path parameters
Parameters | |
---|---|
parent |
Required. Resource name of the project that taxonomies to be exported will share. It takes the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
taxonomies[] |
Required. Resource names of the taxonomies to be exported. |
Union parameter destination . Required. Taxonomies export destination. destination can be only one of the following: |
|
serialized |
Export taxonomies as serialized taxonomies. |
Request body
The request body must be empty.
Response body
Response message for taxonomies.export
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"taxonomies": [
{
object ( |
Fields | |
---|---|
taxonomies[] |
List of taxonomies and policy tags in a tree structure. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.