@@ -16095,6 +16095,8 @@ components:
16095
16095
global variables for Synthetics.
16096
16096
synthetics_private_location_read: The ability to view, search and use
16097
16097
in tests the list of private locations available.
16098
+ synthetics_private_location_write: The ability to create and delete private
16099
+ locations as well as seeing the associated installation guidelines.
16098
16100
synthetics_read: The ability to list and view configured Synthetic tests.
16099
16101
synthetics_write: The ability to create, edit, and delete Synthetic tests.
16100
16102
timeseries_query: The ability to query Timeseries data.
@@ -16699,6 +16701,11 @@ paths:
16699
16701
schema:
16700
16702
$ref: '#/components/schemas/APIErrorResponse'
16701
16703
description: Too many requests
16704
+ security:
16705
+ - apiKeyAuth: []
16706
+ appKeyAuth: []
16707
+ - AuthZ:
16708
+ - usage_read
16702
16709
summary: Get the list of available daily custom reports
16703
16710
tags:
16704
16711
- Usage Metering
@@ -16744,6 +16751,11 @@ paths:
16744
16751
schema:
16745
16752
$ref: '#/components/schemas/APIErrorResponse'
16746
16753
description: Too many requests
16754
+ security:
16755
+ - apiKeyAuth: []
16756
+ appKeyAuth: []
16757
+ - AuthZ:
16758
+ - usage_read
16747
16759
summary: Get specified daily custom reports
16748
16760
tags:
16749
16761
- Usage Metering
@@ -18130,6 +18142,10 @@ paths:
18130
18142
description: Forbidden
18131
18143
'429':
18132
18144
$ref: '#/components/responses/TooManyRequestsResponse'
18145
+ security:
18146
+ - apiKeyAuth: []
18147
+ appKeyAuth: []
18148
+ - AuthZ: []
18133
18149
summary: Get the total number of active hosts
18134
18150
tags:
18135
18151
- Hosts
@@ -21683,6 +21699,11 @@ paths:
21683
21699
description: Monitor Not Found error
21684
21700
'429':
21685
21701
$ref: '#/components/responses/TooManyRequestsResponse'
21702
+ security:
21703
+ - apiKeyAuth: []
21704
+ appKeyAuth: []
21705
+ - AuthZ:
21706
+ - monitors_read
21686
21707
summary: Get all downtimes for a monitor
21687
21708
tags:
21688
21709
- Downtimes
@@ -21741,6 +21762,11 @@ paths:
21741
21762
schema:
21742
21763
$ref: '#/components/schemas/APIErrorResponse'
21743
21764
description: Too many requests
21765
+ security:
21766
+ - apiKeyAuth: []
21767
+ appKeyAuth: []
21768
+ - AuthZ:
21769
+ - usage_read
21744
21770
summary: Get the list of available monthly custom reports
21745
21771
tags:
21746
21772
- Usage Metering
@@ -21792,6 +21818,11 @@ paths:
21792
21818
schema:
21793
21819
$ref: '#/components/schemas/APIErrorResponse'
21794
21820
description: Too many requests
21821
+ security:
21822
+ - apiKeyAuth: []
21823
+ appKeyAuth: []
21824
+ - AuthZ:
21825
+ - usage_read
21795
21826
summary: Get specified monthly custom reports
21796
21827
tags:
21797
21828
- Usage Metering
@@ -21920,6 +21951,10 @@ paths:
21920
21951
description: Authentication Error
21921
21952
'429':
21922
21953
$ref: '#/components/responses/TooManyRequestsResponse'
21954
+ security:
21955
+ - apiKeyAuth: []
21956
+ appKeyAuth: []
21957
+ - AuthZ: []
21923
21958
summary: Get all notebooks
21924
21959
tags:
21925
21960
- Notebooks
@@ -22087,6 +22122,10 @@ paths:
22087
22122
description: Not Found
22088
22123
'429':
22089
22124
$ref: '#/components/responses/TooManyRequestsResponse'
22125
+ security:
22126
+ - apiKeyAuth: []
22127
+ appKeyAuth: []
22128
+ - AuthZ: []
22090
22129
summary: Get a notebook
22091
22130
tags:
22092
22131
- Notebooks
@@ -23369,6 +23408,11 @@ paths:
23369
23408
description: Batch does not exist.
23370
23409
'429':
23371
23410
$ref: '#/components/responses/TooManyRequestsResponse'
23411
+ security:
23412
+ - apiKeyAuth: []
23413
+ appKeyAuth: []
23414
+ - AuthZ:
23415
+ - synthetics_read
23372
23416
summary: Get details of batch
23373
23417
tags:
23374
23418
- Synthetics
@@ -23433,6 +23477,11 @@ paths:
23433
23477
description: Private locations are not activated for the user
23434
23478
'429':
23435
23479
$ref: '#/components/responses/TooManyRequestsResponse'
23480
+ security:
23481
+ - apiKeyAuth: []
23482
+ appKeyAuth: []
23483
+ - AuthZ:
23484
+ - synthetics_private_location_write
23436
23485
summary: Create a private location
23437
23486
tags:
23438
23487
- Synthetics
@@ -23468,6 +23517,11 @@ paths:
23468
23517
- Private location does not exist'
23469
23518
'429':
23470
23519
$ref: '#/components/responses/TooManyRequestsResponse'
23520
+ security:
23521
+ - apiKeyAuth: []
23522
+ appKeyAuth: []
23523
+ - AuthZ:
23524
+ - synthetics_private_location_write
23471
23525
summary: Delete a private location
23472
23526
tags:
23473
23527
- Synthetics
@@ -23501,6 +23555,11 @@ paths:
23501
23555
- Private location does not exist'
23502
23556
'429':
23503
23557
$ref: '#/components/responses/TooManyRequestsResponse'
23558
+ security:
23559
+ - apiKeyAuth: []
23560
+ appKeyAuth: []
23561
+ - AuthZ:
23562
+ - synthetics_private_location_read
23504
23563
summary: Get a private location
23505
23564
tags:
23506
23565
- Synthetics
@@ -23541,6 +23600,11 @@ paths:
23541
23600
- Private location does not exist'
23542
23601
'429':
23543
23602
$ref: '#/components/responses/TooManyRequestsResponse'
23603
+ security:
23604
+ - apiKeyAuth: []
23605
+ appKeyAuth: []
23606
+ - AuthZ:
23607
+ - synthetics_private_location_write
23544
23608
summary: Edit a private location
23545
23609
tags:
23546
23610
- Synthetics
@@ -24251,6 +24315,11 @@ paths:
24251
24315
description: Bad Request
24252
24316
'429':
24253
24317
$ref: '#/components/responses/TooManyRequestsResponse'
24318
+ security:
24319
+ - apiKeyAuth: []
24320
+ appKeyAuth: []
24321
+ - AuthZ:
24322
+ - synthetics_write
24254
24323
summary: Trigger Synthetics tests
24255
24324
tags:
24256
24325
- Synthetics
@@ -24291,6 +24360,11 @@ paths:
24291
24360
description: JSON format is wrong
24292
24361
'429':
24293
24362
$ref: '#/components/responses/TooManyRequestsResponse'
24363
+ security:
24364
+ - apiKeyAuth: []
24365
+ appKeyAuth: []
24366
+ - AuthZ:
24367
+ - synthetics_write
24294
24368
summary: Trigger tests from CI/CD pipelines
24295
24369
tags:
24296
24370
- Synthetics
@@ -24332,6 +24406,11 @@ paths:
24332
24406
- Test is not owned by the user'
24333
24407
'429':
24334
24408
$ref: '#/components/responses/TooManyRequestsResponse'
24409
+ security:
24410
+ - apiKeyAuth: []
24411
+ appKeyAuth: []
24412
+ - AuthZ:
24413
+ - synthetics_read
24335
24414
summary: Get a test configuration
24336
24415
tags:
24337
24416
- Synthetics
@@ -24578,6 +24657,11 @@ paths:
24578
24657
description: Forbidden
24579
24658
'429':
24580
24659
$ref: '#/components/responses/TooManyRequestsResponse'
24660
+ security:
24661
+ - apiKeyAuth: []
24662
+ appKeyAuth: []
24663
+ - AuthZ:
24664
+ - synthetics_global_variable_write
24581
24665
summary: Create a global variable
24582
24666
tags:
24583
24667
- Synthetics
@@ -24714,6 +24798,11 @@ paths:
24714
24798
description: Forbidden
24715
24799
'429':
24716
24800
$ref: '#/components/responses/TooManyRequestsResponse'
24801
+ security:
24802
+ - apiKeyAuth: []
24803
+ appKeyAuth: []
24804
+ - AuthZ:
24805
+ - synthetics_global_variable_write
24717
24806
summary: Edit a global variable
24718
24807
tags:
24719
24808
- Synthetics
@@ -25173,6 +25262,11 @@ paths:
25173
25262
schema:
25174
25263
$ref: '#/components/schemas/APIErrorResponse'
25175
25264
description: Too many requests
25265
+ security:
25266
+ - apiKeyAuth: []
25267
+ appKeyAuth: []
25268
+ - AuthZ:
25269
+ - usage_read
25176
25270
summary: Get hourly usage for audit logs
25177
25271
tags:
25178
25272
- Usage Metering
@@ -25333,6 +25427,11 @@ paths:
25333
25427
schema:
25334
25428
$ref: '#/components/schemas/APIErrorResponse'
25335
25429
description: Too many requests
25430
+ security:
25431
+ - apiKeyAuth: []
25432
+ appKeyAuth: []
25433
+ - AuthZ:
25434
+ - usage_read
25336
25435
summary: Get hourly usage for CSPM
25337
25436
tags:
25338
25437
- Usage Metering
@@ -25446,6 +25545,11 @@ paths:
25446
25545
schema:
25447
25546
$ref: '#/components/schemas/APIErrorResponse'
25448
25547
description: Too many requests
25548
+ security:
25549
+ - apiKeyAuth: []
25550
+ appKeyAuth: []
25551
+ - AuthZ:
25552
+ - usage_read
25449
25553
summary: Get hourly usage for Database Monitoring
25450
25554
tags:
25451
25555
- Usage Metering
@@ -25981,6 +26085,11 @@ paths:
25981
26085
schema:
25982
26086
$ref: '#/components/schemas/APIErrorResponse'
25983
26087
description: Too many requests
26088
+ security:
26089
+ - apiKeyAuth: []
26090
+ appKeyAuth: []
26091
+ - AuthZ:
26092
+ - usage_read
25984
26093
summary: Get hourly logs usage by retention
25985
26094
tags:
25986
26095
- Usage Metering
@@ -26485,6 +26594,11 @@ paths:
26485
26594
schema:
26486
26595
$ref: '#/components/schemas/APIErrorResponse'
26487
26596
description: Too many requests
26597
+ security:
26598
+ - apiKeyAuth: []
26599
+ appKeyAuth: []
26600
+ - AuthZ:
26601
+ - usage_read
26488
26602
summary: Get hourly usage for Sensitive Data Scanner
26489
26603
tags:
26490
26604
- Usage Metering
0 commit comments