- ホーム
- API Enriched
- APIリファレンス
- 👥 ユーザー API
👥 ユーザー API
自動有効期限付きのサイト登録認証情報。タクソノミーキーは許可された分類を定義し、自動導出タグは動的に適用されます。
- カテゴリ: プラットフォーム
- 複雑度: シンプル
- パス数: 13 | スキーマ数: 50
- ティア: Standard
- 関連ドメイン:
system,admin
ユースケース
Section titled “ユースケース”- ユーザーアカウントとトークンの管理
- ユーザー識別情報の設定
- ユーザー設定と環境設定の管理
- 暗黙的ラベルおよび既知ラベルの設定
主要リソース
Section titled “主要リソース”- user: プラットフォームアクセス用のユーザーアカウント
- user_role: 権限管理用のユーザーロール
- namespace_role: きめ細かな権限制御のための名前空間スコープのロール
エンドポイント
Section titled “エンドポイント”| メソッド | パス | 説明 |
|---|---|---|
| GET | /api/config/namespaces/system/implicit_labels | 暗黙的ラベルの取得。 |
| POST | /api/config/namespaces/{namespace}/known_label/create | 作成 |
| POST | /api/config/namespaces/{namespace}/known_label/delete | 削除 |
| GET | /api/config/namespaces/{namespace}/known_labels | 取得 |
| POST | /api/config/namespaces/{namespace}/known_label_key/create | 作成 |
| POST | /api/config/namespaces/{namespace}/known_label_key/delete | 削除 |
| GET | /api/config/namespaces/{namespace}/known_label_keys | 取得 |
| GET | /api/register/namespaces/system/get-cloud-init-config | Cloud Init 設定の取得。 |
| POST | /api/register/namespaces/{metadata.namespace}/tokens | トークンの作成。 |
| PUT | /api/register/namespaces/{metadata.namespace}/tokens/{metadata.name} | トークンの置換。 |
| GET | /api/register/namespaces/{namespace}/tokens | トークンの一覧取得。 |
| GET | /api/register/namespaces/{namespace}/tokens/{name} | トークンの取得 |
| DELETE | /api/register/namespaces/{namespace}/tokens/{name} | トークンの削除。 |
| POST | /api/register/namespaces/{namespace}/tokens/{name}/state | トークン状態の設定。 |