Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
620 changes: 310 additions & 310 deletions swagger/Alert.json

Large diffs are not rendered by default.

620 changes: 310 additions & 310 deletions swagger/Alert.yaml

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions swagger/Cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,12 +763,12 @@
}
},
"/cloud/{uuid}/gc/": {
"put": {
"patch": {
"tags": [
"Cloud"
],
"description": "/cloud/{uuid}/gc/",
"operationId": "PUT /cloud/{uuid}/gc/",
"operationId": "PATCH /cloud/{uuid}/gc/",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -804,18 +804,6 @@
"required": true,
"description": "The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version."
},
{
"in": "body",
"name": "body",
"description": "empty",
"required": true,
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
{
"in": "path",
"name": "uuid",
Expand Down Expand Up @@ -844,12 +832,12 @@
}
}
},
"patch": {
"put": {
"tags": [
"Cloud"
],
"description": "/cloud/{uuid}/gc/",
"operationId": "PATCH /cloud/{uuid}/gc/",
"operationId": "PUT /cloud/{uuid}/gc/",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -885,6 +873,18 @@
"required": true,
"description": "The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version."
},
{
"in": "body",
"name": "body",
"description": "empty",
"required": true,
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
{
"in": "path",
"name": "uuid",
Expand Down
24 changes: 12 additions & 12 deletions swagger/Cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,11 @@ paths:
"404":
description: object not found
/cloud/{uuid}/gc/:
put:
patch:
tags:
- Cloud
description: /cloud/{uuid}/gc/
operationId: PUT /cloud/{uuid}/gc/
operationId: PATCH /cloud/{uuid}/gc/
consumes:
- application/json
produces:
Expand All @@ -554,14 +554,6 @@ paths:
type: string
required: true
description: The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
- in: body
name: body
description: empty
required: true
schema:
type: object
additionalProperties:
type: string
- in: path
name: uuid
description: UUID of the object to fetch
Expand All @@ -578,11 +570,11 @@ paths:
description: log in failed
"404":
description: object not found
patch:
put:
tags:
- Cloud
description: /cloud/{uuid}/gc/
operationId: PATCH /cloud/{uuid}/gc/
operationId: PUT /cloud/{uuid}/gc/
consumes:
- application/json
produces:
Expand All @@ -608,6 +600,14 @@ paths:
type: string
required: true
description: The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
- in: body
name: body
description: empty
required: true
schema:
type: object
additionalProperties:
type: string
- in: path
name: uuid
description: UUID of the object to fetch
Expand Down
Loading