Open
Description
API Spec link
API Spec version
2022-10-01
Describe the bug
After an indicator created by ThreatIntelligenceIndicator_Create
, the ThreatIntelligenceIndicator_Get
may return HTTP 404 in a period.
Expected behavior
The GET request returns actual resource after the creation request finishes.
Actual behavior
The GET request was returned HTTP 404
Reproduction Steps
- call the create API to create a new indicator
- cal the GET API once the creation call finishes.
Environment
No response