create_asset
Start monitoring a new asset (website/domain) in YOUR Merlonix account. Provide a hostname and asset_type; optionally a label and which checks to enable. Returns the created asset. Requires an API key with write scope. Subject to your plan asset quota (a full or non-paying plan returns an error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional human label (max 120 chars). | |
| hostname | Yes | The hostname to monitor, e.g. example.com | |
| asset_type | Yes | Asset kind: "hostname" (a website/host), "domain", "certificate", or "dns_record". | |
| dns_enabled | No | Monitor DNS records. | |
| ssl_enabled | No | Monitor the TLS certificate (default on for hostnames). | |
| domain_enabled | No | Monitor domain-registration (RDAP) expiry. | |
| uptime_check_url | No | Optional URL to probe for uptime (enables uptime checks). |