Details
| ID | ConvertDomainToURLs |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Converts Domain(s) to URL(s).
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| domains | List of Domain(s) to be converted to URL(s). |
Outputs
| Path | Description | Type |
|---|---|---|
| DomainToURL | Converted URLs | Unknown |
Script Example
!ConvertDomainToURLs domains=demo.com
Context Example
{
"DomainToURL": [
"http://demo.com",
"https://demo.com"
]
}
Human Readable Output
{}
commonfields: id: ConvertDomainToURLs version: -1 name: ConvertDomainToURLs script: '' type: python tags: [] comment: Converts Domain(s) to URL(s). enabled: true args: - name: domains required: true description: List of Domain(s) to be converted to URL(s). outputs: - contextPath: DomainToURL description: Converted URLs scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 tests: - No tests (auto formatted)