3.2 Create the project in the tracking database
After login to the tracking database, users can add a new project into the database by using the command below:
curl -sS -d project_name=${project_name} -d project_name_full=${project_name_full} -d project_desc=${projectdesc} -d project_center=${project_center} -d subproject_name=${subproject_name} "http://IP/v1/projects/add"
where
a) project_name: abbreviations of the project name
b) project_name_full: full project name
c) projectdesc: project description
d) project_center: where is the data generated / obtained from
e) subproject_name: subject project name
f) IP: public IP address
The VCPA API will directly return a project ID (project_id) for this project.