-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62b19b7
commit 71768f2
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# REST-API BreakingPoint - Ixia a Keysight Business (Recomended BreakingPoint Framework Version 9.10) | ||
# REST-API BreakingPoint - Ixia a Keysight Business (Recommended BreakingPoint Framework Version 9.10) | ||
|
||
Welcome to the BreakingPoint Official Comunity Github. | ||
This location has the purpose to aggregate various scripts that can get you started on cloud or on prem viurtualization deployment , administration , execution and result analysis. | ||
Welcome to the BreakingPoint Official Community Github. | ||
This location has the purpose of aggregatng various scripts that can get you started on cloud or on prem virtualization deployment, administration, execution and results analysis. | ||
|
||
## BreakingPoint detail | ||
Network testing with [BreakingPoint®](https://www.ixiacom.com/products/network-security-testing-breakingpoint). By simulating real-world legitimate traffic, distributed denial of service (DDoS), exploits, malware, and fuzzing, BreakingPoint validates an organization’s security infrastructure, reduces the risk of network degradation by almost 80%, and increases attack readiness by nearly 70%. And with our new TrafficREWIND solution, you'll get even more realistic and high-fidelity validation by adding production network insight into BreakingPoint test traffic configuration | ||
More details: | ||
|
||
[BreakinPoint Page](https://www.ixiacom.com/resources/ixia-breakingpoint-overview) | ||
[BreakingPoint Page](https://www.ixiacom.com/resources/ixia-breakingpoint-overview) | ||
|
||
**NOTE**: We try to improve and extend the RESTAPI every release. The Python wrapper library is dynamically created based on the RESTAPIs available in a specific release version. Backwards compatibility will be maintained for the high level RESTAPI calls and the high level Python functions. To benefit from the latest API enhancements and bugfixes users should upgrade their BPS RESTAPI PYTHON Module to the corresponding wrapper from the branch. (Using a newer python wrapper library than the BPS framework might raise some issues as some functions expect the changes of the API made in the corresponding release.) | ||
**NOTE**: We try to improve and extend the RESTAPI every release. The Python wrapper library is dynamically created based on the RESTAPIs available in a specific release version. Backwards compatibility will be maintained for the high level RESTAPI calls and the high level Python functions. To benefit from the latest API enhancements and bugfixes users should upgrade their BPS RESTAPI PYTHON Module to the corresponding wrapper from the branch. (Using a newer python wrapper library than the BPS framework might raise some issues as some functions expect the changes of the API made in the corresponding release.) |