Skip to content

Commit 44ff85e

Browse files
committed
Update Aeries.json
- Added Retry methods - Added Student Supplemental Data
1 parent 460e322 commit 44ff85e

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

Aeries.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,36 @@
323323
"NewValue": "string"
324324
}
325325
},
326+
"student_supplemental": {
327+
"operations": {
328+
"student_supplementalList": {
329+
"method": "get",
330+
"call": {
331+
"mode": "iteration",
332+
"table": "schools",
333+
"iterator": "SchoolCode",
334+
"path": "/api/v5/schools/{iterator}/schoolsupplemental"
335+
},
336+
"processing_options": {
337+
"output_field": null
338+
},
339+
"query_parameters": {},
340+
"maxSessionCount": 1
341+
}
342+
},
343+
"parameters": {},
344+
"key": "StudentID",
345+
"resources": {
346+
"StudentID": "string*",
347+
"SchoolCode": "string*",
348+
"Columns": [{
349+
"ColumnCode": "string*",
350+
"ColumnDescription": "string*",
351+
"Value": "string*",
352+
"ColumnType": "string*"
353+
}]
354+
}
355+
},
326356
"school_groups": {
327357
"operations": {
328358
"school_groupsList": {
@@ -926,6 +956,38 @@
926956
"url": "/api/v5/systeminfo"
927957
},
928958
"socket_timeout": 3600000,
959+
"retry": [
960+
{
961+
"type": "statusCode",
962+
"statusCode": 429,
963+
"retry": {
964+
"type": "simple",
965+
"maxCount": 12,
966+
"waitTime": 5
967+
}
968+
},
969+
{
970+
"type": "statusCode",
971+
"statusCode": 401,
972+
"retry": {
973+
"type": "simple",
974+
"maxCount": 6,
975+
"waitTime": 5
976+
}
977+
},
978+
{
979+
"type": "statusCode",
980+
"statusCode": 500,
981+
"retry": {
982+
"type": "simple",
983+
"maxCount": 12,
984+
"waitTime": 5
985+
}
986+
},
987+
{
988+
"type": "connectionError"
989+
}
990+
],
929991
"accept": "application/json",
930992
"headers": {
931993
"AERIES-CERT": "{client_secret}"

0 commit comments

Comments
 (0)