Retrieve related objects to an Internet domain
Source:R/get_domain_relationship.R
get_domain_relationship.RdRetrieve related objects to an Internet domain
Usage
get_domain_relationship(
domain = NULL,
relationship = "subdomains",
limit = NULL,
cursor = NULL,
...
)Arguments
- domain
domain name. String. Required.
- relationship
relationship name. String. Required. Default is
subdomains. For all the options see https://docs.virustotal.com/reference- limit
Number of entries. Integer. Optional. Default is 10.
- cursor
String. Optional.
- ...
Additional arguments passed to
virustotal_GET.
See also
set_key for setting the API key