@@ -108118,7 +108118,9 @@ paths:
108118
108118
summary: Get Security Center Issues Types
108119
108119
tags:
108120
108120
- Security Center Insights
108121
- x-api-token-group: null
108121
+ x-api-token-group:
108122
+ - Intel Write
108123
+ - Intel Read
108122
108124
/accounts/{account_id}/intel/attack-surface-report/issues:
108123
108125
get:
108124
108126
deprecated: true
@@ -108221,7 +108223,9 @@ paths:
108221
108223
summary: Get Security Center Issues
108222
108224
tags:
108223
108225
- Security Center Insights
108224
- x-api-token-group: null
108226
+ x-api-token-group:
108227
+ - Intel Write
108228
+ - Intel Read
108225
108229
/accounts/{account_id}/intel/attack-surface-report/issues/class:
108226
108230
get:
108227
108231
deprecated: true
@@ -108448,7 +108452,9 @@ paths:
108448
108452
summary: Get Security Center Issue Counts by Type
108449
108453
tags:
108450
108454
- Security Center Insights
108451
- x-api-token-group: null
108455
+ x-api-token-group:
108456
+ - Intel Write
108457
+ - Intel Read
108452
108458
/accounts/{account_id}/intel/dns:
108453
108459
get:
108454
108460
description: Gets a list of all the domains that have resolved to a specific IP address.
@@ -133110,6 +133116,47 @@ paths:
133110
133116
- Vectorize
133111
133117
x-api-token-group:
133112
133118
- Vectorize Write
133119
+ /accounts/{account_id}/waiting_rooms:
133120
+ get:
133121
+ description: Lists waiting rooms for account.
133122
+ operationId: waiting-room-list-waiting-rooms-account
133123
+ parameters:
133124
+ - in: path
133125
+ name: account_id
133126
+ required: true
133127
+ schema:
133128
+ $ref: '#/components/schemas/waitingroom_identifier'
133129
+ - $ref: '#/components/parameters/waitingroom_page'
133130
+ - $ref: '#/components/parameters/waitingroom_per_page'
133131
+ responses:
133132
+ 4XX:
133133
+ content:
133134
+ application/json:
133135
+ schema:
133136
+ allOf:
133137
+ - $ref: '#/components/schemas/waitingroom_response_collection'
133138
+ - $ref: '#/components/schemas/waitingroom_api-response-common-failure'
133139
+ description: List waiting rooms for account response failure
133140
+ "200":
133141
+ content:
133142
+ application/json:
133143
+ schema:
133144
+ $ref: '#/components/schemas/waitingroom_response_collection'
133145
+ description: List waiting rooms for account response
133146
+ security:
133147
+ - api_token: []
133148
+ - api_email: []
133149
+ api_key: []
133150
+ summary: List waiting rooms for account
133151
+ tags:
133152
+ - Waiting Room
133153
+ x-api-token-group:
133154
+ - Account Waiting Rooms Read
133155
+ x-cfPlanAvailability:
133156
+ business: true
133157
+ enterprise: true
133158
+ free: false
133159
+ pro: false
133113
133160
/accounts/{account_id}/warp_connector:
133114
133161
get:
133115
133162
description: Lists and filters Warp Connector Tunnels in an account.
@@ -219255,7 +219302,7 @@ paths:
219255
219302
pro: true
219256
219303
/zones/{zone_id}/waiting_rooms:
219257
219304
get:
219258
- description: Lists waiting rooms.
219305
+ description: Lists waiting rooms for zone .
219259
219306
operationId: waiting-room-list-waiting-rooms
219260
219307
parameters:
219261
219308
- in: path
@@ -219273,18 +219320,18 @@ paths:
219273
219320
allOf:
219274
219321
- $ref: '#/components/schemas/waitingroom_response_collection'
219275
219322
- $ref: '#/components/schemas/waitingroom_api-response-common-failure'
219276
- description: List waiting rooms response failure
219323
+ description: List waiting rooms for zone response failure
219277
219324
"200":
219278
219325
content:
219279
219326
application/json:
219280
219327
schema:
219281
219328
$ref: '#/components/schemas/waitingroom_response_collection'
219282
- description: List waiting rooms response
219329
+ description: List waiting rooms for zone response
219283
219330
security:
219284
219331
- api_token: []
219285
219332
- api_email: []
219286
219333
api_key: []
219287
- summary: List waiting rooms
219334
+ summary: List waiting rooms for zone
219288
219335
tags:
219289
219336
- Waiting Room
219290
219337
x-api-token-group:
0 commit comments