بخشی از پروژهها و فعالیتهای انجام شده
URL
https://itsm-api.domain.net/pobg6/api/
Authorization
Key : Authorization
Value : Key
HTTP Method
Post
User:
s_sepehri
JSON:
{
"Type": "User",
"Links": [],
"Data": {
"Id": "شناسه کاربری دامنه ،که تفویض داده است",
"Virtual.DelegatedUser": {
"Type": "User",
"Links": [
{
"Relation": "self",
"Href": "pobg6/api/v110/users/RemoveDelegatedUser"
}
],
"Data": {
"Id": "RemoveDelegatedUser"
},
"Memo": {}
}
},
"Memo": {}
}
Endpoint:
https://itsm-api.domain.net/pobg6/api/v110/cases
Authorization:
Key
JSON Structure:
{
"Type": "Case",
"Links": [],
"Data": {
// عنوان
"Description": "Admin Test",
// شماره نامه
"Reference": "666",
// ایجاد کننده
"OpenedBy": {
"Type": "User",
"Links": [
{
"Relation": "self",
"Href": "pobg6/api/v110/users/soc_alert"
}
],
"Data": {
"Description": "soc_alert"
},
"Memo": {}
},
// گروه کاربر مالک
"OpenedByGroup": {
"Type": "UserGroup",
"Links": [
{
"Relation": "self",
"Href": "pobg6/api/v110/usergroups/SecurityMonitoring_Supervision_Gp"
}
],
"Data": {
"Description": "رصد و نظارت امنیتی"
},
"Memo": {}
},
// نوع مورد
"CaseType": {
"Type": "CaseType",
"Links": [
{
"Relation": "self",
"Href": "pobg6/api/v110/casetypes/SecurityEventNew"
}
],
"Data": {
"Id": "SecurityEventNew",
"Description": "رویداد امنیتی جدید"
},
"Memo": {}
}
},
"Memo": {
"Problem": {
"Extension": ".html",
"IsValidForWeb": false,
"Style": 6,
"Memo": "Spehri Description"
}
}
}
// این یک نمونه کوتاه شده است. کد کامل در نسخه اصلی موجود است.