summaryrefslogtreecommitdiff
path: root/3 Resources/sysapi/create_cluster.sh
diff options
context:
space:
mode:
Diffstat (limited to '3 Resources/sysapi/create_cluster.sh')
-rwxr-xr-x3 Resources/sysapi/create_cluster.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/3 Resources/sysapi/create_cluster.sh b/3 Resources/sysapi/create_cluster.sh
new file mode 100755
index 0000000..d07b48f
--- /dev/null
+++ b/3 Resources/sysapi/create_cluster.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env nix-shell
+#! nix-shell -i bash -p curl
+
+curl -d @create_cluster.json -n https://systemsapi.one.com/v3/brands/test.groupone.dev/clusters
+