forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate demisto-api-* commands (demisto#31388)
* deprecate all the demisto-api-* commands. Replace their usage in OOB scripts and playbooks. * pre-commit * update rn * demisto-sdk format * demisto-sdk format + update rn * format * fixed Mypy and Pylint errors * Bump pack from version CommonScripts to 1.12.57. * updated dockers * validation fixes * validation fixes * updated rn dockers * updated rn 1_3_41.md * updated rn+integration name * updated rn+bc * fixed * fixed * Bump pack from version CommonScripts to 1.12.58. * fixed * fixed * fixed * Bump pack from version CommonScripts to 1.13.1. * cr updates * cr updates * fixed * Bump pack from version DeveloperTools to 1.3.7. * Bump pack from version CommonScripts to 1.13.2. * Bump pack from version CommonScripts to 1.13.6. * Bump pack from version CommonScripts to 1.13.7. * Bump pack from version CommonPlaybooks to 2.4.42. * fixed * fixed * changed to test_data * fixed * Bump pack from version CommonScripts to 1.13.9. * Bump pack from version CommonPlaybooks to 2.4.43. * Bump pack from version DeveloperTools to 1.3.8. --------- Co-authored-by: Content Bot <[email protected]>
- Loading branch information
1 parent
21ccb7a
commit a1337a0
Showing
247 changed files
with
1,444 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"breakingChanges": true, | ||
"breakingChangesNotes": "The Demisto REST API integration has been deprecated. Use the Core REST API integration in its place. The functionalities are the same." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Dedup - Generic v2 | ||
|
||
Replaced the usage of the deprecated **Demisto REST API** integration with the **Core REST API** integration. | ||
##### Dedup - Generic v3 | ||
|
||
Replaced the usage of the deprecated **Demisto REST API** integration with the **Core REST API** integration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"breakingChanges": true, | ||
"breakingChangesNotes": "The Demisto REST API integration has been deprecated. Use the Core REST API integration in its place. The functionalities are the same." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
#### Scripts | ||
|
||
##### IncidentFields | ||
|
||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### ExportIndicatorsToCSV | ||
|
||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### ExportIncidentsToCSV | ||
|
||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### GetFieldsByIncidentType | ||
|
||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### EditServerConfig | ||
|
||
- Updated the Docker image to: *demisto/python3:3.10.13.83255*. | ||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### GenerateAsBuilt | ||
|
||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### ExportAuditLogsToFile | ||
|
||
- Updated the Docker image to: *demisto/python3:3.10.13.83255*. | ||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### ContentPackInstaller | ||
|
||
- Updated the Docker image to: *demisto/xsoar-tools:1.0.0.83431*. | ||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) | ||
##### ProvidesCommand | ||
|
||
- Deprecated the ***demisto-api-**** commands and replaced with the ***core-api-**** commands. (Commands are identical, no effect is expected.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.