-- Basic認証の文字列作成
1. Construct the user-pass by concatenating the user-id, a single colon (":") character and the password
2. Encode the user-pass using Base64 into a sequence of US-ASCII characters
3. Build a header "Authorization" and the value "Basic <BASE64-user-pass>"
notepad input.txt
admin:admin
※改行なし
certutil -f -encode input.txt output.txt
type output.txt
-- 1. 環境のリストの取得
curl -X GET "https://
-- 2. クラスタのリストの取得
-- 3. クラスタの取得
-- 4. サーバーのリストの取得
-- 5. サーバーの取得
curl -X GET "https://