How to Schedule Endpoints Offline and Online?
search cancel

How to Schedule Endpoints Offline and Online?

book

Article ID: 374808

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Suite

Issue/Introduction

Is there any way to schedule a specific endpoint online and offline?

Environment

Identity Manager 14.x

Resolution

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