All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
healthCheckDataGet | GET /api/backend/v1/HealthCheck | healthcheck |
healthCheckDataGet()
healthcheck
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.HealthCheckApi();
apiInstance.healthCheckDataGet().then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
This endpoint does not need any parameter.
null (empty response body)
- Content-Type: Not defined
- Accept: Not defined