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 26, 2023
1 parent 7b62b69 commit d57f7c0
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 598 deletions.
78 changes: 39 additions & 39 deletions swagger/Alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
}
}
},
"/virtualservice": {
"/debugvirtualservice": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -1074,7 +1074,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/VirtualServiceApiResponse"
"$ref": "#/definitions/DebugVirtualServiceApiResponse"
}
},
"401": {
Expand Down Expand Up @@ -1121,10 +1121,10 @@
{
"in": "body",
"name": "body",
"description": "VirtualService object creation",
"description": "DebugVirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
}
],
Expand All @@ -1137,7 +1137,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand All @@ -1146,7 +1146,7 @@
}
}
},
"/virtualservice/{uuid}": {
"/debugvirtualservice/{uuid}": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -1233,7 +1233,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand Down Expand Up @@ -1287,10 +1287,10 @@
{
"in": "body",
"name": "body",
"description": "VirtualService object creation",
"description": "DebugVirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
},
{
Expand All @@ -1310,7 +1310,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand Down Expand Up @@ -1364,10 +1364,10 @@
{
"in": "body",
"name": "body",
"description": "VirtualService object creation",
"description": "DebugVirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
},
{
Expand All @@ -1387,7 +1387,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/VirtualService"
"$ref": "#/definitions/DebugVirtualService"
}
},
"401": {
Expand Down Expand Up @@ -1464,7 +1464,7 @@
}
}
},
"/debugvirtualservice": {
"/albservicesfileupload": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -1556,7 +1556,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualServiceApiResponse"
"$ref": "#/definitions/ALBServicesFileUploadApiResponse"
}
},
"401": {
Expand Down Expand Up @@ -1603,10 +1603,10 @@
{
"in": "body",
"name": "body",
"description": "DebugVirtualService object creation",
"description": "ALBServicesFileUpload object creation",
"required": true,
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
}
],
Expand All @@ -1619,7 +1619,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
},
"401": {
Expand All @@ -1628,7 +1628,7 @@
}
}
},
"/debugvirtualservice/{uuid}": {
"/albservicesfileupload/{uuid}": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -1715,7 +1715,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
},
"401": {
Expand Down Expand Up @@ -1769,10 +1769,10 @@
{
"in": "body",
"name": "body",
"description": "DebugVirtualService object creation",
"description": "ALBServicesFileUpload object creation",
"required": true,
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
},
{
Expand All @@ -1792,7 +1792,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
},
"401": {
Expand Down Expand Up @@ -1846,10 +1846,10 @@
{
"in": "body",
"name": "body",
"description": "DebugVirtualService object creation",
"description": "ALBServicesFileUpload object creation",
"required": true,
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
},
{
Expand All @@ -1869,7 +1869,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DebugVirtualService"
"$ref": "#/definitions/ALBServicesFileUpload"
}
},
"401": {
Expand Down Expand Up @@ -1946,7 +1946,7 @@
}
}
},
"/albservicesfileupload": {
"/virtualservice": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -2038,7 +2038,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ALBServicesFileUploadApiResponse"
"$ref": "#/definitions/VirtualServiceApiResponse"
}
},
"401": {
Expand Down Expand Up @@ -2085,10 +2085,10 @@
{
"in": "body",
"name": "body",
"description": "ALBServicesFileUpload object creation",
"description": "VirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
}
],
Expand All @@ -2101,7 +2101,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
},
"401": {
Expand All @@ -2110,7 +2110,7 @@
}
}
},
"/albservicesfileupload/{uuid}": {
"/virtualservice/{uuid}": {
"get": {
"consumes": [
"application/json"
Expand Down Expand Up @@ -2197,7 +2197,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
},
"401": {
Expand Down Expand Up @@ -2251,10 +2251,10 @@
{
"in": "body",
"name": "body",
"description": "ALBServicesFileUpload object creation",
"description": "VirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
},
{
Expand All @@ -2274,7 +2274,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
},
"401": {
Expand Down Expand Up @@ -2328,10 +2328,10 @@
{
"in": "body",
"name": "body",
"description": "ALBServicesFileUpload object creation",
"description": "VirtualService object creation",
"required": true,
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
},
{
Expand All @@ -2351,7 +2351,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ALBServicesFileUpload"
"$ref": "#/definitions/VirtualService"
}
},
"401": {
Expand Down
Loading

0 comments on commit d57f7c0

Please sign in to comment.