Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s360 in 2020-03-01 remove empty schema in actions to match the RP. #12975

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
"api-version": "2020-03-01"
},
"responses": {
"200": {
"body": ""
},
"202": {
"body": ""
},
"204": {
"body": ""
}
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
"api-version": "2020-03-01"
},
"responses": {
"200": {
"body": ""
},
"202": {
"body": ""
},
"204": {
"body": ""
}
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
"api-version": "2020-03-01"
},
"responses": {
"200": {
"body": ""
},
"202": {
"body": ""
},
"204": {
"body": ""
}
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
"api-version": "2020-03-01"
},
"responses": {
"200": {
"body": ""
},
"202": {
"body": ""
},
"204": {
"body": ""
}
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
"api-version": "2020-03-01"
},
"responses": {
"201": {
"body": ""
},
"202": {
"body": ""
},
"204": {
"body": ""
}
"201": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@
"storageTargetName": "st1"
},
"responses": {
"200": {
"body": ""
},
"202": {
"body": ""
},
"204": {
"body": ""
}
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -332,16 +332,13 @@
],
"responses": {
"200": {
"description": "Cache deleted.",
"schema": {}
"description": "Cache deleted."
},
"202": {
"description": "Started the Cache's transition to Deleted state. Poll the Cache to monitor.",
"schema": {}
"description": "Started the Cache's transition to Deleted state. Poll the Cache to monitor."
},
"204": {
"description": "Cache deleted.",
"schema": {}
"description": "Cache deleted."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -584,16 +581,13 @@
],
"responses": {
"200": {
"description": "All cached data has been flushed to the Storage Target(s).",
"schema": {}
"description": "All cached data has been flushed to the Storage Target(s)."
},
"202": {
"description": "Cache has started flushing to its Storage Target(s). Poll the Cache's state field to monitor.",
"schema": {}
"description": "Cache has started flushing to its Storage Target(s). Poll the Cache's state field to monitor."
},
"204": {
"description": "Cache flush already in progress or has completed.",
"schema": {}
"description": "Cache flush already in progress or has completed."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -648,16 +642,13 @@
],
"responses": {
"200": {
"description": "Cache is Active.",
"schema": {}
"description": "Cache is Active."
},
"202": {
"description": "Cache has started the transition to Active. Poll the Cache's state field to monitor.",
"schema": {}
"description": "Cache has started the transition to Active. Poll the Cache's state field to monitor."
},
"204": {
"description": "Restarted VMs associated with the cache.",
"schema": {}
"description": "Restarted VMs associated with the cache."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -712,16 +703,13 @@
],
"responses": {
"200": {
"description": "Cache is stopped.",
"schema": {}
"description": "Cache is stopped."
},
"202": {
"description": "Cache has started the transition to Stopped. Poll the Cache's state field to monitor.",
"schema": {}
"description": "Cache has started the transition to Stopped. Poll the Cache's state field to monitor."
},
"204": {
"description": "Stopped VMs associated with the cache.",
"schema": {}
"description": "Stopped VMs associated with the cache."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -841,16 +829,13 @@
],
"responses": {
"200": {
"description": "Storage target deleted.",
"schema": {}
"description": "Storage target deleted."
},
"202": {
"description": "Started the Storage Target's deletion. Poll the Cache's Storage Targets to monitor.",
"schema": {}
"description": "Started the Storage Target's deletion. Poll the Cache's Storage Targets to monitor."
},
"204": {
"description": "Storage Target deleted.",
"schema": {}
"description": "Storage Target deleted."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down Expand Up @@ -1046,16 +1031,13 @@
],
"responses": {
"201": {
"description": "Cache firmware is up to date.",
"schema": {}
"description": "Cache firmware is up to date."
},
"202": {
"description": "Cache has started the upgrade. Poll the Cache's state field to monitor.",
"schema": {}
"description": "Cache has started the upgrade. Poll the Cache's state field to monitor."
},
"204": {
"description": "Cache firmware is up to date.",
"schema": {}
"description": "Cache firmware is up to date."
},
"default": {
"description": "Error response describing why the operation failed.",
Expand Down