Skip to content

Commit

Permalink
Merge pull request #570 from joly-paloalto/sdwan-631-publish
Browse files Browse the repository at this point in the history
publishing SDWAN API update
  • Loading branch information
sarette authored Jan 8, 2024
2 parents 4eec9d8 + e900980 commit 7ad35ef
Show file tree
Hide file tree
Showing 67 changed files with 32,674 additions and 14,752 deletions.
24 changes: 11 additions & 13 deletions openapi-specs/sdwan/legacy/ADEM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ components:
'
type: string
tenant_id:
description: 'ID of the tenant.
'
description: "The tenant ID. \n"
type: string
required:
- site_id
Expand All @@ -43,7 +41,7 @@ components:
'
type: string
tenant_id:
description: The tenant ID.
description: "The tenant ID. \n"
type: string
required:
- site_id
Expand All @@ -63,19 +61,19 @@ components:
ListQueryResponse:
properties:
count:
description: 'The count of the query list.
description: 'The actual count.
'
format: int32
type: integer
deleted_count:
description: 'The deleted number of queries.
description: 'The deleted number.
'
format: int64
type: integer
deleted_ids:
description: 'The deleted query IDs.
description: 'The deleted IDs.
'
items:
Expand All @@ -101,7 +99,7 @@ components:
'
type: string
total_count:
description: 'Total number of queries.
description: 'Total number.
'
format: int64
Expand All @@ -110,18 +108,18 @@ components:
ListResponse:
properties:
count:
description: 'The number of responses.
description: 'The actual count.
'
format: int32
type: integer
id:
description: 'The ID of the response.
description: 'The ID.
'
type: string
tenant_id:
description: 'The ID of the tenant.
description: 'The tenant ID.
'
type: string
Expand All @@ -138,7 +136,7 @@ paths:
description: Query the status of your ADEM instance.
operationId: post-v2.0-api-tenants-tenant_id-demstatus-query
parameters:
- description: Your SD-WAN instance's unique tenant ID.
- description: The unique tenant ID.
in: path
name: tenant_id
required: true
Expand All @@ -164,7 +162,7 @@ paths:
type: array
type: object
description: Successful operation
summary: Query ADEM Status (v2.0)
summary: Query ADEM Status
tags:
- ADEM
/v2.0/api/tenants/{tenant_id}/sites/{site_id}/demstatus:
Expand Down
Loading

0 comments on commit 7ad35ef

Please sign in to comment.