updates to qps. working with new api set to 1 on our side

This commit is contained in:
DennisIsland 2023-07-20 21:06:48 -04:00
Родитель 1fd48dae3b
Коммит 9d50a92981
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -75,7 +75,7 @@
"instructionSteps": [ "instructionSteps": [
{ {
"title": "Connect Island to Microsoft Sentinel", "title": "Connect Island to Microsoft Sentinel",
"description": "Provide the Island API URL and Key. API URL is https://management.island.io/api/external/v1/timeline for US or https://eu.management.island.io/api/external/v1/timeline for EU.\n Generate the API Key in the Management Console under Settings > API.", "description": "Provide the Island API URL and Key. API URL is https://management.island.io/api/external/v1/adminActions for US or https://eu.management.island.io/api/external/v1/adminActions for EU.\n Generate the API Key in the Management Console under Settings > API.",
"instructions": [ "instructions": [
{ {
"parameters": { "parameters": {
@ -108,7 +108,7 @@
"startTimeAttributeName": "start", "startTimeAttributeName": "start",
"endTimeAttributeName": "end", "endTimeAttributeName": "end",
"queryWindowInMin": 5, "queryWindowInMin": 5,
"rateLimitQPS": 0.0166 "rateLimitQPS": 1
}, },
"paging": { "paging": {
"pagingType": "Offset", "pagingType": "Offset",

Просмотреть файл

@ -108,7 +108,7 @@
"startTimeAttributeName": "start", "startTimeAttributeName": "start",
"endTimeAttributeName": "end", "endTimeAttributeName": "end",
"queryWindowInMin": 5, "queryWindowInMin": 5,
"rateLimitQPS": 0.0166 "rateLimitQPS": 1
}, },
"paging": { "paging": {
"pagingType": "Offset", "pagingType": "Offset",