- Home
- API Enriched
- Riferimento API
- 👥 API Utenti
👥 API Utenti
Credenziali di registrazione del sito con scadenza automatica. Le chiavi di tassonomia definiscono la categorizzazione consentita, mentre i tag derivati automaticamente vengono applicati in modo dinamico.
- Categoria: Piattaforma
- Complessità: semplice
- Percorsi: 13 | Schemi: 50
- Livello: Standard
- Domini correlati:
system,admin
Casi d’uso
Sezione intitolata “Casi d’uso”- Gestire account utente e token
- Configurare l’identificazione degli utenti
- Gestire le impostazioni e le preferenze degli utenti
- Configurare etichette implicite e note
Risorse primarie
Sezione intitolata “Risorse primarie”- user: Account utente per l’accesso alla Piattaforma
- user_role: Ruolo utente per la gestione delle autorizzazioni
- namespace_role: Ruolo con ambito namespace per autorizzazioni granulari
Endpoint
Sezione intitolata “Endpoint”| Metodo | Percorso | Descrizione |
|---|---|---|
| GET | /api/config/namespaces/system/implicit_labels | GET Etichette implicite. |
| POST | /api/config/namespaces/{namespace}/known_label/create | Crea |
| POST | /api/config/namespaces/{namespace}/known_label/delete | DELETE |
| GET | /api/config/namespaces/{namespace}/known_labels | GET |
| POST | /api/config/namespaces/{namespace}/known_label_key/create | Crea |
| POST | /api/config/namespaces/{namespace}/known_label_key/delete | DELETE |
| GET | /api/config/namespaces/{namespace}/known_label_keys | GET |
| GET | /api/register/namespaces/system/get-cloud-init-config | GET Configurazione Cloud Init. |
| POST | /api/register/namespaces/{metadata.namespace}/tokens | Crea Token. |
| PUT | /api/register/namespaces/{metadata.namespace}/tokens/{metadata.name} | Sostituisci Token. |
| GET | /api/register/namespaces/{namespace}/tokens | Elenca Token. |
| GET | /api/register/namespaces/{namespace}/tokens/{name} | GET Token |
| DELETE | /api/register/namespaces/{namespace}/tokens/{name} | DELETE Token. |
| POST | /api/register/namespaces/{namespace}/tokens/{name}/state | Imposta Stato Token. |