Adding Machine via CLI | IPMI

The comment is trying to tell you the parts of the key that you get from the UI/CLI

# API key = '<consumer_key>:<key>:<secret>'

It’s : separated and had three parts:

  • The first part beginning qNp in your example is consumer_key
  • The second, beginning `5Q4q is the key,
  • and finally the third part is the secret (which you shouldn’t share here, or anywhere else!)