Skip to content

Commit b07992d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update public cost permissions (#31275)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c2d8cd8 commit b07992d

File tree

4 files changed

+69
-39
lines changed

4 files changed

+69
-39
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-08-25 18:47:02.506137",
8-
"spec_repo_commit": "1e6c3469"
7+
"regenerated": "2025-08-27 07:15:27.767272",
8+
"spec_repo_commit": "335aa675"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-08-25 18:47:12.680271",
13-
"spec_repo_commit": "1e6c3469"
12+
"regenerated": "2025-08-27 07:15:37.948575",
13+
"spec_repo_commit": "335aa675"
1414
}
1515
}
1616
}

data/api/v2/full_spec.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51714,14 +51714,16 @@ paths:
5171451714
appKeyAuth: []
5171551715
- AuthZ:
5171651716
- usage_read
51717+
- billing_read
5171751718
summary: Get Monthly Cost Attribution
5171851719
tags:
5171951720
- Usage Metering
5172051721
x-menu-order: 5
5172151722
x-permission:
51722-
operator: OR
51723+
operator: AND
5172351724
permissions:
5172451725
- usage_read
51726+
- billing_read
5172551727
x-undo:
5172651728
type: safe
5172751729
/api/v2/csm/onboarding/agents:
@@ -71899,14 +71901,16 @@ paths:
7189971901
appKeyAuth: []
7190071902
- AuthZ:
7190171903
- usage_read
71904+
- billing_read
7190271905
summary: Get cost across multi-org account
7190371906
tags:
7190471907
- Usage Metering
7190571908
x-menu-order: 45
7190671909
x-permission:
71907-
operator: OR
71910+
operator: AND
7190871911
permissions:
7190971912
- usage_read
71913+
- billing_read
7191071914
x-undo:
7191171915
type: safe
7191271916
/api/v2/usage/estimated_cost:
@@ -72006,14 +72010,16 @@ paths:
7200672010
appKeyAuth: []
7200772011
- AuthZ:
7200872012
- usage_read
72013+
- billing_read
7200972014
summary: Get estimated cost across your account
7201072015
tags:
7201172016
- Usage Metering
7201272017
x-menu-order: 6
7201372018
x-permission:
72014-
operator: OR
72019+
operator: AND
7201572020
permissions:
7201672021
- usage_read
72022+
- billing_read
7201772023
x-undo:
7201872024
type: safe
7201972025
/api/v2/usage/historical_cost:
@@ -72090,14 +72096,16 @@ paths:
7209072096
appKeyAuth: []
7209172097
- AuthZ:
7209272098
- usage_read
72099+
- billing_read
7209372100
summary: Get historical cost across your account
7209472101
tags:
7209572102
- Usage Metering
7209672103
x-menu-order: 5
7209772104
x-permission:
72098-
operator: OR
72105+
operator: AND
7209972106
permissions:
7210072107
- usage_read
72108+
- billing_read
7210172109
x-undo:
7210272110
type: safe
7210372111
/api/v2/usage/hourly_usage:
@@ -72437,14 +72445,16 @@ paths:
7243772445
appKeyAuth: []
7243872446
- AuthZ:
7243972447
- usage_read
72448+
- billing_read
7244072449
summary: Get projected cost across your account
7244172450
tags:
7244272451
- Usage Metering
7244372452
x-menu-order: 7
7244472453
x-permission:
72445-
operator: OR
72454+
operator: AND
7244672455
permissions:
7244772456
- usage_read
72457+
- billing_read
7244872458
x-undo:
7244972459
type: safe
7245072460
/api/v2/user_invitations:

