-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1.0
-
Fix Version/s: None
-
Component/s: Traffic Ops API
-
Labels:
-
Environment:from command line:
curl -s --cookie "$COOKIEJAR" -X POST --data @"$jsonfile" "$TO_SERVER/api/1.2/deliveryservice/create"
When doing a `POST /api/1.2/deliveryservices` with the attached json, I get this error:
{"alerts":[
{"level":"error","text":"parameter profileName is must."}]}
I assume it means that a profile name must be provided, but is poorly worded and incomplete.