Deprication warning: v1 API is depricated. Please use [api/v2.rst]_ instead
The main method used for importing data from any other sources like importers or any other kind of applications sends data to racks.
Request example:
POST /api/import.json
...
name=hostname
Response example:
HTTP/1.1 201 Created
...
{
"status": "ok",
"object_name": "hostname",
"objectid": 1
}