fedramp.dnssec.actions
Operation: GET /dataservice/fedramp/dnssec/actions
Request DNS-Sec actions
def reques_dns_sec_actions(action: str) -> Any: ...
Example:
from catalyswan.core import create_client
url = "example.com"
username = "admin"
password = "password123"
with create_client(
url=url, username=username, password=password
) as client:
client.fedramp.dnssec.actions.reques_dns_sec_actions()