catocli 2.0.1__py3-none-any.whl → 2.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +41 -6
- catocli/__init__.py +1 -1
- catocli/parsers/custom/__init__.py +7 -5
- catocli/parsers/custom/customLib.py +490 -1
- catocli/parsers/custom/export_rules/__init__.py +5 -1
- catocli/parsers/custom/export_rules/export_rules.py +32 -183
- catocli/parsers/custom/export_sites/__init__.py +20 -0
- catocli/parsers/custom/export_sites/export_sites.py +365 -0
- catocli/parsers/custom/import_rules_to_tf/__init__.py +3 -3
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +20 -146
- catocli/parsers/custom/import_sites_to_tf/__init__.py +45 -0
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +891 -0
- catocli/parsers/mutation_accountManagement/__init__.py +18 -21
- catocli/parsers/mutation_admin/__init__.py +18 -21
- catocli/parsers/mutation_container/__init__.py +6 -7
- catocli/parsers/mutation_hardware/__init__.py +6 -7
- catocli/parsers/mutation_policy/__init__.py +666 -588
- catocli/parsers/mutation_policy_terminalServer/README.md +7 -0
- catocli/parsers/mutation_policy_terminalServer_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +18 -0
- catocli/parsers/mutation_sandbox/__init__.py +12 -14
- catocli/parsers/mutation_site/__init__.py +189 -175
- catocli/parsers/mutation_site_addSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_site_startSiteUpgrade/README.md +17 -0
- catocli/parsers/mutation_sites/__init__.py +189 -175
- catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +17 -0
- catocli/parsers/mutation_sites_startSiteUpgrade/README.md +17 -0
- catocli/parsers/mutation_xdr/__init__.py +18 -21
- catocli/parsers/parserApiClient.py +36 -11
- catocli/parsers/query_accountBySubdomain/__init__.py +6 -7
- catocli/parsers/query_accountManagement/__init__.py +6 -7
- catocli/parsers/query_accountMetrics/__init__.py +6 -7
- catocli/parsers/query_accountRoles/__init__.py +6 -7
- catocli/parsers/query_accountSnapshot/__init__.py +6 -7
- catocli/parsers/query_admin/__init__.py +6 -7
- catocli/parsers/query_admins/__init__.py +6 -7
- catocli/parsers/query_appStats/__init__.py +6 -7
- catocli/parsers/query_appStatsTimeSeries/__init__.py +6 -7
- catocli/parsers/query_auditFeed/__init__.py +6 -7
- catocli/parsers/query_catalogs/__init__.py +6 -7
- catocli/parsers/query_container/__init__.py +6 -7
- catocli/parsers/query_devices/README.md +2 -1
- catocli/parsers/query_devices/__init__.py +6 -7
- catocli/parsers/query_entityLookup/__init__.py +6 -7
- catocli/parsers/query_events/__init__.py +6 -7
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsFeed/__init__.py +6 -7
- catocli/parsers/query_eventsTimeSeries/__init__.py +6 -7
- catocli/parsers/query_hardware/__init__.py +6 -7
- catocli/parsers/query_hardwareManagement/__init__.py +6 -7
- catocli/parsers/query_licensing/__init__.py +6 -7
- catocli/parsers/query_policy/README.md +2 -1
- catocli/parsers/query_policy/__init__.py +6 -7
- catocli/parsers/query_sandbox/__init__.py +6 -7
- catocli/parsers/query_site/README.md +2 -1
- catocli/parsers/query_site/__init__.py +6 -7
- catocli/parsers/query_siteLocation/__init__.py +4 -8
- catocli/parsers/query_subDomains/__init__.py +6 -7
- catocli/parsers/query_xdr/__init__.py +12 -14
- catocli/parsers/raw/README.md +4 -0
- catocli/parsers/raw/__init__.py +5 -2
- {catocli-2.0.1.dist-info → catocli-2.0.3.dist-info}/METADATA +1 -1
- {catocli-2.0.1.dist-info → catocli-2.0.3.dist-info}/RECORD +108 -67
- graphql_client/api/call_api.py +12 -6
- models/mutation.policy.remotePortFwd.updateRule.json +6 -6
- models/mutation.policy.terminalServer.addRule.json +2403 -0
- models/mutation.policy.terminalServer.addSection.json +1358 -0
- models/mutation.policy.terminalServer.createPolicyRevision.json +1873 -0
- models/mutation.policy.terminalServer.discardPolicyRevision.json +1807 -0
- models/mutation.policy.terminalServer.moveRule.json +1605 -0
- models/mutation.policy.terminalServer.moveSection.json +1259 -0
- models/mutation.policy.terminalServer.publishPolicyRevision.json +1864 -0
- models/mutation.policy.terminalServer.removeRule.json +1253 -0
- models/mutation.policy.terminalServer.removeSection.json +958 -0
- models/mutation.policy.terminalServer.updatePolicy.json +1883 -0
- models/mutation.policy.terminalServer.updateRule.json +2096 -0
- models/mutation.policy.terminalServer.updateSection.json +1111 -0
- models/mutation.site.addSocketAddOnCard.json +1050 -0
- models/mutation.site.removeSocketAddOnCard.json +786 -0
- models/mutation.site.startSiteUpgrade.json +802 -0
- models/mutation.sites.addSocketAddOnCard.json +1050 -0
- models/mutation.sites.removeSocketAddOnCard.json +786 -0
- models/mutation.sites.startSiteUpgrade.json +802 -0
- models/query.devices.json +311 -2
- models/query.events.json +48 -0
- models/query.eventsFeed.json +12 -0
- models/query.eventsTimeSeries.json +36 -0
- models/query.licensing.json +21815 -10093
- models/query.policy.json +1898 -305
- models/query.site.json +225 -0
- models/query.siteLocation.json +97190 -295396
- schema/catolib.py +63 -30
- {catocli-2.0.1.dist-info → catocli-2.0.3.dist-info}/LICENSE +0 -0
- {catocli-2.0.1.dist-info → catocli-2.0.3.dist-info}/WHEEL +0 -0
- {catocli-2.0.1.dist-info → catocli-2.0.3.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.1.dist-info → catocli-2.0.3.dist-info}/top_level.txt +0 -0
models/query.devices.json
CHANGED
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
"DeviceV2Category": true,
|
|
50
50
|
"DeviceV2FilterInput": true,
|
|
51
51
|
"DevicesPayload": true,
|
|
52
|
+
"ExportJobResponse": true,
|
|
53
|
+
"ExportJobStatus": true,
|
|
54
|
+
"ExportStatusResponse": true,
|
|
52
55
|
"IdFilterInput": true,
|
|
53
56
|
"IntFilterInput": true,
|
|
54
57
|
"MacAddressFilterInput": true,
|
|
@@ -3768,7 +3771,7 @@
|
|
|
3768
3771
|
"varName": "pagingInput"
|
|
3769
3772
|
},
|
|
3770
3773
|
"sort": {
|
|
3771
|
-
"defaultValue": "{
|
|
3774
|
+
"defaultValue": "{lastSeen: {direction: DESC, priority: 1}}",
|
|
3772
3775
|
"description": null,
|
|
3773
3776
|
"id_str": "list___input___sort",
|
|
3774
3777
|
"name": "sort",
|
|
@@ -6017,6 +6020,25 @@
|
|
|
6017
6020
|
},
|
|
6018
6021
|
"varName": "deviceV2Input"
|
|
6019
6022
|
},
|
|
6023
|
+
"jobId": {
|
|
6024
|
+
"defaultValue": null,
|
|
6025
|
+
"description": null,
|
|
6026
|
+
"id_str": "csvExportStatus___jobId",
|
|
6027
|
+
"name": "jobId",
|
|
6028
|
+
"path": "csvExportStatus.jobId",
|
|
6029
|
+
"requestStr": "$jobId:ID! ",
|
|
6030
|
+
"required": true,
|
|
6031
|
+
"responseStr": "jobId:$jobId ",
|
|
6032
|
+
"type": {
|
|
6033
|
+
"kind": [
|
|
6034
|
+
"NON_NULL",
|
|
6035
|
+
"SCALAR"
|
|
6036
|
+
],
|
|
6037
|
+
"name": "ID",
|
|
6038
|
+
"non_null": false
|
|
6039
|
+
},
|
|
6040
|
+
"varName": "jobId"
|
|
6041
|
+
},
|
|
6020
6042
|
"sortOrderInput": {
|
|
6021
6043
|
"defaultValue": null,
|
|
6022
6044
|
"description": null,
|
|
@@ -7990,6 +8012,292 @@
|
|
|
7990
8012
|
},
|
|
7991
8013
|
"varName": "deviceAttributesCatalogQueries"
|
|
7992
8014
|
},
|
|
8015
|
+
"csvExport": {
|
|
8016
|
+
"args": {},
|
|
8017
|
+
"deprecationReason": null,
|
|
8018
|
+
"description": null,
|
|
8019
|
+
"id_str": "csvExport",
|
|
8020
|
+
"isDeprecated": false,
|
|
8021
|
+
"name": "csvExport",
|
|
8022
|
+
"path": "csvExport",
|
|
8023
|
+
"requestStr": "$exportJobResponse:ExportJobResponse! ",
|
|
8024
|
+
"required": true,
|
|
8025
|
+
"responseStr": "csvExport:$exportJobResponse ",
|
|
8026
|
+
"type": {
|
|
8027
|
+
"definition": {
|
|
8028
|
+
"description": null,
|
|
8029
|
+
"enumValues": null,
|
|
8030
|
+
"fields": {
|
|
8031
|
+
"jobId": {
|
|
8032
|
+
"args": {},
|
|
8033
|
+
"deprecationReason": null,
|
|
8034
|
+
"description": null,
|
|
8035
|
+
"id_str": "csvExport___jobId",
|
|
8036
|
+
"isDeprecated": false,
|
|
8037
|
+
"name": "jobId",
|
|
8038
|
+
"path": "csvExport.jobId",
|
|
8039
|
+
"requestStr": "$jobId:ID! ",
|
|
8040
|
+
"required": true,
|
|
8041
|
+
"responseStr": "jobId:$jobId ",
|
|
8042
|
+
"type": {
|
|
8043
|
+
"kind": [
|
|
8044
|
+
"NON_NULL",
|
|
8045
|
+
"SCALAR"
|
|
8046
|
+
],
|
|
8047
|
+
"name": "ID",
|
|
8048
|
+
"non_null": false
|
|
8049
|
+
},
|
|
8050
|
+
"varName": "jobId"
|
|
8051
|
+
},
|
|
8052
|
+
"message": {
|
|
8053
|
+
"args": {},
|
|
8054
|
+
"deprecationReason": null,
|
|
8055
|
+
"description": null,
|
|
8056
|
+
"id_str": "csvExport___message",
|
|
8057
|
+
"isDeprecated": false,
|
|
8058
|
+
"name": "message",
|
|
8059
|
+
"path": "csvExport.message",
|
|
8060
|
+
"requestStr": "$message:String ",
|
|
8061
|
+
"required": false,
|
|
8062
|
+
"responseStr": "message:$message ",
|
|
8063
|
+
"type": {
|
|
8064
|
+
"kind": [
|
|
8065
|
+
"SCALAR"
|
|
8066
|
+
],
|
|
8067
|
+
"name": "String",
|
|
8068
|
+
"non_null": false
|
|
8069
|
+
},
|
|
8070
|
+
"varName": "message"
|
|
8071
|
+
}
|
|
8072
|
+
},
|
|
8073
|
+
"inputFields": null,
|
|
8074
|
+
"interfaces": {},
|
|
8075
|
+
"kind": "OBJECT",
|
|
8076
|
+
"name": "ExportJobResponse",
|
|
8077
|
+
"possibleTypes": null
|
|
8078
|
+
},
|
|
8079
|
+
"indexType": "object",
|
|
8080
|
+
"kind": [
|
|
8081
|
+
"NON_NULL",
|
|
8082
|
+
"OBJECT"
|
|
8083
|
+
],
|
|
8084
|
+
"name": "ExportJobResponse",
|
|
8085
|
+
"non_null": false
|
|
8086
|
+
},
|
|
8087
|
+
"varName": "exportJobResponse"
|
|
8088
|
+
},
|
|
8089
|
+
"csvExportStatus": {
|
|
8090
|
+
"args": {
|
|
8091
|
+
"csvExportStatus___jobId": {
|
|
8092
|
+
"defaultValue": null,
|
|
8093
|
+
"description": null,
|
|
8094
|
+
"id_str": "csvExportStatus___jobId",
|
|
8095
|
+
"name": "jobId",
|
|
8096
|
+
"path": "csvExportStatus.jobId",
|
|
8097
|
+
"requestStr": "$jobId:ID! ",
|
|
8098
|
+
"required": true,
|
|
8099
|
+
"responseStr": "jobId:$jobId ",
|
|
8100
|
+
"type": {
|
|
8101
|
+
"kind": [
|
|
8102
|
+
"NON_NULL",
|
|
8103
|
+
"SCALAR"
|
|
8104
|
+
],
|
|
8105
|
+
"name": "ID",
|
|
8106
|
+
"non_null": false
|
|
8107
|
+
},
|
|
8108
|
+
"varName": "jobId"
|
|
8109
|
+
}
|
|
8110
|
+
},
|
|
8111
|
+
"deprecationReason": null,
|
|
8112
|
+
"description": null,
|
|
8113
|
+
"id_str": "csvExportStatus",
|
|
8114
|
+
"isDeprecated": false,
|
|
8115
|
+
"name": "csvExportStatus",
|
|
8116
|
+
"path": "csvExportStatus",
|
|
8117
|
+
"requestStr": "$exportStatusResponse:ExportStatusResponse! ",
|
|
8118
|
+
"required": true,
|
|
8119
|
+
"responseStr": "csvExportStatus:$exportStatusResponse ",
|
|
8120
|
+
"type": {
|
|
8121
|
+
"definition": {
|
|
8122
|
+
"description": null,
|
|
8123
|
+
"enumValues": null,
|
|
8124
|
+
"fields": {
|
|
8125
|
+
"downloadUrl": {
|
|
8126
|
+
"args": {},
|
|
8127
|
+
"deprecationReason": null,
|
|
8128
|
+
"description": null,
|
|
8129
|
+
"id_str": "csvExportStatus___downloadUrl",
|
|
8130
|
+
"isDeprecated": false,
|
|
8131
|
+
"name": "downloadUrl",
|
|
8132
|
+
"path": "csvExportStatus.downloadUrl",
|
|
8133
|
+
"requestStr": "$downloadUrl:String ",
|
|
8134
|
+
"required": false,
|
|
8135
|
+
"responseStr": "downloadUrl:$downloadUrl ",
|
|
8136
|
+
"type": {
|
|
8137
|
+
"kind": [
|
|
8138
|
+
"SCALAR"
|
|
8139
|
+
],
|
|
8140
|
+
"name": "String",
|
|
8141
|
+
"non_null": false
|
|
8142
|
+
},
|
|
8143
|
+
"varName": "downloadUrl"
|
|
8144
|
+
},
|
|
8145
|
+
"expiresAt": {
|
|
8146
|
+
"args": {},
|
|
8147
|
+
"deprecationReason": null,
|
|
8148
|
+
"description": null,
|
|
8149
|
+
"id_str": "csvExportStatus___expiresAt",
|
|
8150
|
+
"isDeprecated": false,
|
|
8151
|
+
"name": "expiresAt",
|
|
8152
|
+
"path": "csvExportStatus.expiresAt",
|
|
8153
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
8154
|
+
"required": false,
|
|
8155
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
8156
|
+
"type": {
|
|
8157
|
+
"kind": [
|
|
8158
|
+
"SCALAR"
|
|
8159
|
+
],
|
|
8160
|
+
"name": "DateTime",
|
|
8161
|
+
"non_null": false
|
|
8162
|
+
},
|
|
8163
|
+
"varName": "expiresAt"
|
|
8164
|
+
},
|
|
8165
|
+
"jobId": {
|
|
8166
|
+
"args": {},
|
|
8167
|
+
"deprecationReason": null,
|
|
8168
|
+
"description": null,
|
|
8169
|
+
"id_str": "csvExportStatus___jobId",
|
|
8170
|
+
"isDeprecated": false,
|
|
8171
|
+
"name": "jobId",
|
|
8172
|
+
"path": "csvExportStatus.jobId",
|
|
8173
|
+
"requestStr": "$jobId:ID! ",
|
|
8174
|
+
"required": true,
|
|
8175
|
+
"responseStr": "jobId:$jobId ",
|
|
8176
|
+
"type": {
|
|
8177
|
+
"kind": [
|
|
8178
|
+
"NON_NULL",
|
|
8179
|
+
"SCALAR"
|
|
8180
|
+
],
|
|
8181
|
+
"name": "ID",
|
|
8182
|
+
"non_null": false
|
|
8183
|
+
},
|
|
8184
|
+
"varName": "jobId"
|
|
8185
|
+
},
|
|
8186
|
+
"message": {
|
|
8187
|
+
"args": {},
|
|
8188
|
+
"deprecationReason": null,
|
|
8189
|
+
"description": null,
|
|
8190
|
+
"id_str": "csvExportStatus___message",
|
|
8191
|
+
"isDeprecated": false,
|
|
8192
|
+
"name": "message",
|
|
8193
|
+
"path": "csvExportStatus.message",
|
|
8194
|
+
"requestStr": "$message:String ",
|
|
8195
|
+
"required": false,
|
|
8196
|
+
"responseStr": "message:$message ",
|
|
8197
|
+
"type": {
|
|
8198
|
+
"kind": [
|
|
8199
|
+
"SCALAR"
|
|
8200
|
+
],
|
|
8201
|
+
"name": "String",
|
|
8202
|
+
"non_null": false
|
|
8203
|
+
},
|
|
8204
|
+
"varName": "message"
|
|
8205
|
+
},
|
|
8206
|
+
"progress": {
|
|
8207
|
+
"args": {},
|
|
8208
|
+
"deprecationReason": null,
|
|
8209
|
+
"description": null,
|
|
8210
|
+
"id_str": "csvExportStatus___progress",
|
|
8211
|
+
"isDeprecated": false,
|
|
8212
|
+
"name": "progress",
|
|
8213
|
+
"path": "csvExportStatus.progress",
|
|
8214
|
+
"requestStr": "$progress:Float ",
|
|
8215
|
+
"required": false,
|
|
8216
|
+
"responseStr": "progress:$progress ",
|
|
8217
|
+
"type": {
|
|
8218
|
+
"kind": [
|
|
8219
|
+
"SCALAR"
|
|
8220
|
+
],
|
|
8221
|
+
"name": "Float",
|
|
8222
|
+
"non_null": false
|
|
8223
|
+
},
|
|
8224
|
+
"varName": "progress"
|
|
8225
|
+
},
|
|
8226
|
+
"status": {
|
|
8227
|
+
"alias": "exportJobStatusStatus: status",
|
|
8228
|
+
"args": {},
|
|
8229
|
+
"deprecationReason": null,
|
|
8230
|
+
"description": null,
|
|
8231
|
+
"id_str": "csvExportStatus___status",
|
|
8232
|
+
"isDeprecated": false,
|
|
8233
|
+
"name": "status",
|
|
8234
|
+
"path": "csvExportStatus.status",
|
|
8235
|
+
"requestStr": "$status:ExportJobStatus! ",
|
|
8236
|
+
"required": true,
|
|
8237
|
+
"responseStr": "status:$status ",
|
|
8238
|
+
"type": {
|
|
8239
|
+
"definition": {
|
|
8240
|
+
"description": null,
|
|
8241
|
+
"enumValues": [
|
|
8242
|
+
{
|
|
8243
|
+
"deprecationReason": null,
|
|
8244
|
+
"description": null,
|
|
8245
|
+
"isDeprecated": false,
|
|
8246
|
+
"name": "PENDING"
|
|
8247
|
+
},
|
|
8248
|
+
{
|
|
8249
|
+
"deprecationReason": null,
|
|
8250
|
+
"description": null,
|
|
8251
|
+
"isDeprecated": false,
|
|
8252
|
+
"name": "IN_PROGRESS"
|
|
8253
|
+
},
|
|
8254
|
+
{
|
|
8255
|
+
"deprecationReason": null,
|
|
8256
|
+
"description": null,
|
|
8257
|
+
"isDeprecated": false,
|
|
8258
|
+
"name": "COMPLETED"
|
|
8259
|
+
},
|
|
8260
|
+
{
|
|
8261
|
+
"deprecationReason": null,
|
|
8262
|
+
"description": null,
|
|
8263
|
+
"isDeprecated": false,
|
|
8264
|
+
"name": "FAILED"
|
|
8265
|
+
}
|
|
8266
|
+
],
|
|
8267
|
+
"fields": null,
|
|
8268
|
+
"inputFields": null,
|
|
8269
|
+
"interfaces": null,
|
|
8270
|
+
"kind": "ENUM",
|
|
8271
|
+
"name": "ExportJobStatus",
|
|
8272
|
+
"possibleTypes": null
|
|
8273
|
+
},
|
|
8274
|
+
"indexType": "enum",
|
|
8275
|
+
"kind": [
|
|
8276
|
+
"NON_NULL",
|
|
8277
|
+
"ENUM"
|
|
8278
|
+
],
|
|
8279
|
+
"name": "ExportJobStatus",
|
|
8280
|
+
"non_null": false
|
|
8281
|
+
},
|
|
8282
|
+
"varName": "status"
|
|
8283
|
+
}
|
|
8284
|
+
},
|
|
8285
|
+
"inputFields": null,
|
|
8286
|
+
"interfaces": {},
|
|
8287
|
+
"kind": "OBJECT",
|
|
8288
|
+
"name": "ExportStatusResponse",
|
|
8289
|
+
"possibleTypes": null
|
|
8290
|
+
},
|
|
8291
|
+
"indexType": "object",
|
|
8292
|
+
"kind": [
|
|
8293
|
+
"NON_NULL",
|
|
8294
|
+
"OBJECT"
|
|
8295
|
+
],
|
|
8296
|
+
"name": "ExportStatusResponse",
|
|
8297
|
+
"non_null": false
|
|
8298
|
+
},
|
|
8299
|
+
"varName": "exportStatusResponse"
|
|
8300
|
+
},
|
|
7993
8301
|
"list": {
|
|
7994
8302
|
"args": {
|
|
7995
8303
|
"list___input": {
|
|
@@ -11377,7 +11685,7 @@
|
|
|
11377
11685
|
"varName": "pagingInput"
|
|
11378
11686
|
},
|
|
11379
11687
|
"sort": {
|
|
11380
|
-
"defaultValue": "{
|
|
11688
|
+
"defaultValue": "{lastSeen: {direction: DESC, priority: 1}}",
|
|
11381
11689
|
"description": null,
|
|
11382
11690
|
"id_str": "list___input___sort",
|
|
11383
11691
|
"name": "sort",
|
|
@@ -15457,6 +15765,7 @@
|
|
|
15457
15765
|
}
|
|
15458
15766
|
}
|
|
15459
15767
|
},
|
|
15768
|
+
"jobId": "ID",
|
|
15460
15769
|
"sortOrderInput": {
|
|
15461
15770
|
"direction": {
|
|
15462
15771
|
"direction": "enum(SortOrder)"
|
models/query.events.json
CHANGED
|
@@ -1067,6 +1067,12 @@
|
|
|
1067
1067
|
"isDeprecated": false,
|
|
1068
1068
|
"name": "reference_url"
|
|
1069
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
"deprecationReason": null,
|
|
1072
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
1073
|
+
"isDeprecated": false,
|
|
1074
|
+
"name": "referer_url"
|
|
1075
|
+
},
|
|
1070
1076
|
{
|
|
1071
1077
|
"deprecationReason": null,
|
|
1072
1078
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -2665,6 +2671,12 @@
|
|
|
2665
2671
|
"isDeprecated": false,
|
|
2666
2672
|
"name": "reference_url"
|
|
2667
2673
|
},
|
|
2674
|
+
{
|
|
2675
|
+
"deprecationReason": null,
|
|
2676
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
2677
|
+
"isDeprecated": false,
|
|
2678
|
+
"name": "referer_url"
|
|
2679
|
+
},
|
|
2668
2680
|
{
|
|
2669
2681
|
"deprecationReason": null,
|
|
2670
2682
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -4479,6 +4491,12 @@
|
|
|
4479
4491
|
"isDeprecated": false,
|
|
4480
4492
|
"name": "reference_url"
|
|
4481
4493
|
},
|
|
4494
|
+
{
|
|
4495
|
+
"deprecationReason": null,
|
|
4496
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
4497
|
+
"isDeprecated": false,
|
|
4498
|
+
"name": "referer_url"
|
|
4499
|
+
},
|
|
4482
4500
|
{
|
|
4483
4501
|
"deprecationReason": null,
|
|
4484
4502
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -6095,6 +6113,12 @@
|
|
|
6095
6113
|
"isDeprecated": false,
|
|
6096
6114
|
"name": "reference_url"
|
|
6097
6115
|
},
|
|
6116
|
+
{
|
|
6117
|
+
"deprecationReason": null,
|
|
6118
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
6119
|
+
"isDeprecated": false,
|
|
6120
|
+
"name": "referer_url"
|
|
6121
|
+
},
|
|
6098
6122
|
{
|
|
6099
6123
|
"deprecationReason": null,
|
|
6100
6124
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -7784,6 +7808,12 @@
|
|
|
7784
7808
|
"isDeprecated": false,
|
|
7785
7809
|
"name": "reference_url"
|
|
7786
7810
|
},
|
|
7811
|
+
{
|
|
7812
|
+
"deprecationReason": null,
|
|
7813
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
7814
|
+
"isDeprecated": false,
|
|
7815
|
+
"name": "referer_url"
|
|
7816
|
+
},
|
|
7787
7817
|
{
|
|
7788
7818
|
"deprecationReason": null,
|
|
7789
7819
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -9382,6 +9412,12 @@
|
|
|
9382
9412
|
"isDeprecated": false,
|
|
9383
9413
|
"name": "reference_url"
|
|
9384
9414
|
},
|
|
9415
|
+
{
|
|
9416
|
+
"deprecationReason": null,
|
|
9417
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
9418
|
+
"isDeprecated": false,
|
|
9419
|
+
"name": "referer_url"
|
|
9420
|
+
},
|
|
9385
9421
|
{
|
|
9386
9422
|
"deprecationReason": null,
|
|
9387
9423
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -11196,6 +11232,12 @@
|
|
|
11196
11232
|
"isDeprecated": false,
|
|
11197
11233
|
"name": "reference_url"
|
|
11198
11234
|
},
|
|
11235
|
+
{
|
|
11236
|
+
"deprecationReason": null,
|
|
11237
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
11238
|
+
"isDeprecated": false,
|
|
11239
|
+
"name": "referer_url"
|
|
11240
|
+
},
|
|
11199
11241
|
{
|
|
11200
11242
|
"deprecationReason": null,
|
|
11201
11243
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -12812,6 +12854,12 @@
|
|
|
12812
12854
|
"isDeprecated": false,
|
|
12813
12855
|
"name": "reference_url"
|
|
12814
12856
|
},
|
|
12857
|
+
{
|
|
12858
|
+
"deprecationReason": null,
|
|
12859
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
12860
|
+
"isDeprecated": false,
|
|
12861
|
+
"name": "referer_url"
|
|
12862
|
+
},
|
|
12815
12863
|
{
|
|
12816
12864
|
"deprecationReason": null,
|
|
12817
12865
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
models/query.eventsFeed.json
CHANGED
|
@@ -1401,6 +1401,12 @@
|
|
|
1401
1401
|
"isDeprecated": false,
|
|
1402
1402
|
"name": "reference_url"
|
|
1403
1403
|
},
|
|
1404
|
+
{
|
|
1405
|
+
"deprecationReason": null,
|
|
1406
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
1407
|
+
"isDeprecated": false,
|
|
1408
|
+
"name": "referer_url"
|
|
1409
|
+
},
|
|
1404
1410
|
{
|
|
1405
1411
|
"deprecationReason": null,
|
|
1406
1412
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -3053,6 +3059,12 @@
|
|
|
3053
3059
|
"isDeprecated": false,
|
|
3054
3060
|
"name": "reference_url"
|
|
3055
3061
|
},
|
|
3062
|
+
{
|
|
3063
|
+
"deprecationReason": null,
|
|
3064
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
3065
|
+
"isDeprecated": false,
|
|
3066
|
+
"name": "referer_url"
|
|
3067
|
+
},
|
|
3056
3068
|
{
|
|
3057
3069
|
"deprecationReason": null,
|
|
3058
3070
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -1067,6 +1067,12 @@
|
|
|
1067
1067
|
"isDeprecated": false,
|
|
1068
1068
|
"name": "reference_url"
|
|
1069
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
"deprecationReason": null,
|
|
1072
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
1073
|
+
"isDeprecated": false,
|
|
1074
|
+
"name": "referer_url"
|
|
1075
|
+
},
|
|
1070
1076
|
{
|
|
1071
1077
|
"deprecationReason": null,
|
|
1072
1078
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -2665,6 +2671,12 @@
|
|
|
2665
2671
|
"isDeprecated": false,
|
|
2666
2672
|
"name": "reference_url"
|
|
2667
2673
|
},
|
|
2674
|
+
{
|
|
2675
|
+
"deprecationReason": null,
|
|
2676
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
2677
|
+
"isDeprecated": false,
|
|
2678
|
+
"name": "referer_url"
|
|
2679
|
+
},
|
|
2668
2680
|
{
|
|
2669
2681
|
"deprecationReason": null,
|
|
2670
2682
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -4479,6 +4491,12 @@
|
|
|
4479
4491
|
"isDeprecated": false,
|
|
4480
4492
|
"name": "reference_url"
|
|
4481
4493
|
},
|
|
4494
|
+
{
|
|
4495
|
+
"deprecationReason": null,
|
|
4496
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
4497
|
+
"isDeprecated": false,
|
|
4498
|
+
"name": "referer_url"
|
|
4499
|
+
},
|
|
4482
4500
|
{
|
|
4483
4501
|
"deprecationReason": null,
|
|
4484
4502
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -6165,6 +6183,12 @@
|
|
|
6165
6183
|
"isDeprecated": false,
|
|
6166
6184
|
"name": "reference_url"
|
|
6167
6185
|
},
|
|
6186
|
+
{
|
|
6187
|
+
"deprecationReason": null,
|
|
6188
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
6189
|
+
"isDeprecated": false,
|
|
6190
|
+
"name": "referer_url"
|
|
6191
|
+
},
|
|
6168
6192
|
{
|
|
6169
6193
|
"deprecationReason": null,
|
|
6170
6194
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -7763,6 +7787,12 @@
|
|
|
7763
7787
|
"isDeprecated": false,
|
|
7764
7788
|
"name": "reference_url"
|
|
7765
7789
|
},
|
|
7790
|
+
{
|
|
7791
|
+
"deprecationReason": null,
|
|
7792
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
7793
|
+
"isDeprecated": false,
|
|
7794
|
+
"name": "referer_url"
|
|
7795
|
+
},
|
|
7766
7796
|
{
|
|
7767
7797
|
"deprecationReason": null,
|
|
7768
7798
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|
|
@@ -9577,6 +9607,12 @@
|
|
|
9577
9607
|
"isDeprecated": false,
|
|
9578
9608
|
"name": "reference_url"
|
|
9579
9609
|
},
|
|
9610
|
+
{
|
|
9611
|
+
"deprecationReason": null,
|
|
9612
|
+
"description": "Referer URL from the HTTP request header indicating the source of the request.",
|
|
9613
|
+
"isDeprecated": false,
|
|
9614
|
+
"name": "referer_url"
|
|
9615
|
+
},
|
|
9580
9616
|
{
|
|
9581
9617
|
"deprecationReason": null,
|
|
9582
9618
|
"description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
|