@@ -1656,12 +1656,20 @@ Service provides information regarding the reputation of a requested URL, domain
1656
1656
#### Action Parameters
1657
1657
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
1658
1658
--------- | -------- | ----------- | ---- | --------
1659
- ** network_locations** | required | Network location to check (URL,DNS,IP) | string |
1659
+ ** network_locations** | required | Network location to check (URL,DNS,IP) | string | ` domain ` ` url ` ` ip `
1660
1660
1661
1661
#### Action Output
1662
1662
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
1663
1663
--------- | ---- | -------- | --------------
1664
- action_result.parameter.network_locations | string | |
1664
+ action_result.data.\* .requested_network_location | string | ` domain ` ` url ` ` ip ` |
1665
+ action_result.data.\* .type | string | |
1666
+ action_result.data.\* .last_seen | string | |
1667
+ action_result.data.\* .first_seen | string | |
1668
+ action_result.data.\* .associated_malware | string | |
1669
+ action_result.data.\* .third_party_reputations.total | string | |
1670
+ action_result.data.\* .third_party_reputations.clean | string | |
1671
+ action_result.data.\* .third_party_reputations.malicious | string | |
1672
+ action_result.data.\* .third_party_reputations.undetected | string | |
1665
1673
action_result.status | string | |
1666
1674
action_result.message | string | |
1667
1675
summary.total_objects | numeric | |
@@ -1678,12 +1686,13 @@ The Network Reputation User Override service enables URL classification override
1678
1686
#### Action Parameters
1679
1687
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
1680
1688
--------- | -------- | ----------- | ---- | --------
1681
- ** next_page_sha1** | optional | Optional parameter used for pagination | string |
1689
+ ** next_page_sha1** | optional | Optional parameter used for pagination | string | ` sha1 `
1682
1690
1683
1691
#### Action Output
1684
1692
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
1685
1693
--------- | ---- | -------- | --------------
1686
- action_result.parameter.next_page_sha1 | string | |
1694
+ action_result.data.\* .user_override.network_locations.\* .network_location | string | ` url ` ` domain ` ` ip ` |
1695
+ action_result.data.\* .user_override.network_locations.\* .type | string | ` url ` ` domain ` ` ip ` |
1687
1696
action_result.status | string | |
1688
1697
action_result.message | string | |
1689
1698
summary.total_objects | numeric | |
@@ -1705,7 +1714,8 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
1705
1714
#### Action Output
1706
1715
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
1707
1716
--------- | ---- | -------- | --------------
1708
- action_result.parameter.max_results | numeric | |
1717
+ action_result.data.\* .\* .network_location | string | ` url ` ` domain ` ` ip ` |
1718
+ action_result.data.\* .\* .type | string | ` url ` ` domain ` ` ip ` |
1709
1719
action_result.status | string | |
1710
1720
action_result.message | string | |
1711
1721
summary.total_objects | numeric | |
@@ -1733,4 +1743,4 @@ action_result.parameter.remove_overrides_list | string | |
1733
1743
action_result.status | string | |
1734
1744
action_result.message | string | |
1735
1745
summary.total_objects | numeric | |
1736
- summary.total_objects_successful | numeric | |
1746
+ summary.total_objects_successful | numeric | |
0 commit comments