Skip to content

Commit c59bd73

Browse files
authored
RecordedFutureV2 updates (#3989)
* feat(RecordedFutureV2): allow users to tweak returned fields of enrichment * build(RecordedFutureV2): bump version to 1.3 * feat(RecordedFutureV2): add FirstObservedAt param to enrichment endpoints * chore: fix OAS validation errors
1 parent 4411fc4 commit c59bd73

File tree

1 file changed

+61
-6
lines changed

1 file changed

+61
-6
lines changed

certified-connectors/RecordedFutureV2/apiDefinition.swagger.json

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://support.recordedfuture.com",
99
"email": "support@recordedfuture.com"
1010
},
11-
"version": "1.2"
11+
"version": "1.3"
1212
},
1313
"host": "api.recordedfuture.com",
1414
"basePath": "/gw/azure",
@@ -151,7 +151,9 @@
151151
"required": true,
152152
"type": "string",
153153
"default": "intelCard,risk,links",
154-
"x-ms-visibility": "internal"
154+
"x-ms-summary": "Fields",
155+
"x-ms-visibility": "advanced",
156+
"description": "Comma-separated list of fields to return in the response"
155157
},
156158
{
157159
"name": "IntelligenceCloud",
@@ -171,6 +173,15 @@
171173
"x-ms-visibility": "advanced",
172174
"default": false,
173175
"description": "Include a HTML template in the response"
176+
},
177+
{
178+
"name": "FirstObservedAt",
179+
"in": "query",
180+
"required": false,
181+
"type": "string",
182+
"x-ms-summary": "First observed at",
183+
"x-ms-visibility": "internal",
184+
"description": "Timestamp when this IP address was first observed in ISO 8601 format. Used within the Recorded Future Intelligence Cloud."
174185
}
175186
]
176187
}
@@ -310,7 +321,9 @@
310321
"required": true,
311322
"type": "string",
312323
"default": "intelCard,risk,links",
313-
"x-ms-visibility": "internal"
324+
"x-ms-summary": "Fields",
325+
"x-ms-visibility": "advanced",
326+
"description": "Comma-separated list of fields to return in the response"
314327
},
315328
{
316329
"name": "IntelligenceCloud",
@@ -330,6 +343,15 @@
330343
"x-ms-visibility": "advanced",
331344
"default": false,
332345
"description": "Include a HTML template in the response"
346+
},
347+
{
348+
"name": "FirstObservedAt",
349+
"in": "query",
350+
"required": false,
351+
"type": "string",
352+
"x-ms-summary": "First observed at",
353+
"x-ms-visibility": "internal",
354+
"description": "Timestamp when this domain was first observed in ISO 8601 format. Used within the Recorded Future Intelligence Cloud."
333355
}
334356
]
335357
}
@@ -463,7 +485,9 @@
463485
"required": true,
464486
"type": "string",
465487
"default": "intelCard,risk,links",
466-
"x-ms-visibility": "internal"
488+
"x-ms-visibility": "advanced",
489+
"x-ms-summary": "Fields",
490+
"description": "Comma-separated list of fields to return in the response"
467491
},
468492
{
469493
"name": "IntelligenceCloud",
@@ -483,6 +507,15 @@
483507
"x-ms-visibility": "advanced",
484508
"default": false,
485509
"description": "Include a HTML template in the response"
510+
},
511+
{
512+
"name": "FirstObservedAt",
513+
"in": "query",
514+
"required": false,
515+
"type": "string",
516+
"x-ms-summary": "First observed at",
517+
"x-ms-visibility": "internal",
518+
"description": "Timestamp when this URL was first observed in ISO 8601 format. Used within the Recorded Future Intelligence Cloud."
486519
}
487520
]
488521
}
@@ -622,7 +655,9 @@
622655
"required": true,
623656
"type": "string",
624657
"default": "intelCard,risk,links",
625-
"x-ms-visibility": "internal"
658+
"x-ms-visibility": "advanced",
659+
"x-ms-summary": "Fields",
660+
"description": "Comma-separated list of fields to return in the response"
626661
},
627662
{
628663
"name": "IntelligenceCloud",
@@ -642,6 +677,15 @@
642677
"x-ms-visibility": "advanced",
643678
"default": false,
644679
"description": "Include a HTML template in the response"
680+
},
681+
{
682+
"name": "FirstObservedAt",
683+
"in": "query",
684+
"required": false,
685+
"type": "string",
686+
"x-ms-summary": "First observed at",
687+
"x-ms-visibility": "internal",
688+
"description": "Timestamp when this hash was first observed in ISO 8601 format. Used within the Recorded Future Intelligence Cloud."
645689
}
646690
]
647691
}
@@ -779,7 +823,9 @@
779823
"required": true,
780824
"type": "string",
781825
"default": "intelCard,risk,links",
782-
"x-ms-visibility": "internal"
826+
"x-ms-visibility": "advanced",
827+
"x-ms-summary": "Fields",
828+
"description": "Comma-separated list of fields to return in the response"
783829
},
784830
{
785831
"name": "IntelligenceCloud",
@@ -799,6 +845,15 @@
799845
"x-ms-visibility": "advanced",
800846
"default": false,
801847
"description": "Include a HTML template in the response"
848+
},
849+
{
850+
"name": "FirstObservedAt",
851+
"in": "query",
852+
"required": false,
853+
"type": "string",
854+
"x-ms-summary": "First observed at",
855+
"x-ms-visibility": "internal",
856+
"description": "Timestamp when this vulnerability was first observed in ISO 8601 format. Used within the Recorded Future Intelligence Cloud."
802857
}
803858
],
804859
"operationId": "Vuln_E",

0 commit comments

Comments
 (0)