Skip to content

Commit c5cc86a

Browse files
chore(api): update composite API spec
1 parent bb6586e commit c5cc86a

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1802
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ad0bb4b675e7f18dfbffe7c75086f7185a419f58619c83f0256bce247d8c9eef.yml
3-
openapi_spec_hash: 8f8ce66de94ee28d409821319ce4c384
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c5f32492775124389bdbfdaef3cc5e8b9a461534808ae9a6f392810aaa3f76f5.yml
3+
openapi_spec_hash: 08a2a40332d7e013bf4275ce693c3c63
44
config_hash: ac04197a992afb1d8c3b416fc46e8c8e

src/resources/load-balancers/pools/pools.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,6 @@ export interface Pool {
250250
*/
251251
monitor?: string;
252252

253-
/**
254-
* The ID of the Monitor Group to use for checking the health of origins within
255-
* this pool.
256-
*/
257-
monitor_group?: string;
258-
259253
/**
260254
* A short name (tag) for the pool. Only alphanumeric characters, hyphens, and
261255
* underscores are allowed.
@@ -360,12 +354,6 @@ export interface PoolCreateParams {
360354
*/
361355
monitor?: string;
362356

363-
/**
364-
* Body param: The ID of the Monitor Group to use for checking the health of
365-
* origins within this pool.
366-
*/
367-
monitor_group?: string;
368-
369357
/**
370358
* Body param: This field is now deprecated. It has been moved to Cloudflare's
371359
* Centralized Notification service
@@ -455,12 +443,6 @@ export interface PoolUpdateParams {
455443
*/
456444
monitor?: string;
457445

458-
/**
459-
* Body param: The ID of the Monitor Group to use for checking the health of
460-
* origins within this pool.
461-
*/
462-
monitor_group?: string;
463-
464446
/**
465447
* Body param: This field is now deprecated. It has been moved to Cloudflare's
466448
* Centralized Notification service
@@ -571,12 +553,6 @@ export interface PoolEditParams {
571553
*/
572554
monitor?: string;
573555

574-
/**
575-
* Body param: The ID of the Monitor Group to use for checking the health of
576-
* origins within this pool.
577-
*/
578-
monitor_group?: string;
579-
580556
/**
581557
* Body param: A short name (tag) for the pool. Only alphanumeric characters,
582558
* hyphens, and underscores are allowed.

tests/api-resources/load-balancers/pools/pools.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ describe('resource pools', () => {
5252
longitude: 0,
5353
minimum_origins: 0,
5454
monitor: 'monitor',
55-
monitor_group: 'monitor_group',
5655
notification_email: 'someone@example.com,sometwo@example.com',
5756
notification_filter: {
5857
origin: { disable: true, healthy: true },
@@ -105,7 +104,6 @@ describe('resource pools', () => {
105104
longitude: 0,
106105
minimum_origins: 0,
107106
monitor: 'monitor',
108-
monitor_group: 'monitor_group',
109107
notification_email: 'someone@example.com,sometwo@example.com',
110108
notification_filter: {
111109
origin: { disable: true, healthy: true },
@@ -205,7 +203,6 @@ describe('resource pools', () => {
205203
longitude: 0,
206204
minimum_origins: 0,
207205
monitor: 'monitor',
208-
monitor_group: 'monitor_group',
209206
name: 'primary-dc-1',
210207
notification_email: 'someone@example.com,sometwo@example.com',
211208
notification_filter: {

0 commit comments

Comments
 (0)