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.

action.delete

תיאור

object action.delete(array actionIds)

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

שיטה זו זמינה רק ל-Admin ו-Super Admin סוגי משתמשים. ניתן לבטל הרשאות לקרוא לשיטה בתפקיד משתמש הגדרות. ראה משתמש תפקידים למידע נוסף.

משתנים

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

ערכים מוחזרים

(עצם) מחזירה עצם שמכיל את מזהי המשימות שנמחקו תחת המאפיין actionids.

דוגמאות

מחק מספר פעולות

מחק שתי פעולות.

בַּקָשָׁה:

{
            "jsonrpc": "2.0",
            "method": "action.delete",
            "פארמים": [
                "17",
                "18"
            ],
            "auth": "3a57200802b24cda67c4e4010b50c065",
            "מזהה": 1
       }

תְגוּבָה:

{
            "jsonrpc": "2.0",
            "תוצאה": {
                "actionids": [
                    "17",
                    "18"
                ]
            },
            "מזהה": 1
       }

מקור

CAction::delete()‎ בתוך ui/include/classes/api/services/CAction.php.