@@ -37470,15 +37470,17 @@ paths:
3747037470 lang: cURL
3747137471 source: |-
3747237472 curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
37473- --header "Accept: application/vnd.atlas.2023-01-01+json" \
37474- -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives/queryLogs.gz?pretty=true"
37473+ --header "Accept: application/vnd.atlas.2023-01-01+gzip" \
37474+ -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives/queryLogs.gz" \
37475+ --output "file_name.gzip"
3747537476 - label: curl (Digest)
3747637477 lang: cURL
3747737478 source: |-
3747837479 curl --user "${PUBLIC_KEY}:${PRIVATE_KEY}" \
3747937480 --digest \
37480- --header "Accept: application/vnd.atlas.2023-01-01+json" \
37481- -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives/queryLogs.gz?pretty=true"
37481+ --header "Accept: application/vnd.atlas.2023-01-01+gzip" \
37482+ -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives/queryLogs.gz" \
37483+ --output "file_name.gzip"
3748237484 /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/outageSimulation:
3748337485 delete:
3748437486 description: Ends a cluster outage simulation.
@@ -39360,15 +39362,17 @@ paths:
3936039362 lang: cURL
3936139363 source: |-
3936239364 curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
39363- --header "Accept: application/vnd.atlas.2023-01-01+json" \
39364- -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{hostName}/logs/{logName}.gz?pretty=true"
39365+ --header "Accept: application/vnd.atlas.2023-01-01+gzip" \
39366+ -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{hostName}/logs/{logName}.gz" \
39367+ --output "file_name.gzip"
3936539368 - label: curl (Digest)
3936639369 lang: cURL
3936739370 source: |-
3936839371 curl --user "${PUBLIC_KEY}:${PRIVATE_KEY}" \
3936939372 --digest \
39370- --header "Accept: application/vnd.atlas.2023-01-01+json" \
39371- -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{hostName}/logs/{logName}.gz?pretty=true"
39373+ --header "Accept: application/vnd.atlas.2023-01-01+gzip" \
39374+ -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/clusters/{hostName}/logs/{logName}.gz" \
39375+ --output "file_name.gzip"
3937239376 x-sunset: "2025-06-01"
3937339377 /api/atlas/v2/groups/{groupId}/clusters/provider/regions:
3937439378 get:
@@ -41412,15 +41416,17 @@ paths:
4141241416 lang: cURL
4141341417 source: |-
4141441418 curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
41415- --header "Accept: application/vnd.atlas.2023-01-01+json" \
41416- -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}/queryLogs.gz?pretty=true"
41419+ --header "Accept: application/vnd.atlas.2023-01-01+gzip" \
41420+ -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}/queryLogs.gz" \
41421+ --output "file_name.gzip"
4141741422 - label: curl (Digest)
4141841423 lang: cURL
4141941424 source: |-
4142041425 curl --user "${PUBLIC_KEY}:${PRIVATE_KEY}" \
4142141426 --digest \
41422- --header "Accept: application/vnd.atlas.2023-01-01+json" \
41423- -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}/queryLogs.gz?pretty=true"
41427+ --header "Accept: application/vnd.atlas.2023-01-01+gzip" \
41428+ -X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}/queryLogs.gz" \
41429+ --output "file_name.gzip"
4142441430 /api/atlas/v2/groups/{groupId}/databaseUsers:
4142541431 get:
4142641432 description: Returns all database users that belong to the specified project. To use this resource, the requesting API Key must have the Project Read Only role.
@@ -54709,14 +54715,14 @@ paths:
5470954715 lang: cURL
5471054716 source: |-
5471154717 curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
54712- --header "Accept: application/vnd.atlas.2023-01-01+json " \
54718+ --header "Accept: application/vnd.atlas.2023-01-01+csv " \
5471354719 -X GET "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/billing/costExplorer/usage/{token}?pretty=true"
5471454720 - label: curl (Digest)
5471554721 lang: cURL
5471654722 source: |-
5471754723 curl --user "${PUBLIC_KEY}:${PRIVATE_KEY}" \
5471854724 --digest \
54719- --header "Accept: application/vnd.atlas.2023-01-01+json " \
54725+ --header "Accept: application/vnd.atlas.2023-01-01+csv " \
5472054726 -X GET "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/billing/costExplorer/usage/{token}?pretty=true"
5472154727 /api/atlas/v2/orgs/{orgId}/events:
5472254728 get:
@@ -55868,14 +55874,14 @@ paths:
5586855874 lang: cURL
5586955875 source: |-
5587055876 curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
55871- --header "Accept: application/vnd.atlas.2023-01-01+json " \
55877+ --header "Accept: application/vnd.atlas.2023-01-01+csv " \
5587255878 -X GET "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/csv?pretty=true"
5587355879 - label: curl (Digest)
5587455880 lang: cURL
5587555881 source: |-
5587655882 curl --user "${PUBLIC_KEY}:${PRIVATE_KEY}" \
5587755883 --digest \
55878- --header "Accept: application/vnd.atlas.2023-01-01+json " \
55884+ --header "Accept: application/vnd.atlas.2023-01-01+csv " \
5587955885 -X GET "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/csv?pretty=true"
5588055886 /api/atlas/v2/orgs/{orgId}/invoices/pending:
5588155887 get:
0 commit comments