Skip to content

Commit

Permalink
Updated assets for swagger
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <ssalvi@vmware.com>
  • Loading branch information
sagarpsalvi committed Sep 21, 2023
1 parent 486a862 commit fd14dec
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 572 deletions.
52 changes: 26 additions & 26 deletions swagger/Alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
}
}
},
"/debugvirtualservice": {
"/upgradestatusinfo": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -592,7 +592,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualServiceApiResponse"
"$ref": "#/definitions/UpgradeStatusInfoApiResponse"
}
},
"401": {
Expand Down Expand Up @@ -639,10 +639,10 @@
{
"in": "body",
"name": "body",
"description": "DebugVirtualService object creation",
"description": "UpgradeStatusInfo object creation",
"required": true,
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
}
],
Expand All @@ -655,7 +655,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
},
"401": {
Expand All @@ -664,7 +664,7 @@
}
}
},
"/debugvirtualservice/{uuid}": {
"/upgradestatusinfo/{uuid}": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -751,7 +751,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
},
"401": {
Expand Down Expand Up @@ -805,10 +805,10 @@
{
"in": "body",
"name": "body",
"description": "DebugVirtualService object creation",
"description": "UpgradeStatusInfo object creation",
"required": true,
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
},
{
Expand All @@ -828,7 +828,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
},
"401": {
Expand Down Expand Up @@ -882,10 +882,10 @@
{
"in": "body",
"name": "body",
"description": "DebugVirtualService object creation",
"description": "UpgradeStatusInfo object creation",
"required": true,
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
},
{
Expand All @@ -905,7 +905,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/UpgradeStatusInfo"
}
},
"401": {
Expand Down Expand Up @@ -1464,7 +1464,7 @@
}
}
},
"/upgradestatusinfo": {
"/debugvirtualservice": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -1556,7 +1556,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/UpgradeStatusInfoApiResponse"
"$ref": "#/definitions/DebugVirtualServiceApiResponse"
}
},
"401": {
Expand Down Expand Up @@ -1603,10 +1603,10 @@
{
"in": "body",
"name": "body",
"description": "UpgradeStatusInfo object creation",
"description": "DebugVirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
}
],
Expand All @@ -1619,7 +1619,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand All @@ -1628,7 +1628,7 @@
}
}
},
"/upgradestatusinfo/{uuid}": {
"/debugvirtualservice/{uuid}": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -1715,7 +1715,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand Down Expand Up @@ -1769,10 +1769,10 @@
{
"in": "body",
"name": "body",
"description": "UpgradeStatusInfo object creation",
"description": "DebugVirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
},
{
Expand All @@ -1792,7 +1792,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand Down Expand Up @@ -1846,10 +1846,10 @@
{
"in": "body",
"name": "body",
"description": "UpgradeStatusInfo object creation",
"description": "DebugVirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
},
{
Expand All @@ -1869,7 +1869,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/UpgradeStatusInfo"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand Down
52 changes: 26 additions & 26 deletions swagger/Alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ paths:
description: not found


/debugvirtualservice:
/upgradestatusinfo:
get:
consumes:
- application/json
Expand Down Expand Up @@ -410,7 +410,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/DebugVirtualServiceApiResponse"
$ref: "#/definitions/UpgradeStatusInfoApiResponse"
401:
description: log in failed
post:
Expand Down Expand Up @@ -441,20 +441,20 @@ paths:
description: Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
- in: body
name: body
description: DebugVirtualService object creation
description: UpgradeStatusInfo object creation
required: true
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
security:
- basicAuth: []
responses:
200:
description: OK
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
401:
description: log in failed
/debugvirtualservice/{uuid}:
/upgradestatusinfo/{uuid}:
get:
consumes:
- application/json
Expand Down Expand Up @@ -515,7 +515,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
401:
description: log in failed
put:
Expand Down Expand Up @@ -551,10 +551,10 @@ paths:
description: Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
- in: body
name: body
description: DebugVirtualService object creation
description: UpgradeStatusInfo object creation
required: true
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -566,7 +566,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
401:
description: log in failed
patch:
Expand Down Expand Up @@ -602,10 +602,10 @@ paths:
description: Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
- in: body
name: body
description: DebugVirtualService object creation
description: UpgradeStatusInfo object creation
required: true
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -617,7 +617,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/DebugVirtualService"
$ref: "#/definitions/UpgradeStatusInfo"
401:
description: log in failed
delete:
Expand Down Expand Up @@ -988,7 +988,7 @@ paths:
description: not found


/upgradestatusinfo:
/debugvirtualservice:
get:
consumes:
- application/json
Expand Down Expand Up @@ -1052,7 +1052,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/UpgradeStatusInfoApiResponse"
$ref: "#/definitions/DebugVirtualServiceApiResponse"
401:
description: log in failed
post:
Expand Down Expand Up @@ -1083,20 +1083,20 @@ paths:
description: Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
- in: body
name: body
description: UpgradeStatusInfo object creation
description: DebugVirtualService object creation
required: true
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
security:
- basicAuth: []
responses:
200:
description: OK
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
401:
description: log in failed
/upgradestatusinfo/{uuid}:
/debugvirtualservice/{uuid}:
get:
consumes:
- application/json
Expand Down Expand Up @@ -1157,7 +1157,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
401:
description: log in failed
put:
Expand Down Expand Up @@ -1193,10 +1193,10 @@ paths:
description: Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
- in: body
name: body
description: UpgradeStatusInfo object creation
description: DebugVirtualService object creation
required: true
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -1208,7 +1208,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
401:
description: log in failed
patch:
Expand Down Expand Up @@ -1244,10 +1244,10 @@ paths:
description: Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
- in: body
name: body
description: UpgradeStatusInfo object creation
description: DebugVirtualService object creation
required: true
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -1259,7 +1259,7 @@ paths:
200:
description: OK
schema:
$ref: "#/definitions/UpgradeStatusInfo"
$ref: "#/definitions/DebugVirtualService"
401:
description: log in failed
delete:
Expand Down
Loading

0 comments on commit fd14dec

Please sign in to comment.