mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-13 12:59:21 +02:00
Added MoSAPI to docs
This commit is contained in:
parent
9d5cb47159
commit
92b17c2e16
1 changed files with 31 additions and 0 deletions
31
docs/gtld.md
31
docs/gtld.md
|
@ -323,3 +323,34 @@ If a domain is flagged:
|
||||||
To use this feature, ensure `spec11` is set to `true` in `/opt/registry/automation/cron_config.php`.
|
To use this feature, ensure `spec11` is set to `true` in `/opt/registry/automation/cron_config.php`.
|
||||||
|
|
||||||
> ⚠️ This functionality helps maintain registry compliance with Specification 11 and supports proactive registrar communication.
|
> ⚠️ This functionality helps maintain registry compliance with Specification 11 and supports proactive registrar communication.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 10. ICANN MoSAPI Integration
|
||||||
|
|
||||||
|
This tool connects to ICANN MoSAPI to monitor TLD-specific compliance and abuse statistics for registry operators.
|
||||||
|
|
||||||
|
### What It Does
|
||||||
|
|
||||||
|
- Authenticates with MoSAPI using registry credentials
|
||||||
|
- Retrieves per-TLD state, including service status and incident data (`/monitoring/state`)
|
||||||
|
- Retrieves latest abuse metrics for delegated domains (`/metrica/domainList/latest`)
|
||||||
|
|
||||||
|
### Output Includes
|
||||||
|
|
||||||
|
- TLD status and tested interfaces (e.g. RDAP, EPP)
|
||||||
|
- Emergency threshold settings and active incident logs
|
||||||
|
- Abuse types (e.g. spam, botnetCc) with domain counts
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- PHP 8.2+
|
||||||
|
- MoSAPI registry credentials
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
Configure your details in `/opt/registrar/tests/icann_mosapi.php` and then run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
php icann_mosapi.php
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue