Download OpenAPI specification:Download
External APIを使用することで、外部のシステムクライアントとQuollio Data Intelligence Cloudを連携することができます。現在は基本的なメタデータ(アセットやタグなど)を取得・変更するAPIを提供しています。
各APIエンドポイントは、OAuth 2.0のClient Credential Flow(client_secret_basic)を使用した認可を行います。以下の手順に従って、エンドポイントの認可を行なってください。
client_id と client_secret を発行します。$ CLIENT_ID=xxxxxx
$ CLIENT_SECRET=xxxxxx
$ TOKEN_URL=<token_url>
$ curl --verbose -s -X POST ${TOKEN_URL} \
-H "Authorization: Basic $(echo -n ${CLIENT_ID}:${CLIENT_SECRET} | base64 )" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=${CLIENT_ID}" \
-d "scope=api.quollio.com/beta:admin"
Authorization: Bearer <access token> の形式でアクセストークンを指定してください。| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| excludeUpstream | boolean Default: false Example: excludeUpstream=true レスポンス結果から上流アセットを除外したい場合は true |
| excludeDownstream | boolean Default: false Example: excludeDownstream=true レスポンス結果から下流アセットを除外したい場合は true |
| excludeFineLineage | boolean Default: true Example: excludeFineLineage=false レスポンス結果から詳細リネージを除外したい場合は true |
{- "data": {
- "downstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}
], - "fields": [
- {
- "downstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "logical_name": "売上テーブル(2月)",
- "object_type": "comment_thread",
- "ordinal_position": 3,
- "physical_name": "sales_202102",
- "upstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
]
}, - {
- "downstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "logical_name": "売上テーブル(2月)",
- "object_type": "comment_thread",
- "ordinal_position": 3,
- "physical_name": "sales_202102",
- "upstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "object_type": "user",
- "physical_name": "sales_202102",
- "service_name": "ms_fabric",
- "upstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| upstream required | Array of strings アセットが持つ全ての上流アセットへのリネージ情報 |
{- "upstream": [
- "tbl-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "tbl-b30624d5cd17002954042157524662fd"
]
}{- "message": "successfully updated lineage"
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1987-03-26T07:01:33Z",
- "created_by": "Et enim rerum consectetur tempora qui atque.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_task": true,
- "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "azure_sql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1976-11-13T12:24:17Z",
- "updated_by": [
- "Quo cumque reprehenderit non.",
- "Neque deleniti ut et.",
- "Asperiores nostrum et ex enim soluta.",
- "Vel distinctio magnam cumque esse voluptatem est."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| description required | string アセットの概要 |
| is_archived required | boolean オブジェクトがアーカイブされたかどうか |
| logical_name required | string 利便上、ユーザーが呼称するオブジェクト名(論理名) |
{- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "is_archived": true,
- "logical_name": "売上テーブル(2月)"
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1987-03-26T07:01:33Z",
- "created_by": "Et enim rerum consectetur tempora qui atque.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_task": true,
- "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "azure_sql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1976-11-13T12:24:17Z",
- "updated_by": [
- "Quo cumque reprehenderit non.",
- "Neque deleniti ut et.",
- "Asperiores nostrum et ex enim soluta.",
- "Vel distinctio magnam cumque esse voluptatem est."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| property_set_id required | string Example: ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a プロパティセットID |
required | Array of objects (AssetEditProperty) |
{- "properties": [
- {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}
]
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1987-03-26T07:01:33Z",
- "created_by": "Et enim rerum consectetur tempora qui atque.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_task": true,
- "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "azure_sql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1976-11-13T12:24:17Z",
- "updated_by": [
- "Quo cumque reprehenderit non.",
- "Neque deleniti ut et.",
- "Asperiores nostrum et ex enim soluta.",
- "Vel distinctio magnam cumque esse voluptatem est."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
object (ExternalColumnStatistics) External APIから更新するカラムの詳細な統計情報。この統計情報はMetadata Agent側で取得される通常の統計情報より優先的に画面に表示されます。 | |
object (TableStatistics) テーブルの統計情報 |
{- "column_stats": {
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "table_stats": {
- "count": 13567,
- "size": 4.8
}
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1987-03-26T07:01:33Z",
- "created_by": "Et enim rerum consectetur tempora qui atque.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_task": true,
- "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "azure_sql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1976-11-13T12:24:17Z",
- "updated_by": [
- "Quo cumque reprehenderit non.",
- "Neque deleniti ut et.",
- "Asperiores nostrum et ex enim soluta.",
- "Vel distinctio magnam cumque esse voluptatem est."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
required | Array of objects (TagIDs) |
{- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
]
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1987-03-26T07:01:33Z",
- "created_by": "Et enim rerum consectetur tempora qui atque.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_task": true,
- "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "azure_sql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1976-11-13T12:24:17Z",
- "updated_by": [
- "Quo cumque reprehenderit non.",
- "Neque deleniti ut et.",
- "Asperiores nostrum et ex enim soluta.",
- "Vel distinctio magnam cumque esse voluptatem est."
]
}
}| ids required | Array of strings <= 100 items IDを指定してアセットを取得します。一度に取得できるオブジェクト数は最大100件までです。 |
{- "ids": [
- "tbl-e58f6f262b78a6a10700e2114f798bea",
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668"
]
}{- "data": [
- {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1978-05-10T12:24:15Z",
- "created_by": "Placeat porro nihil excepturi ut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "property",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "redshift",
- "sub_id": "latest",
- "updated_at": "2011-02-12T17:53:37Z",
- "updated_by": [
- "Facilis magnam velit repellat qui.",
- "Nihil quam delectus."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1978-05-10T12:24:15Z",
- "created_by": "Placeat porro nihil excepturi ut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "property",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "redshift",
- "sub_id": "latest",
- "updated_at": "2011-02-12T17:53:37Z",
- "updated_by": [
- "Facilis magnam velit repellat qui.",
- "Nihil quam delectus."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1978-05-10T12:24:15Z",
- "created_by": "Placeat porro nihil excepturi ut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "property",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "redshift",
- "sub_id": "latest",
- "updated_at": "2011-02-12T17:53:37Z",
- "updated_by": [
- "Facilis magnam velit repellat qui.",
- "Nihil quam delectus."
]
}
]
}| last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
| object_type required | string Value: "schema" 取得するオブジェクトタイプ。現在は、最上位の 'schema' 層に属するアセットのみを取得可能です。 |
| size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Et mollitia.",
- "object_type": "schema",
- "size": 25
}{- "data": [
- {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1978-05-10T12:24:15Z",
- "created_by": "Placeat porro nihil excepturi ut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "property",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "redshift",
- "sub_id": "latest",
- "updated_at": "2011-02-12T17:53:37Z",
- "updated_by": [
- "Facilis magnam velit repellat qui.",
- "Nihil quam delectus."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1978-05-10T12:24:15Z",
- "created_by": "Placeat porro nihil excepturi ut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "property",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "redshift",
- "sub_id": "latest",
- "updated_at": "2011-02-12T17:53:37Z",
- "updated_by": [
- "Facilis magnam velit repellat qui.",
- "Nihil quam delectus."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1978-05-10T12:24:15Z",
- "created_by": "Placeat porro nihil excepturi ut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "property",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_hash": "d41d8cd98f00b204e9800998ecf8427e",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "redshift",
- "sub_id": "latest",
- "updated_at": "2011-02-12T17:53:37Z",
- "updated_by": [
- "Facilis magnam velit repellat qui.",
- "Nihil quam delectus."
]
}
], - "has_more": false,
- "last_id": "Sed exercitationem inventore asperiores saepe."
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| child_tag_description | string 子タグ(タグ)に関する概要 |
| child_tag_name required | string non-empty ^[^/,]+$ 子タグ(タグ)名 |
| is_archived required | boolean オブジェクトがアーカイブされたかどうか |
{- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "is_archived": false
}{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
}{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
]
}| tag_group_color | string Default: "gray" Enum: "gray" "red" "yellow" "green" "blue" "purple" "pink" タググループの色 |
| tag_group_description | string タググループに関する概要 |
| tag_group_name required | string [ 1 .. 20 ] characters ^[^/,]+$ タググループ名 |
{- "tag_group_color": "blue",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "tenant_info",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
], - "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "tenant_info",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
], - "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| tag_group_color | string Default: "gray" Enum: "gray" "red" "yellow" "green" "blue" "purple" "pink" タググループの色 |
| tag_group_description | string タググループに関する概要 |
| tag_group_name required | string [ 1 .. 20 ] characters ^[^/,]+$ タググループ名 |
{- "tag_group_color": "pink",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "tenant_info",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
], - "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| parent_tag_description | string 親タグ(タグカテゴリ)に関する概要 |
| parent_tag_name required | string non-empty ^[^/,]+$ 親タグ(タグカテゴリ)名 |
{- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}{- "data": {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
}{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
]
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| is_archived required | boolean オブジェクトがアーカイブされたかどうか |
| parent_tag_description | string 親タグ(タグカテゴリ)に関する概要 |
| parent_tag_name required | string non-empty ^[^/,]+$ 親タグ(タグカテゴリ)名 |
| tag_group_id required | string タググループのID。 |
{- "is_archived": true,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}{- "data": {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| child_tag_description | string 子タグ(タグ)に関する概要 |
| child_tag_name required | string non-empty ^[^/,]+$ 子タグ(タグ)名 |
{- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘"
}{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
}| last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
| size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Fugiat dolorem harum.",
- "size": 25
}{- "data": [
- {
- "created_at": "1987-01-21T10:18:54Z",
- "created_by": "Aut quo.",
- "email_address": "marlin@reichel.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": false,
- "language": "en",
- "object_type": "rule_set",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "ENABLED",
- "sub_id": "latest",
- "updated_at": "1986-01-14T03:35:49Z",
- "updated_by": [
- "Sed neque nobis aut eos inventore veniam.",
- "Ducimus totam repudiandae aut exercitationem consectetur."
]
}, - {
- "created_at": "1987-01-21T10:18:54Z",
- "created_by": "Aut quo.",
- "email_address": "marlin@reichel.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": false,
- "language": "en",
- "object_type": "rule_set",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "ENABLED",
- "sub_id": "latest",
- "updated_at": "1986-01-14T03:35:49Z",
- "updated_by": [
- "Sed neque nobis aut eos inventore veniam.",
- "Ducimus totam repudiandae aut exercitationem consectetur."
]
}, - {
- "created_at": "1987-01-21T10:18:54Z",
- "created_by": "Aut quo.",
- "email_address": "marlin@reichel.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": false,
- "language": "en",
- "object_type": "rule_set",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "ENABLED",
- "sub_id": "latest",
- "updated_at": "1986-01-14T03:35:49Z",
- "updated_by": [
- "Sed neque nobis aut eos inventore veniam.",
- "Ducimus totam repudiandae aut exercitationem consectetur."
]
}
], - "last_id": "Sit architecto ea enim."
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "created_at": "1987-01-21T10:18:54Z",
- "created_by": "Aut quo.",
- "email_address": "marlin@reichel.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": false,
- "language": "en",
- "object_type": "rule_set",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "ENABLED",
- "sub_id": "latest",
- "updated_at": "1986-01-14T03:35:49Z",
- "updated_by": [
- "Sed neque nobis aut eos inventore veniam.",
- "Ducimus totam repudiandae aut exercitationem consectetur."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "most_accessed_by": {
- "daily": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "object_type": "property_set",
- "quarterly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "sub_id": "latest",
- "updated_at": "1973-12-21T11:30:38Z",
- "weekly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "yearly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 2416939013045585400,
- "rank": 8524131949793403000,
- "user_profile": {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
]
}, - "number_of_accessed_by": {
- "daily": [
- {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}
], - "object_type": "rule_set",
- "quarterly": [
- {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}
], - "sub_id": "latest",
- "updated_at": "2001-09-27T00:10:40Z",
- "weekly": [
- {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}
], - "yearly": [
- {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}, - {
- "count": 4526958972289968600,
- "date_unit": "2021-01-30"
}
]
}
}
}| version | string Example: version=v2 version of the API |
| from | integer <int64> Default: 0 検索をスキップする件数。ページネーションに使用します。 |
| order | string Default: "desc" Enum: "asc" "desc" ソート順 |
object (SearchQueryAssetParams) | |
| size | integer <int64> Default: 25 検索結果の最大件数 |
| sort | string Default: "relevance" Enum: "relevance" "updated_at" "created_at" "physical_name" "logical_name" "yearly_views" "quarterly_views" "monthly_views" "weekly_views" "daily_views" ソートするメタデータの項目名 |
{- "from": 25,
- "order": "asc",
- "query": {
- "archived": {
- "archived": true,
- "not_archived": true
}, - "asset_groups": [
- "asgp-437b1c3a-d258-4758-b296-4423d532f363"
], - "asset_ids": [
- "schm-d8a7910e-131c-44d3-93f4-82066c47ee44",
- "tbl-d8a7910e-131c-44d3-93f4-82066c47ee44"
], - "asset_type": [
- "schema",
- "etl",
- "dashboard",
- "sheet"
], - "custom_category_id": "csct-67bbc527-b443-49a2-9a97-803d2239f081",
- "custom_category_ids": [
- "csct-67bbc527-b443-49a2-9a97-803d2239f081",
- "csct-75d5d7d1-2647-4030-a57d-eef7ff312625"
], - "data_quality": {
- "anomaly": false,
- "healthy": false
}, - "data_source_id": [
- "Porro maxime voluptas.",
- "Quo vitae.",
- "Laudantium aspernatur molestiae molestiae harum in ducimus."
], - "favorite": {
- "favorite": false,
- "not_favorite": true
}, - "is_structured": false,
- "keyword": "sales",
- "owners": [
- "usr-437b1c3a-d258-4758-b296-4423d532f363",
- "usr-75d5d7d1-2647-4030-a57d-eef7ff312625"
], - "search_fields": [
- "comment_on_ddl",
- "logical_name",
- "source_name"
], - "service_name": [
- "azure_sql",
- "sql_server",
- "bigquery",
- "tableau"
], - "source": {
- "csv": false,
- "metadata_agent": false
}, - "source_status": {
- "exists": true,
- "lost": true
}, - "tag_operator": "AND",
- "tags": [
- "tg-67bbc527-b443-49a2-9a97-803d2239f081",
- "tg-75d5d7d1-2647-4030-a57d-eef7ff312625"
]
}, - "size": 25,
- "sort": "logical_name"
}{- "data": [
- {
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "highlight": {
- "comment_on_ddl": [
- "<em>comment</em> on ddl"
], - "description": [
- "<em>description</em> text"
], - "logical_name": [
- "<em>logical</em>_name"
], - "physical_name": [
- "<em>physical</em>_name"
], - "property": [
- "<em>property</em> value"
]
}, - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_favorite": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "table",
- "owners": [
- {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
], - "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_synapse",
- "tags": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
], - "updated_at": "1975-01-20T15:03:52Z",
- "view_count": 34
}, - {
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "highlight": {
- "comment_on_ddl": [
- "<em>comment</em> on ddl"
], - "description": [
- "<em>description</em> text"
], - "logical_name": [
- "<em>logical</em>_name"
], - "physical_name": [
- "<em>physical</em>_name"
], - "property": [
- "<em>property</em> value"
]
}, - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_favorite": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "table",
- "owners": [
- {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
], - "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_synapse",
- "tags": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
], - "updated_at": "1975-01-20T15:03:52Z",
- "view_count": 34
}, - {
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "highlight": {
- "comment_on_ddl": [
- "<em>comment</em> on ddl"
], - "description": [
- "<em>description</em> text"
], - "logical_name": [
- "<em>logical</em>_name"
], - "physical_name": [
- "<em>physical</em>_name"
], - "property": [
- "<em>property</em> value"
]
}, - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_favorite": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "table",
- "owners": [
- {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
], - "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_synapse",
- "tags": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
], - "updated_at": "1975-01-20T15:03:52Z",
- "view_count": 34
}, - {
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "highlight": {
- "comment_on_ddl": [
- "<em>comment</em> on ddl"
], - "description": [
- "<em>description</em> text"
], - "logical_name": [
- "<em>logical</em>_name"
], - "physical_name": [
- "<em>physical</em>_name"
], - "property": [
- "<em>property</em> value"
]
}, - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_favorite": true,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "table",
- "owners": [
- {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}, - {
- "email_address": "andreanne.reilly@thielbergstrom.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "viewer",
- "user_type": "agent"
}
], - "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_synapse",
- "tags": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_manual": false,
- "tag": {
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": true
}, - "tag_category": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_deleted": false,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}, - "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_deleted": true,
- "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
], - "updated_at": "1975-01-20T15:03:52Z",
- "view_count": 34
}
], - "from": 25,
- "max_result_size": 2802754594624476700,
- "number_of_results": 30,
- "size": 25
}| version | string Example: version=v2 version of the API |
| from | integer <int64> Default: 0 検索をスキップする件数。ページネーションに使用します。 |
| order | string Default: "desc" Enum: "asc" "desc" ソート順 |
object (SearchQueryAssetLightParams) | |
| size | integer <int64> Default: 25 検索結果の最大件数 |
| sort | string Default: "relevance" Enum: "relevance" "updated_at" "created_at" "physical_name" "logical_name" "yearly_views" "quarterly_views" "monthly_views" "weekly_views" "daily_views" ソートするメタデータの項目名 |
{- "from": 25,
- "order": "desc",
- "query": {
- "asset_groups": [
- "asgp-437b1c3a-d258-4758-b296-4423d532f363"
], - "asset_type": [
- "table",
- "sheet",
- "table"
], - "custom_category_id": "csct-67bbc527-b443-49a2-9a97-803d2239f081",
- "custom_category_ids": [
- "csct-67bbc527-b443-49a2-9a97-803d2239f081",
- "csct-75d5d7d1-2647-4030-a57d-eef7ff312625"
], - "data_quality": {
- "anomaly": false,
- "healthy": false
}, - "exclude_user_group_ids": [
- "Animi aut eaque fuga.",
- "Odit iure."
], - "include_disabled": true,
- "is_structured": false,
- "keyword": "sales",
- "service_name": [
- "other",
- "oracle",
- "azure_sql"
], - "source": {
- "csv": false,
- "metadata_agent": false
}, - "tags": [
- "tg-67bbc527-b443-49a2-9a97-803d2239f081",
- "tg-75d5d7d1-2647-4030-a57d-eef7ff312625"
], - "user_group_ids": [
- "Labore harum porro est rem optio provident.",
- "Voluptas aut.",
- "Dolore dolores ducimus repellat nobis tempora est."
], - "user_ids": [
- "Qui et ducimus magnam est omnis et.",
- "Nemo dignissimos quo quas eos nihil quasi."
]
}, - "size": 25,
- "sort": "logical_name"
}{- "data": [
- {
- "asset_type": "database",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_csv_imported": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "tag",
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_sql",
- "updated_at": "2003-05-08T17:28:58Z"
}, - {
- "asset_type": "database",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_csv_imported": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "tag",
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_sql",
- "updated_at": "2003-05-08T17:28:58Z"
}, - {
- "asset_type": "database",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_csv_imported": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "tag",
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_sql",
- "updated_at": "2003-05-08T17:28:58Z"
}, - {
- "asset_type": "database",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_csv_imported": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "tag",
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "service_name": "azure_sql",
- "updated_at": "2003-05-08T17:28:58Z"
}
], - "from": 25,
- "max_result_size": 4197364089488674300,
- "number_of_results": 30,
- "size": 25
}| version | string Example: version=v2 version of the API |
{- "data": [
- {
- "service_name": "denodo",
- "view_count": 34
}, - {
- "service_name": "denodo",
- "view_count": 34
}
]
} 以下の2つの配列を返します。
1. データソース一覧。以下のフィールドを含みます:
- service_name
- source_name
- source_type
- global_id
- asset_count
2. サービスとそのアセット数
| version | string Example: version=v2 version of the API |
{- "data": {
- "data_source": [
- {
- "asset_count": 30345,
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "service_name": "snowflake",
- "source_name": "quollio-snowflake",
- "source_type": "agent"
}, - {
- "asset_count": 30345,
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "service_name": "snowflake",
- "source_name": "quollio-snowflake",
- "source_type": "agent"
}, - {
- "asset_count": 30345,
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "service_name": "snowflake",
- "source_name": "quollio-snowflake",
- "source_type": "agent"
}
], - "service": [
- {
- "service_name": "mysql",
- "view_count": 34
}, - {
- "service_name": "mysql",
- "view_count": 34
}
]
}
}| version | string Example: version=v2 version of the API |
| from | integer <int64> Default: 0 検索をスキップする件数。ページネーションに使用します。 |
| order | string Default: "desc" Enum: "asc" "desc" ソート順 |
object (SearchQueryTagParams) | |
| size | integer <int64> Default: 25 検索結果の最大件数 |
| sort | string Default: "relevance" Enum: "relevance" "updated_at" "_updated_by" "_created_at" "name" "tag_group_color" ソートするメタデータの項目名 |
{- "from": 25,
- "order": "desc",
- "query": {
- "archived": {
- "archived": true,
- "not_archived": true
}, - "is_structured": true,
- "keyword": "sales",
- "not_empty": false,
- "object_type": [
- "tag_group",
- "tag_category"
], - "search_fields": [
- "name",
- "description",
- "name"
]
}, - "size": 25,
- "sort": "tag_group_color"
}{- "data": [
- {
- "asset_usage": 123,
- "child_count": 34,
- "description": "Soluta vitae omnis voluptatibus minus laboriosam.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "name": "Explicabo rerum odio ad repudiandae voluptatibus.",
- "object_type": "rule",
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_approval": "DELETE",
- "rule_set_usage": 3,
- "tag_group_color": "pink",
- "task_created": true,
- "updated_at": "2003-11-25T16:07:06Z",
- "version": "v2"
}, - {
- "asset_usage": 123,
- "child_count": 34,
- "description": "Soluta vitae omnis voluptatibus minus laboriosam.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "name": "Explicabo rerum odio ad repudiandae voluptatibus.",
- "object_type": "rule",
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "pending_approval": "DELETE",
- "rule_set_usage": 3,
- "tag_group_color": "pink",
- "task_created": true,
- "updated_at": "2003-11-25T16:07:06Z",
- "version": "v2"
}
], - "from": 25,
- "max_result_size": 8097217469184818000,
- "number_of_results": 30,
- "size": 25,
- "total": 100
}| version | string Example: version=v2 version of the API |
| from | integer <int64> Default: 0 検索をスキップする件数。ページネーションに使用します。 |
| order | string Default: "desc" Enum: "asc" "desc" ソート順 |
object (SearchQueryUserParams) | |
| size | integer <int64> Default: 25 検索結果の最大件数 |
| sort | string Enum: "family_name" "email_address" "relevance" ソートするメタデータの項目名 |
{- "from": 25,
- "order": "desc",
- "query": {
- "exclude_user_group_ids": [
- "Impedit consequatur nulla in.",
- "Laboriosam occaecati quaerat soluta asperiores ipsam vero."
], - "is_structured": true,
- "keyword": "sales",
- "status": [
- "DISABLED",
- "LOCKED",
- "WAITING_FOR_ACTIVATION",
- "ENABLED"
], - "user_group_ids": [
- "Quisquam aliquid incidunt rerum quasi.",
- "Nihil consequatur est.",
- "Eligendi occaecati omnis sapiente sit."
], - "user_group_type": [
- "custom",
- "auto",
- "auto",
- "auto"
], - "user_ids": [
- "Eos omnis quo qui perferendis sint perferendis.",
- "Inventore ex."
]
}, - "size": 25,
- "sort": "family_name"
}{- "data": [
- {
- "authn_users": [
- {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}, - {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}, - {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}
], - "email_address": "madelynn.runolfsson@yundt.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "language": "ja",
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "statuses": [
- "ENABLED",
- "WAITING_FOR_ACTIVATION"
], - "updated_at": "1982-03-12T03:32:57Z",
- "user_groups": [
- "Group1",
- "Group2"
], - "user_type": "machine"
}, - {
- "authn_users": [
- {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}, - {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}, - {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}
], - "email_address": "madelynn.runolfsson@yundt.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "language": "ja",
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "statuses": [
- "ENABLED",
- "WAITING_FOR_ACTIVATION"
], - "updated_at": "1982-03-12T03:32:57Z",
- "user_groups": [
- "Group1",
- "Group2"
], - "user_type": "machine"
}, - {
- "authn_users": [
- {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}, - {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}, - {
- "email_address": "clara@damoregislason.org",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "init_required": false,
- "is_disabled": true,
- "is_internal": false,
- "language": "en",
- "locale": "en",
- "provider_name": "azure-ad-saml",
- "status": "WAITING_FOR_ACTIVATION"
}
], - "email_address": "madelynn.runolfsson@yundt.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "language": "ja",
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "statuses": [
- "ENABLED",
- "WAITING_FOR_ACTIVATION"
], - "updated_at": "1982-03-12T03:32:57Z",
- "user_groups": [
- "Group1",
- "Group2"
], - "user_type": "machine"
}
], - "from": 25,
- "number_of_results": 30,
- "size": 25,
- "total": 100
}| version | string Example: version=v2 version of the API |
| from | integer <int64> Default: 0 検索をスキップする件数。ページネーションに使用します。 |
| order | string Default: "desc" Enum: "asc" "desc" ソート順 |
object (SearchQueryAssetLightParams) | |
| size | integer <int64> Default: 25 検索結果の最大件数 |
| sort | string Default: "relevance" Enum: "relevance" "updated_at" "created_at" "physical_name" "logical_name" "yearly_views" "quarterly_views" "monthly_views" "weekly_views" "daily_views" ソートするメタデータの項目名 |
{- "from": 25,
- "order": "asc",
- "query": {
- "asset_groups": [
- "asgp-437b1c3a-d258-4758-b296-4423d532f363"
], - "asset_type": [
- "table",
- "sheet",
- "table"
], - "custom_category_id": "csct-67bbc527-b443-49a2-9a97-803d2239f081",
- "custom_category_ids": [
- "csct-67bbc527-b443-49a2-9a97-803d2239f081",
- "csct-75d5d7d1-2647-4030-a57d-eef7ff312625"
], - "data_quality": {
- "anomaly": false,
- "healthy": false
}, - "exclude_user_group_ids": [
- "Animi aut eaque fuga.",
- "Odit iure."
], - "include_disabled": true,
- "is_structured": false,
- "keyword": "sales",
- "service_name": [
- "other",
- "oracle",
- "azure_sql"
], - "source": {
- "csv": false,
- "metadata_agent": false
}, - "tags": [
- "tg-67bbc527-b443-49a2-9a97-803d2239f081",
- "tg-75d5d7d1-2647-4030-a57d-eef7ff312625"
], - "user_group_ids": [
- "Labore harum porro est rem optio provident.",
- "Voluptas aut.",
- "Dolore dolores ducimus repellat nobis tempora est."
], - "user_ids": [
- "Qui et ducimus magnam est omnis et.",
- "Nemo dignissimos quo quas eos nihil quasi."
]
}, - "size": 25,
- "sort": "relevance"
}{- "data": [
- {
- "email_address": "sven@breitenberg.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "updated_at": "1996-12-31T11:24:49Z",
- "user_type": "agent"
}, - {
- "email_address": "sven@breitenberg.info",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "updated_at": "1996-12-31T11:24:49Z",
- "user_type": "agent"
}
], - "from": 25,
- "number_of_results": 30,
- "size": 25,
- "total": 100
}