Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Tracking API specification

Patrick Titzler edited this page Aug 3, 2016 · 5 revisions

###Deployment tracking request To record an application deployment:

  • POST /api/v1/track

  • Parameters:

    Parameter Value Parameter Type Description Data Type
    Content-Type application/json header Must be application/json string
    body _see details body Tracking payload (JSON) string
  • Responses:

    Response codes:

    HTTP status code Reason Response body
    201 success {"ok":true}
    400 body of tracking request is empty
    500 server-side error)

    Response headers:

     {
      "Content-Type": "application/json"
     }
    

Example:

POST https://deployment-tracker.mybluemix.net/api/v1/track

Clone this wiki locally