meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| domains [2023/09/14 19:52] – created johnny | domains [2024/08/29 20:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| * Records DNS records (IP, Name servers & mail exchange servers) | * Records DNS records (IP, Name servers & mail exchange servers) | ||
| + | {{: | ||
| + | ===== API ===== | ||
| + | / | ||
| + | |||
| + | ==== Read - Retrieve domain information via API (/read.php) ==== | ||
| + | |||
| + | * Default / No params - Returns all domains | ||
| + | * domain_id - Specific domain ID from the ITFlow database | ||
| + | * domain_name - Domain Name | ||
| + | * client_id - Returns all domains for a specific client | ||
| + | |||
| + | < | ||
| + | Invoke-RestMethod -Uri " | ||
| + | |||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | |||
| + | [...] | ||
| + | </ | ||