CLI tools which is used to generate PDF report for domains presence in Akamai property configurations and check if domain resolves to Akamai IP.
Under development Please forgive us for some error or issue.
- Akamai Overview CLI - to get account overview data
- Akamai Property CLI - to get property configuration data
- Akamai Diagnostic Tools CLI - to check if IP belongs to Akamai
- dig shell command
- Read Akamai contract groups
- List Akamai Properties
- Read Akamai Properties
- Use Akamai Diagnostic Tools
> export AKAMAI_EDGERC_SECTION="default"
> export AKAMAI_EDGERC_CONFIG="~/.edgerc"
properties:
- property_name: test.com
property_records:
- record_name: test.com.
record_type: A
record_value: 123.123.124.124
record_value_is_akamai_ip: true
- record_name: static-test.com.
record_type: CNAME
record_value: static-test.com.edgekey.net.
- property_name: acc.test.com
property_records:
- record_name: acc.test.com.
record_type: CNAME
record_value: acc.test.com.edgekey.net.
> ./realcoverage -f input.yml -l logo.png -o report.pdf -c "My Company" -t "+0 12345678" -s "mycompany.nl"
Usage of realcoverage
-c string
Company name.
-f string
YAML file to parse.
-l string
Company logo file.
-o string
Output file name.
-s string
Company web site.
-t string
Company phone.