Правила маршрутизации (vectorrules)
Запросы
HTTP verb | Endpoint | Описание |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Создание нового правила маршрутизации
Запрос
Описание полей: vectrorule entity
POST /rest/v1/uc/vectorrules HTTP/1.1
Content-Type: application/json; charset=utf-8
vectrorule entity
Ответ
Описание полей: vectrorule entity
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"id": "ca54ed9e-016c-b377-cb5a-50e54938780c",
"vector": "default",
"priority": 100,
"action": "internal",
"dir": "inner",
"fromdomain": "",
"fromextaccount": "",
"fromnumber": "",
"tonumber": "",
"toextaccount": "",
"todomain": "",
"routecode": "",
"modfromnumber": "T",
"modtonumber": "T",
"modroutecode": "",
"schedule": "work",
"periods": [],
"opts": {
"comment": "",
"title": ""
},
"ext": {
"ct": "2019-08-21T09:17:48.25Z",
"lwt": "2019-08-21T09:17:48.25Z"
}
}
Получение списка правил маршрутизации
Запрос
Имя | Тип | Описание |
---|---|---|
|
|
Фильтр по значениям полей. |
|
|
Список полей для вывода. Доступные поля для выдачи: id, vector, priority, action, dir, fromnumber, fromdomain, fromextaccount, tonumber, todomain, toextaccount, modfromnumber, modtonumber, opts.title, ext.lwt, ext.ct. |
|
|
Смещение в списке ресурсов, подлежащих выдаче. |
|
|
Максимальное количество ресурсов в списке. |
|
|
Порядок сортировки ресурсов в списке. |
|
|
Преобразование в плоский вид составных полей. |
GET /rest/v1/uc/vectorrules?offset=0&limit=2 HTTP/1.1
Ответ
Описание полей: vectrorule entity
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
[
{
"id": "ca54ed9e-016c-b377-cb5a-50e54938780c",
"vector": "default",
"priority": 100,
"action": "internal",
"dir": "inner",
"fromdomain": "",
"fromextaccount": "",
"fromnumber": "",
"tonumber": "",
"toextaccount": "",
"todomain": "",
"routecode": "",
"modfromnumber": "T",
"modtonumber": "T",
"modroutecode": "",
"schedule": "work",
"opts": {
"title": ""
},
"ext": {
"ct": "2019-08-21T09:17:48.25Z",
"lwt": "2019-08-21T09:17:48.25Z"
}
},
{
"id": "e8d844ab-016c-beb3-f4ec-50e54938780c",
"vector": "default",
"priority": 555,
"action": "crossdomain",
"dir": "cross",
"fromnumber": "",
"fromdomain": "test.rootdomain.ru",
"fromextaccount": "",
"tonumber": "",
"todomain": "",
"toextaccount": "",
"routecode": "",
"modfromnumber": "T",
"modtonumber": "T",
"modroutecode": "*",
"schedule": "all",
"opts": {
"title": ""
},
"ext": {
"ct": "2019-08-23T13:39:20.42Z",
"lwt": "2019-08-23T13:39:20.42Z"
}
}
]
Получение данных правила маршрутизации
Запрос
Имя | Тип | Описание |
---|---|---|
|
|
Список полей для вывода. |
|
|
Преобразование в плоский вид составных полей. |
GET /rest/v1/uc/vectorrules/ca54ed9e-016c-b377-cb5a-50e54938780c HTTP/1.1
Ответ
Описание полей: vectrorule entity
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"id": "ca54ed9e-016c-b377-cb5a-50e54938780c",
"vector": "default",
"priority": 100,
"action": "internal",
"dir": "inner",
"fromdomain": "",
"fromextaccount": "",
"fromnumber": "",
"tonumber": "",
"toextaccount": "",
"todomain": "",
"routecode": "",
"modfromnumber": "T",
"modtonumber": "T",
"modroutecode": "",
"schedule": "work",
"periods": [],
"opts": {
"comment": "",
"title": ""
},
"ext": {
"ct": "2019-08-21T09:17:48.25Z",
"lwt": "2019-08-21T09:17:48.25Z"
}
}
Изменение данных правила маршрутизации
Поля запрещенные для изменения: id
Запрос
Описание полей: vectrorule entity
PATCH /rest/v1/uc/vectorrules/ca54ed9e-016c-b377-cb5a-50e54938780c HTTP/1.1
Content-Type: application/json; charset=utf-8
vectrorule entity
Ответ
Описание полей: vectrorule entity
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"id": "ca54ed9e-016c-b377-cb5a-50e54938780c",
"vector": "default",
"priority": 100,
"action": "cross",
"dir": "",
"fromdomain": "",
"fromextaccount": "",
"fromnumber": "XXX",
"tonumber": "XXX",
"toextaccount": "",
"todomain": "test.rootdomain.ru",
"routecode": "",
"modfromnumber": "14T",
"modtonumber": "/X/XXX",
"modroutecode": "*",
"schedule": "work",
"periods": [],
"opts": {
"comment": "",
"title": ""
},
"ext": {
"ct": "2019-08-21T09:17:48.25Z",
"lwt": "2019-08-21T09:17:48.25Z"
}
}
Поиск идентификатора правила маршрутизации
Производит поиск ресурса по указанному ключу, возвращает идентификатор(ы) для построения endpoint.
Ключевые поля для поиска: id