Skip to content

Commit

Permalink
final check done
Browse files Browse the repository at this point in the history
  • Loading branch information
MinJiang00 committed May 1, 2024
1 parent 23db084 commit 22a918c
Show file tree
Hide file tree
Showing 15 changed files with 190 additions and 6 deletions.
2 changes: 2 additions & 0 deletions anycast/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ paths:
- OnPremAnycastManager
x-tf-resource: anycast_ac_config
x-tf-datasource: anycast_ac_configs
x-sdk-default-tags: true
x-codegen-request-body-name: body
/accm/ac_configs/{id}:
delete:
Expand Down Expand Up @@ -165,6 +166,7 @@ paths:
summary: Create or Update Anycast Configuration
tags:
- OnPremAnycastManager
x-sdk-default-tags: true
x-codegen-request-body-name: body
/accm/ac_runtime_statuses:
get:
Expand Down
20 changes: 20 additions & 0 deletions anycast/api_on_prem_anycast_manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions dfp/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ paths:
required: true
schema:
type: string
x-gosdk-type: resource_id
x-gosdk-type: resource_id
requestBody:
content:
application/json:
Expand Down Expand Up @@ -190,8 +188,6 @@ paths:
required: true
schema:
type: string
x-gosdk-type: resource_id
x-gosdk-type: resource_id
- description: The DNS Forwarding Proxy object identifier.
in: query
name: id
Expand Down
4 changes: 2 additions & 2 deletions dfp/api_infra_services.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions dnsconfig/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ paths:
summary: Read the ACL object.
tags:
- acl
x-sdk-default-tags: true
patch:
description: |-
Use this method to update an ACL object.
Expand Down Expand Up @@ -385,6 +386,7 @@ paths:
summary: Read the AuthNSG object.
tags:
- auth_nsg
x-sdk-default-tags: true
patch:
description: |-
Use this method to update an AuthNSG object.
Expand Down Expand Up @@ -521,6 +523,7 @@ paths:
summary: List AuthZone objects.
tags:
- auth_zone
x-sdk-default-tags: true
post:
description: |-
Use this method to create an AuthZone object.
Expand Down Expand Up @@ -648,6 +651,7 @@ paths:
summary: Read the AuthZone object.
tags:
- auth_zone
x-sdk-default-tags: true
patch:
description: |-
Use this method to update an AuthZone object.
Expand Down Expand Up @@ -851,6 +855,7 @@ paths:
summary: List Delegation objects.
tags:
- delegation
x-sdk-default-tags: true
post:
description: |-
Use this method to create a Delegation object.
Expand Down Expand Up @@ -928,6 +933,7 @@ paths:
summary: Read the Delegation object.
tags:
- delegation
x-sdk-default-tags: true
patch:
description: |-
Use this method to update a Delegation object.
Expand Down Expand Up @@ -1051,6 +1057,7 @@ paths:
summary: List ForwardNSG objects.
tags:
- forward_nsg
x-sdk-default-tags: true
post:
description: |-
Use this method to create a ForwardNSG object.
Expand Down Expand Up @@ -1128,6 +1135,7 @@ paths:
summary: Read the ForwardNSG object.
tags:
- forward_nsg
x-sdk-default-tags: true
patch:
description: |-
Use this method to update a ForwardNSG object.
Expand Down Expand Up @@ -1251,6 +1259,7 @@ paths:
summary: List Forward Zone objects.
tags:
- forward_zone
x-sdk-default-tags: true
post:
description: |-
Use this method to create a ForwardZone object.
Expand Down Expand Up @@ -1351,6 +1360,7 @@ paths:
summary: Read the Forward Zone object.
tags:
- forward_zone
x-sdk-default-tags: true
patch:
description: |-
Use this method to update a Forward Zone object.
Expand Down Expand Up @@ -1602,6 +1612,7 @@ paths:
summary: List DNS Host objects.
tags:
- host
x-sdk-default-tags: true
/dns/host/{id}:
get:
description: |-
Expand Down Expand Up @@ -1650,6 +1661,7 @@ paths:
summary: Read the DNS Host object.
tags:
- host
x-sdk-default-tags: true
patch:
description: |-
Use this method to update a DNS Host object.
Expand Down Expand Up @@ -1799,6 +1811,7 @@ paths:
summary: List Server objects.
tags:
- server
x-sdk-default-tags: true
post:
description: |-
Use this method to create a Server object.
Expand Down Expand Up @@ -1903,6 +1916,7 @@ paths:
summary: Read the Server object.
tags:
- server
x-sdk-default-tags: true
patch:
description: |-
Use this method to update a Server object.
Expand Down Expand Up @@ -2052,6 +2066,7 @@ paths:
summary: List View objects.
tags:
- view
x-sdk-default-tags: true
post:
description: |-
Use this method to create a View object.
Expand Down Expand Up @@ -2181,6 +2196,7 @@ paths:
summary: Read the View object.
tags:
- view
x-sdk-default-tags: true
patch:
description: |-
Use this method to update a View object.
Expand Down Expand Up @@ -2315,6 +2331,7 @@ paths:
summary: List __LBDN__ objects.
tags:
- lbdn
x-sdk-default-tags: true
post:
description: Use this method to create a __LBDN__ object.
operationId: lbdnCreate
Expand Down Expand Up @@ -2386,6 +2403,7 @@ paths:
summary: Read the __LBDN__ object.
tags:
- lbdn
x-sdk-default-tags: true
patch:
description: Use this method to update a __LBDN__ object.
operationId: lbdnUpdate
Expand Down
11 changes: 11 additions & 0 deletions fw/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ paths:
summary: Create Application Filter.
tags:
- application_filters
x-sdk-default-tags: true
x-codegen-request-body-name: body
/application_filters/{id}:
delete:
Expand Down Expand Up @@ -750,6 +751,7 @@ paths:
summary: Update Application Filter.
tags:
- application_filters
x-sdk-default-tags: true
x-codegen-request-body-name: body
/category_filters:
delete:
Expand Down Expand Up @@ -948,6 +950,7 @@ paths:
summary: Create Category Filter.
tags:
- category_filters
x-sdk-default-tags: true
x-codegen-request-body-name: body
/category_filters/{id}:
delete:
Expand Down Expand Up @@ -1117,6 +1120,7 @@ paths:
summary: Update Category Filter.
tags:
- category_filters
x-sdk-default-tags: true
x-codegen-request-body-name: body
/content_categories:
get:
Expand Down Expand Up @@ -1374,6 +1378,7 @@ paths:
summary: Create Internal Domains.
tags:
- internal_domain_lists
x-sdk-default-tags: true
x-codegen-request-body-name: body
/internal_domain_lists/{id}:
delete:
Expand Down Expand Up @@ -1582,6 +1587,7 @@ paths:
summary: Update Internal Domains.
tags:
- internal_domain_lists
x-sdk-default-tags: true
x-codegen-request-body-name: body
/internal_domain_lists/{id}/items:
patch:
Expand Down Expand Up @@ -1888,6 +1894,7 @@ paths:
summary: Create Named List.
tags:
- named_lists
x-sdk-default-tags: true
x-codegen-request-body-name: body
/named_lists/{id}:
delete:
Expand Down Expand Up @@ -2094,6 +2101,7 @@ paths:
summary: Patch TI List.
tags:
- named_lists
x-sdk-default-tags: true
x-codegen-request-body-name: body
put:
description: |
Expand Down Expand Up @@ -2168,6 +2176,7 @@ paths:
summary: Update Named List.
tags:
- named_lists
x-sdk-default-tags: true
x-codegen-request-body-name: body
/named_lists/{id}/items:
delete:
Expand Down Expand Up @@ -3137,6 +3146,7 @@ paths:
summary: Create Security Policy.
tags:
- security_policies
x-sdk-default-tags: true
x-codegen-request-body-name: body
/security_policies/{id}:
delete:
Expand Down Expand Up @@ -3320,6 +3330,7 @@ paths:
summary: Update Security Policy.
tags:
- security_policies
x-sdk-default-tags: true
x-codegen-request-body-name: body
/security_policy_rules:
get:
Expand Down
20 changes: 20 additions & 0 deletions fw/api_application_filters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions fw/api_category_filters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 22a918c

Please sign in to comment.