netmaker/test/keycreate.sh

17 lines
269 B
Bash
Raw Normal View History

2021-03-26 00:17:52 +08:00
#!/bin/bash
USES=1000
generate_post_json ()
{
cat <<EOF
{
"uses": $USES
}
EOF
}
POST_JSON=$(generate_post_json)
curl --max-time 5.0 -d "$POST_JSON" -H 'Content-Type: application/json' -H "authorization: Bearer secretkey" localhost:8081/api/networks/skynet/keys