data/api/v2/full_spec_deref.json

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -408235,7 +408235,8 @@
408235408235
},
408236408236
{
408237408237
"AuthZ": [
408238-
"usage_read"
408238+
"usage_read",
408239+
"billing_read"
408239408240
]
408240408241
}
408241408242
],
@@ -408245,9 +408246,10 @@
408245408246
],
408246408247
"x-menu-order": 5,
408247408248
"x-permission": {
408248-
"operator": "OR",
408249+
"operator": "AND",
408249408250
"permissions": [
408250-
"usage_read"
408251+
"usage_read",
408252+
"billing_read"
408251408253
]
408252408254
},
408253408255
"x-undo": {
@@ -621283,7 +621285,8 @@
621283621285
},
621284621286
{
621285621287
"AuthZ": [
621286-
"usage_read"
621288+
"usage_read",
621289+
"billing_read"
621287621290
]
621288621291
}
621289621292
],
@@ -621293,9 +621296,10 @@
621293621296
],
621294621297
"x-menu-order": 45,
621295621298
"x-permission": {
621296-
"operator": "OR",
621299+
"operator": "AND",
621297621300
"permissions": [
621298-
"usage_read"
621301+
"usage_read",
621302+
"billing_read"
621299621303
]
621300621304
},
621301621305
"x-undo": {
@@ -621561,7 +621565,8 @@
621561621565
},
621562621566
{
621563621567
"AuthZ": [
621564-
"usage_read"
621568+
"usage_read",
621569+
"billing_read"
621565621570
]
621566621571
}
621567621572
],
@@ -621571,9 +621576,10 @@
621571621576
],
621572621577
"x-menu-order": 6,
621573621578
"x-permission": {
621574-
"operator": "OR",
621579+
"operator": "AND",
621575621580
"permissions": [
621576-
"usage_read"
621581+
"usage_read",
621582+
"billing_read"
621577621583
]
621578621584
},
621579621585
"x-undo": {
@@ -621819,7 +621825,8 @@
621819621825
},
621820621826
{
621821621827
"AuthZ": [
621822-
"usage_read"
621828+
"usage_read",
621829+
"billing_read"
621823621830
]
621824621831
}
621825621832
],
@@ -621829,9 +621836,10 @@
621829621836
],
621830621837
"x-menu-order": 5,
621831621838
"x-permission": {
621832-
"operator": "OR",
621839+
"operator": "AND",
621833621840
"permissions": [
621834-
"usage_read"
621841+
"usage_read",
621842+
"billing_read"
621835621843
]
621836621844
},
621837621845
"x-undo": {
@@ -622851,7 +622859,8 @@
622851622859
},
622852622860
{
622853622861
"AuthZ": [
622854-
"usage_read"
622862+
"usage_read",
622863+
"billing_read"
622855622864
]
622856622865
}
622857622866
],
@@ -622861,9 +622870,10 @@
622861622870
],
622862622871
"x-menu-order": 7,
622863622872
"x-permission": {
622864-
"operator": "OR",
622873+
"operator": "AND",
622865622874
"permissions": [
622866-
"usage_read"
622875+
"usage_read",
622876+
"billing_read"
622867622877
]
622868622878
},
622869622879
"x-undo": {

static/resources/json/full_spec_v2.json

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -408235,7 +408235,8 @@
408235408235
},
408236408236
{
408237408237
"AuthZ": [
408238-
"usage_read"
408238+
"usage_read",
408239+
"billing_read"
408239408240
]
408240408241
}
408241408242
],
@@ -408245,9 +408246,10 @@
408245408246
],
408246408247
"x-menu-order": 5,
408247408248
"x-permission": {
408248-
"operator": "OR",
408249+
"operator": "AND",
408249408250
"permissions": [
408250-
"usage_read"
408251+
"usage_read",
408252+
"billing_read"
408251408253
]
408252408254
},
408253408255
"x-undo": {
@@ -621283,7 +621285,8 @@
621283621285
},
621284621286
{
621285621287
"AuthZ": [
621286-
"usage_read"
621288+
"usage_read",
621289+
"billing_read"
621287621290
]
621288621291
}
621289621292
],
@@ -621293,9 +621296,10 @@
621293621296
],
621294621297
"x-menu-order": 45,
621295621298
"x-permission": {
621296-
"operator": "OR",
621299+
"operator": "AND",
621297621300
"permissions": [
621298-
"usage_read"
621301+
"usage_read",
621302+
"billing_read"
621299621303
]
621300621304
},
621301621305
"x-undo": {
@@ -621561,7 +621565,8 @@
621561621565
},
621562621566
{
621563621567
"AuthZ": [
621564-
"usage_read"
621568+
"usage_read",
621569+
"billing_read"
621565621570
]
621566621571
}
621567621572
],
@@ -621571,9 +621576,10 @@
621571621576
],
621572621577
"x-menu-order": 6,
621573621578
"x-permission": {
621574-
"operator": "OR",
621579+
"operator": "AND",
621575621580
"permissions": [
621576-
"usage_read"
621581+
"usage_read",
621582+
"billing_read"
621577621583
]
621578621584
},
621579621585
"x-undo": {
@@ -621819,7 +621825,8 @@
621819621825
},
621820621826
{
621821621827
"AuthZ": [
621822-
"usage_read"
621828+
"usage_read",
621829+
"billing_read"
621823621830
]
621824621831
}
621825621832
],
@@ -621829,9 +621836,10 @@
621829621836
],
621830621837
"x-menu-order": 5,
621831621838
"x-permission": {
621832-
"operator": "OR",
621839+
"operator": "AND",
621833621840
"permissions": [
621834-
"usage_read"
621841+
"usage_read",
621842+
"billing_read"
621835621843
]
621836621844
},
621837621845
"x-undo": {
@@ -622851,7 +622859,8 @@
622851622859
},
622852622860
{
622853622861
"AuthZ": [
622854-
"usage_read"
622862+
"usage_read",
622863+
"billing_read"
622855622864
]
622856622865
}
622857622866
],
@@ -622861,9 +622870,10 @@
622861622870
],
622862622871
"x-menu-order": 7,
622863622872
"x-permission": {
622864-
"operator": "OR",
622873+
"operator": "AND",
622865622874
"permissions": [
622866-
"usage_read"
622875+
"usage_read",
622876+
"billing_read"
622867622877
]
622868622878
},
622869622879
"x-undo": {

0 commit comments

Comments
 (0)