You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the SAEP APIs, write a Python/PowerShell script to get a list of current cases and the case status and use the APIs to update the status of a case
The text was updated successfully, but these errors were encountered:
- Completed python and powershell versions of a script to retrieve SAE cases
- Updated API docs
- Fixed a minor bug in CSV output for Set-PowerState.ps1
- Updated library code for outputting to CSV
- Completes dell#138
Signed-off-by: Grant Curell <grant_curell@dell.com>
- Completed python and powershell versions of a script to retrieve SAE cases
- Updated API docs
- Fixed a minor bug in CSV output for Set-PowerState.ps1
- Updated library code for outputting to CSV
- Completes #138
Signed-off-by: Grant Curell <grant_curell@dell.com>
@vmallemp is there a customer API call for updating the status of a case? Currently I see "Request for Close Case", "Resume Case", "Suspend Case", and "View All Cases" as the four nodes we can call.
Using the SAEP APIs, write a Python/PowerShell script to get a list of current cases and the case status and use the APIs to update the status of a case
The text was updated successfully, but these errors were encountered: