This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

autoregistration.get

Descrizione

object autoregistration.get(object parameters)

Il metodo consente di recuperare l'oggetto di autoregistrazione secondo i parametri dati.

Questo metodo è disponibile solo per il tipo di utente Super admin. Le autorizzazioni per chiamare il metodo possono essere revocate nelle impostazioni del ruolo utente. Vedere Utente ruoli per maggiori informazioni.

Parametri

(object) Parametri che definiscono l'output desiderato.

Il metodo supporta un solo un parametro.

Parametro Tipo Descrizione
output query Questo parametro è comune a tutti i metodi get descritti nel commento di riferimento.

Restituisce i valori

(object) Restituisce l'oggetto di registrazione automatica.

Esempio

Richiesta:

{
          "jsonrpc": "2.0",
           "method": "autoregistration.get",
           "params": {
               "output": "extend"
           },
           "auth": "038e1d7b1735c6a5436ee9eae095879e",
           "id": 1
       }
Copy
✔ Copied

Risposta:

{
           "jsonrpc": "2.0",
           "result": {
               "tls_accept": "3"
           },
           "id": 1
       }
Copy
✔ Copied

Fonte

CAutoregistration::get() in ui/include/classes/api/services/CAutoregistration.php.

To toggle search highlight, press Ctrl+Alt+H
Have an improvement suggestion for this page? Select the text that could be improved and press Ctrl+Enter to send it to the editors.