Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberark/epv-api-scripts
These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
https://github.com/cyberark/epv-api-scripts
automation powershell-scripts privileged-access-management privileged-access-security rest-api
Last synced: 3 months ago
JSON representation
These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
- Host: GitHub
- URL: https://github.com/cyberark/epv-api-scripts
- Owner: cyberark
- License: apache-2.0
- Created: 2017-10-26T01:16:50.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T20:29:01.000Z (5 months ago)
- Last Synced: 2024-06-24T22:15:19.542Z (5 months ago)
- Topics: automation, powershell-scripts, privileged-access-management, privileged-access-security, rest-api
- Language: PowerShell
- Homepage: https://www.cyberark.com/best
- Size: 1.53 MB
- Stars: 192
- Watchers: 65
- Forks: 173
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: Security Events/Get-AccoutnsRiskReport.ps1
Awesome Lists containing this project
- jimsghstars - cyberark/epv-api-scripts - These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more. (PowerShell)
README
# EPV REST API scripts examples
## Overview
REST APIs can provide end-to-end automation for key Privileged Access Management tasks, saving time and simplifying workloads for CyberArk [Core PAS](https://www.cyberark.com/products/privileged-account-security-solution/core-privileged-account-security/) users.
This repository of downloadable REST API example scripts show users how to automate key processes across their Core PAS implementation, including securing privileged accounts, accessing data in CyberArk safes, responding to security events detected by Privileged Threat Analytics, and managing user accounts.
REST APIs are part of the default PVWA installation for most CyberArk customers and can be implemented immediately.
>**Please note** These scripts were made available as examples to show customers how to use CyberArk REST APIs. They are not as a supported product of CyberArk.
## The Main Goal
Enable CyberArk users to automate and simplify privileged account management tasks via REST APIs such as account workflow, onboarding rules, permissions granting, and more.
## REST API Technical Requirements
#### SDK Supported Platforms
The PAS SDK is a RESTful API that can be invoked by any RESTful client for various programming and scripting environments, including Java, C#, Perl, PHP, Python and Ruby.
#### The PAS SDK
The PAS SDK enables you to perform activities on PAS objects via a REST Web Service interface.
Each PAS object has its own URL path in the PVWA website that can be accessed using the relevant HTTPS request verb.
Learn more about the technical specifications in our official [REST API technical documentation](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/Implementing%20Privileged%20Account%20Security%20Web%20Services%20.htm).## Additional Resources
Additional solutions for mitigating risk can be found in the [CyberArk Marketplace](https://cyberark-customers.force.com/mplace/s/), a trusted platform for customers to easily find partner integrations with CyberArk Core PAS and other projects.
Contributors to the Marketplace include strategic partners, customers, and over 130 leading security solution providers that are members of the CyberArk [C3 Alliance](https://www.cyberark.com/partners/alliance-partners/). The C3 Alliance offers more than 225 certified out-of-the-box integrations to help protect customer environments against pervasive threats and emerging attacks.
CyberArk Marketplace users can find effective solutions for mitigating emerging risks, build upon existing integrations to develop customized solutions, and collaborate with other contributors to address evolving security challenges. CyberArk Marketplace is an industry destination for collaboration and identifying integrated solutions that advance privileged access management.# Contributing
Please see our [`CONTRIBUTING`](CONTRIBUTING.md) for more details.# License
This repository is licensed under Apache License 2.0 - see [`LICENSE`](LICENSE) for more details.
Copyright © 2022 CyberArk Software Ltd. All rights reserved.