You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/datadogV2/api_reference_tables.go
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@ import (
17
17
typeReferenceTablesApi datadog.Service
18
18
19
19
// CreateReferenceTable Create reference table.
20
-
// Create a new reference table. You can provide data in two ways: 1) Call POST api/v2/reference-tables/upload first to get an upload ID, then PUT chunks of CSV data to each provided URL, and finally call this POST endpoint with the upload_id in file_metadata, OR 2) Provide access_details in file_metadata pointing to a CSV file in cloud storage (Amazon S3, Azure Blob Storage, or GCP Cloud Storage).
20
+
// Creates a reference table. You can provide data in two ways:
21
+
// 1. Call POST /api/v2/reference-tables/upload to get an upload ID. Then, PUT the CSV data
22
+
// (not the file itself) in chunks to each URL in the request body. Finally, call this
23
+
// POST endpoint with `upload_id` in `file_metadata`.
24
+
// 2. Provide `access_details` in `file_metadata` pointing to a CSV file in cloud storage.
Copy file name to clipboardExpand all lines: api/datadogV2/model_create_table_request_data_attributes_file_metadata_cloud_storage.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import (
12
12
13
13
// CreateTableRequestDataAttributesFileMetadataCloudStorage Cloud storage file metadata for create requests. Both access_details and sync_enabled are required.
// CreateTableRequestDataAttributesFileMetadataOneOfAccessDetails The definition of `CreateTableRequestDataAttributesFileMetadataOneOfAccessDetails` object.
11
+
// CreateTableRequestDataAttributesFileMetadataOneOfAccessDetails Cloud storage access configuration for the reference table data file.
Copy file name to clipboardExpand all lines: api/datadogV2/model_create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.go
// CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAwsDetail The definition of `CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAwsDetail` object.
13
+
// CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAwsDetail Amazon Web Services S3 storage access configuration.
Copy file name to clipboardExpand all lines: api/datadogV2/model_create_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.go
// CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail The definition of `CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsAzureDetail` object.
0 commit comments