RocketCyberAPI Module
Description
This PowerShell module acts as a wrapper for the RocketCyber API.
RocketCyberAPI Cmdlets
Add-RocketCyberAPIKey
Sets your API bearer token used to authenticate all API calls.
Add-RocketCyberBaseURI
Sets the base URI for the RocketCyber API connection.
ConvertTo-RocketCyberQueryString
Converts uri filter parameters
Export-RocketCyberModuleSettings
Exports the RocketCyber BaseURI, API, & JSON configuration information to file.
Get-RocketCyberAccounts
Gets account information for a given ID.
Get-RocketCyberAgents
Gets RocketCyber agents from an account.
Get-RocketCyberAPIKey
Gets the RocketCyber API bearer token global variable.
Get-RocketCyberApps
Gets an accounts apps from the RocketCyber API.
Get-RocketCyberBaseURI
Shows the RocketCyber base URI global variable.
Get-RocketCyberDefender
Gets defender information from the RocketCyber API.
Get-RocketCyberEvents
Gets app event information from the RocketCyber API.
Get-RocketCyberFirewalls
Gets RocketCyber firewalls from an account.
Get-RocketCyberIncidents
Gets incident information from the RocketCyber API
Get-RocketCyberModuleSettings
Gets the saved RocketCyber configuration settings
Get-RocketCyberOffice
Gets office information from the RocketCyber API
Import-RocketCyberModuleSettings
Imports the RocketCyber BaseURI, API, & JSON configuration information to the current session.
Invoke-RocketCyberRequest
Makes an API request
Remove-RocketCyberAPIKey
Removes the RocketCyber API bearer token global variable.
Remove-RocketCyberBaseURI
Removes the RocketCyber base URI global variable.
Remove-RocketCyberModuleSettings
Removes the stored RocketCyber configuration folder.
Test-RocketCyberAPIKey
Test the RocketCyber API bearer token.