Getting and setting the daily maintenance time through REST api
Summary
Getting and setting the daily maintenance window through the REST api is returning an error code 564Content
Hi,
I am trying to get and set the daily maintenance window through the PBCS REST API but I am getting 564 error for both.
Getting the daily maintenance window:
<errorProps>
<errorMessage>
null for uri: https://<pod>.oraclecloud.com:443/interop/rest/11.1.2.3.600/services/dailymaintenance
</errorMessage>
<status>564</status>
</errorProps>
Setting the daily maintenance window:
<errorProps>
<errorMessage>
null for uri: https://<pod>.oraclecloud.com:443/interop/rest/11.1.2.3.600/services/dailymaintenance?StartTime=22
</errorMessage>
<status>564</status>
</errorProps>
The authentication is the same user that I am using to log in to the application and changing the daily maintenance time from the interface.
0