Login | Join Now
  • CUBiT API: Status

    Product:
    CUBiT

    Component:
    CUBiT Web Services

    Summary:

    Return the status of the CUBIT web service. This provides some indication of whether or not the CUBIT web service is working properly.



     

    1.1. Description

    Return the status of the CUBiT web service. This provides some indication of whether or not the CUBiT web service is working properly. The only status returned is OK.

    1.2. URL

    /cubit_api/1/status

    1.3. Authentication

    This method does not require authentication.

    1.4. Parameters

    This method does not take any parameters.

    1.5. Example Response

    	<?xml version='1.0'?>
    	<cubit version='1'>
    		<status>OK</status>
    	</cubit>
    

    1.6. Response Codes

    • 200 - ok