File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 4141 "GetAggregateDetects" ,
4242 "POST" ,
4343 "/detects/aggregates/detects/GET/v1" ,
44- "Get detect aggregates as specified via json in request body." ,
44+ "Deprecated: This endpoint will be decommissioned on September 30, 2025. Please check the Notes section "
45+ "below for migration guidance." ,
4546 "detects" ,
4647 [
4748 {
5657 "UpdateDetectsByIdsV2" ,
5758 "PATCH" ,
5859 "/detects/entities/detects/v2" ,
59- "Modify the state, assignee, and visibility of detections" ,
60+ "Deprecated: This endpoint will be decommissioned on September 30, 2025. Please check the Notes section "
61+ "below for migration guidance." ,
6062 "detects" ,
6163 [
6264 {
8082 "GetDetectSummaries" ,
8183 "POST" ,
8284 "/detects/entities/summaries/GET/v1" ,
83- "View information about detections" ,
85+ "Deprecated: This endpoint will be decommissioned on September 30, 2025. Please check the Notes section "
86+ "below for migration guidance." ,
8487 "detects" ,
8588 [
8689 {
99102 "QueryDetects" ,
100103 "GET" ,
101104 "/detects/queries/detects/v1" ,
102- "Search for detection IDs that match a given query" ,
105+ "Deprecated: This endpoint will be decommissioned on September 30, 2025. Please check the Notes section "
106+ "below for migration guidance." ,
103107 "detects" ,
104108 [
105109 {
Original file line number Diff line number Diff line change 5959 "DiscoverCloudAzureDownloadCertificate" : "AzureDownloadCertificate" ,
6060 "GetDiscoverCloudAzureTenantIDs" : "" ,
6161 "GetDiscoverCloudGCPUserScripts" : "" ,
62- "GetHorizonD4CScripts" : ""
62+ "GetHorizonD4CScripts" : "" ,
63+ "GetAggregateDetects" : "" ,
64+ "UpdateDetectsByIdsV2" : "" ,
65+ "GetDetectSummaries" : "" ,
66+ "QueryDetects" : ""
6367}
6468
6569_deprecated_cls_mapping = {
6670 "CloudConnectAWS" : "CSPMRegistration" ,
6771 "D4CRegistration" : "CSPMRegistration" ,
68- "Iocs" : "IOC"
72+ "Iocs" : "IOC" ,
73+ "Detects" : "Alerts"
6974}
Original file line number Diff line number Diff line change 4242from ._result import Result
4343from ._service_class import ServiceClass
4444from ._endpoint ._detects import _detects_endpoints as Endpoints
45+ # _____ __ __
46+ # | \.-----.-----.----.-----.----.---.-.| |_.-----.--| |
47+ # | -- | -__| _ | _| -__| __| _ || _| -__| _ |
48+ # |_____/|_____| __|__| |_____|____|___._||____|_____|_____|
49+ # |__|
50+ #
51+ # This service collection is deprecated.
52+ # Developers should leverage operations from the Alerts service collection.
4553
4654
4755class Detects (ServiceClass ):
You can’t perform that action at this time.
0 commit comments