Skip to content

Commit

Permalink
Merge pull request #825 from jonathan-ly/sdwan-651-publish
Browse files Browse the repository at this point in the history
Add generated files for sdwan unifed and legacy 6.51 release
  • Loading branch information
sarette authored Jan 29, 2025
2 parents 91622c5 + 731c5e7 commit 1f00fb0
Show file tree
Hide file tree
Showing 42 changed files with 32,768 additions and 11,374 deletions.
4 changes: 3 additions & 1 deletion openapi-specs/sdwan/legacy/Applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,9 @@ components:
description: "Application ID. \n"
type: string
ml7_sigfile_url:
description: "URL of the m17 sigfile. \n\n\n\n\n \n"
description: 'URL of the m17 sigfile.
'
type: string
reqState:
description: 'App states.
Expand Down
76 changes: 42 additions & 34 deletions openapi-specs/sdwan/legacy/Auditlogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ components:
required:
- request_uri
- request_type
- source_ip
- request_id
- tenant_id
AuditLogV2N1:
Expand Down Expand Up @@ -277,75 +278,63 @@ components:
required:
- request_uri
- request_type
- source_ip
- request_id
- tenant_id
BaseQuery:
BaseQueryDTO:
properties:
aggregate:
$ref: '#/components/schemas/Aggregate'
description: 'The aggregate number of queried elements.
'
description: Aggregate
dest_page:
description: 'The destination page.
'
description: Dest Page
format: int32
type: integer
getDeleted:
description: 'The number of queried elements deleted for a time frame.
'
description: GetDeleted
type: boolean
group_by:
description: 'Group the elements state for the query.
'
description: Group By
items:
description: Group By
type: string
type: array
id:
description: "List the element by ID. \n"
description: Id
type: string
last_query_ts:
description: 'Return the ID of a specified query in the current session.
'
description: Last Query Ts
format: int64
type: integer
limit:
description: 'The query limit.
'
description: Limit
format: int32
type: integer
next_query:
description: 'The limit.
'
type: object
query_params:
$ref: '#/components/schemas/QueryParams'
description: Query Params
type: object
retrieved_fields:
description: 'Retrieve information from a field.
'
description: Retrieved Fields
items:
description: Retrieved Fields
type: string
type: array
retrieved_fields_mask:
description: 'List the fields to query.
'
description: Retrieved Fields Mask
type: boolean
sort_params:
properties:
<field_name>:
enum:
- asc
- desc
type: string
type: object
total_count:
description: 'The total number of query parameters.
'
description: Total Count
format: int64
type: integer
Error:
Expand Down Expand Up @@ -432,6 +421,25 @@ components:
'
type: string
type: object
QueryParams:
properties:
<field_name>|comparator:
additionalProperties:
properties:
eq:
type: string
gte:
type: string
in:
items:
type: string
type: array
lte:
type: string
neq:
type: string
type: object
type: object
info:
contact: {}
description: Query APIs used to retrieve audit logs.
Expand Down Expand Up @@ -485,7 +493,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BaseQuery'
$ref: '#/components/schemas/BaseQueryDTO'
description: Query fields
responses:
'200':
Expand Down Expand Up @@ -607,7 +615,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BaseQuery'
$ref: '#/components/schemas/BaseQueryDTO'
description: Query fields
responses:
'200':
Expand Down
78 changes: 42 additions & 36 deletions openapi-specs/sdwan/legacy/BulkOperations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,73 +48,60 @@ components:
'
type: object
BaseQuery:
BaseQueryDTO:
properties:
aggregate:
$ref: '#/components/schemas/Aggregate'
description: 'The aggregate number of queried elements.
'
description: Aggregate
dest_page:
description: 'The destination page.
'
description: Dest Page
format: int32
type: integer
getDeleted:
description: 'The number of queried elements deleted for a time frame.
'
description: GetDeleted
type: boolean
group_by:
description: 'Group the elements state for the query.
'
description: Group By
items:
description: Group By
type: string
type: array
id:
description: "List the element by ID. \n"
description: Id
type: string
last_query_ts:
description: 'Return the ID of a specified query in the current session.
'
description: Last Query Ts
format: int64
type: integer
limit:
description: 'The query limit.
'
description: Limit
format: int32
type: integer
next_query:
description: 'The limit.
'
type: object
query_params:
$ref: '#/components/schemas/QueryParams'
description: Query Params
type: object
retrieved_fields:
description: 'Retrieve information from a field.
'
description: Retrieved Fields
items:
description: Retrieved Fields
type: string
type: array
retrieved_fields_mask:
description: 'List the fields to query.
'
description: Retrieved Fields Mask
type: boolean
sort_params:
properties:
<field_name>:
enum:
- asc
- desc
type: string
type: object
total_count:
description: 'The total number of query parameters.
'
description: Total Count
format: int64
type: integer
Error:
Expand All @@ -135,6 +122,25 @@ components:
'
type: string
QueryParams:
properties:
<field_name>|comparator:
additionalProperties:
properties:
eq:
type: string
gte:
type: string
in:
items:
type: string
type: array
lte:
type: string
neq:
type: string
type: object
type: object
SetBulkResponse:
properties:
count:
Expand Down Expand Up @@ -190,7 +196,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BaseQuery'
$ref: '#/components/schemas/BaseQueryDTO'
description: Query Details
responses:
'200':
Expand Down Expand Up @@ -236,7 +242,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BaseQuery'
$ref: '#/components/schemas/BaseQueryDTO'
description: Query Details
responses:
'200':
Expand Down Expand Up @@ -274,7 +280,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BaseQuery'
$ref: '#/components/schemas/BaseQueryDTO'
description: Query Details
responses:
'200':
Expand Down Expand Up @@ -313,7 +319,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BaseQuery'
$ref: '#/components/schemas/BaseQueryDTO'
description: Query Details
responses:
'200':
Expand Down
Loading

0 comments on commit 1f00fb0

Please sign in to comment.