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.

קורלציה.מחיקה

תיאור

object correlation.delete(correlationids מערך)

שיטה זו מאפשרת למחוק מתאמים.

שיטה זו זמינה רק לסוג משתמש סופר אדמין. ניתן לבטל הרשאות להתקשר למתודה בהגדרות תפקידי המשתמש. לִרְאוֹת מִשׁתַמֵשׁ תפקידים למידע נוסף.

פרמטרים

מזהי (מערך) של המתאמים שיש למחוק.

החזר ערכים

(אובייקט) מחזיר אובייקט המכיל את המזהים של הנמחק מתאמים תחת המאפיין correlationids.

דוגמא

מחק מתאמים מרובים

מחק שני מתאמים.

בַּקָשָׁה:

{
            "jsonrpc": "2.0",
            "method": "correlation.delete",
            "פארמים": [
                "1",
                "2"
            ],
            "auth": "343baad4f88b4106b9b5961e77437688",
            "מזהה": 1
       }
Copy
✔ Copied

תְגוּבָה:

{
            "jsonrpc": "2.0",
            "תוצאה": {
                "Correlationids": [
                    "1",
                    "2"
                ]
            },
            "מזהה": 1
       }
Copy
✔ Copied

מקור

CCorrelation::delete()‎ בתוך ui/include/classes/api/services/CCorrelation.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.