View source: R/UmbrellaManagementAPI.R
List DNS and web policies, if no filters are supplied then only DNS policies accessible with the current credentials will be returned.
1 2 3 4 5 6 | listOrganizationPolicies(
page = 1,
limit = 100,
type = "DNS",
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
page |
Start of the page |
limit |
Number of items to return |
type |
The type of policies to be returned (either DNS or web) |
organizationId |
Id of the Organization owning the resources |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.