Is it possible to startup, stop and update multiple ADW once with OCI CLI or REST API?
Summary
Bulk Operation of ADWContent
Question 1: Is it possible to startup, stop or update multiple ADW at a time with OCI CLI or REST API or any other approaches?
We are doing test on ADW. We need to start 12 ADWs and scale up the CPU number of each ADW to 16. And after testing, we have to scale down the number of CPUs and stop those ADWs. As far as I'm concerned, we have to startup ADW one by one as --autonomous-data-warehouse-id is a required option.
oci db autonomous-data-warehouse start --autonomous-data-warehouse-id [text]
Question 2: How to use OCICLI command option --if-match [text] to perform concurrency control?
Tagged:
0