Add attribute create request

Change-Id: Ic28d1cf6ace8dfd1676faf34bf52fe10cccacbf1
This commit is contained in:
songwenping 2023-03-20 14:49:50 +08:00
parent 371213bfcf
commit c71213ce86
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
curl -g -i -X POST $cyborg_endpoint_url/attributes \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent:None" \
-H "X-Auth-Token: yourtoken" \
-d '{"deployable_id": "1",
"key": "rc",
"value": "FPGA"'