Is there any way to schedule a specific endpoint online and offline?
Identity Manager 14.x
Currently, there is no OOTB option for that, but it's possible to create a script in the database that update the table OFFLINE_ENDPOINT
Setting the fields:
ENV_OID = The Environment ID
ENDPOINT_NAME = Name of the Endpoint
ENDPOINT_TYPE = The Endpoint type, like ActiveDirectory, etc
ENDPOINT_NAMETYPE = <ENDPOINT_TYPE + ENDPOINT_NAME>
IS_OFFLINE = true
You can run a test changing the endpoint you need to change to offline and check the table above
To become online update the row with IS_OFFLINE = false