-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SecurityInsights: ThreatIntelligence (TAXII) Data Connector API not round trip consistent #21487
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @amirkeren. Issue DetailsThe The The issue exists for both TI and TI TAXII data connector resources, at least for 2022-10-01-preview.
|
This is killing the python SDK:
Thus I would like to encourage you to go for ISO-8601 instead of RFC3339, as ISO-8601 is a subset of RFC3339. |
Service has fixed this API, closing it. |
The
taxiiLookbackPeriod
is defined as a "date-time" format in Swagger, which represents a RFC3339 date time. Whilst, on return it is in format "01/02/2006 15:04:05".The
pollingFrequency
is defined as an enum. When specifying it using one of the enum value (a string), it returns an integer (0, 1, 2) in response.The issue exists for both TI and TI TAXII data connector resources, at least for 2022-10-01-preview.
The text was updated successfully, but these errors were encountered: