Configuration
Configure the CLI or REST API to use an API Key to access resources in Bindplane.
Using your API Key with the CLI
bindplane profile set default --api-key 4689832f-1725-4eeb-8f9d-3e78cb0155ecbindplane profile set default --remote-url https://app.bindplane.combindplane profile use defaultbindplane get source-typesbindplane profile set "onprem" --api-key "xxxx-xxxx-xxxx-xxxx-xxxxxx"bindplane profile set "onprem" \
--remote-url "http://192.168.1.10:3001" \
--api-key "xxxx-xxxx-xxxx-xxxx-xxxxxx"bindplane profile set "example" \
--remote-url "http://192.168.1.10:3001" \
--username "user" \
--password "pass"
bindplane profile use "example"Using your API Key with the REST API
Last updated
Was this helpful?