How to find whether Salesforce instance is Up and Active?
To find whether Salesforce instance is Up and Active using API, then use https://api.status.salesforce.com endpoint. Remote Site Settings: Sample Apex Code: String endpoint = 'https://api.status.salesforce.com/v1/instances/NA100/status'; HTTP h = new HTTP(); ....