Skip to content

Commit

Permalink
API definition of the redeploy method
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaoff committed Aug 4, 2021
1 parent 4aff4ff commit 2f05cf5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,23 @@ paths:
'200':
description: OK

/v2/evc/{circuit_id}/redeploy:
patch:
summary: Redeploy a circuit
description: Redeploy a circuit removing and then recreating the flows.
operationId: redeploy
parameters:
- name: circuit_id
in: path
required: true
schema:
type: string
responses:
'202':
description: Accepted
'409':
description: Circuit disabled

/v2/evc/schedule/:
get:
summary: List all schedules stored for all circuits .
Expand Down

0 comments on commit 2f05cf5

Please sign in to comment.