Get Asset Service Web Application
Returns a web application running on a port and protocol on an asset.
External Documentation
To learn more, visit the Rapid7 documentation.
Parameters
Parameter | Description |
---|---|
Asset ID | The ID of the asset. |
Disable SSL Enforcement | Enable this option to skip SSL verification of the server's certificatechain and host name. This may increase security vulnerabilities, but can be usefulfor testing or when custom verification is employed. |
Port | The port of the service. |
Protocol | The protocol of the service. |
Web Application ID | The ID of the web application. |
Example Output
{
"id": 30712,
"pages": [
{
"linkType": "html-ref",
"path": "/docs/config/index.html",
"response": 200
}
],
"root": "/",
"virtualHost": "102.89.22.253"
}
Workflow Library Example
Get Asset Service Web Application with Rapid7 and Send Results Via Email
Preview this Workflow on desktop