Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know that there is an automated process in Cloud Manager I can schedule a shutdown. However, it only can allow me to shut down in several specific time windows. I wanted to have the flexibility to shut down in my own window and for hours I specified.
Is there customized script or commands to allow me to shut down or bring up?
Solved! See The Solution
1 ACCEPTED SOLUTION
darb0505 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can use the REST API: Resources (netapp.com)
This will allow you to incorporate a CURL command within your favorite scripting language to automate this process.
For example:
POST /azure/ha/working-environments/{workingEnvironmentId}/stop
POST /azure/ha/working-environments/{workingEnvironmentId}/start
1 REPLY 1
darb0505 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can use the REST API: Resources (netapp.com)
This will allow you to incorporate a CURL command within your favorite scripting language to automate this process.
For example:
POST /azure/ha/working-environments/{workingEnvironmentId}/stop
POST /azure/ha/working-environments/{workingEnvironmentId}/start
