# VegaOsApi.CommonApi

All URIs are relative to *http://218.108.7.113:8080/*

Method | HTTP request | Description
------------- | ------------- | -------------
[**rootGet**](CommonApi.md#rootGet) | **GET** / | Ping the API server


<a name="rootGet"></a>
# **rootGet**
> rootGet()

Ping the API server

Ping the API server

### Example
```javascript
var VegaOsApi = require('vega_os_api');

var apiInstance = new VegaOsApi.CommonApi();

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
apiInstance.rootGet(callback);
```

### Parameters
This endpoint does not need any parameter.

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json
 - **Accept**: application/json

