Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request POST \
--url https://v1.api.altostrat.io/content/{siteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"policy_id": "9a9a3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8a",
"ip_address": "100.64.10.5"
}
'{
"id": "9a9d3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8d",
"ip_address": "100.64.10.5",
"policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"policy_name": "<string>",
"dnr_policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dnr_policy_name": "<string>",
"dns_online": true,
"dnr_online": true
}Attaches a DNS Content Filtering policy to a specific site, activating its rules for all traffic from that site.
curl --request POST \
--url https://v1.api.altostrat.io/content/{siteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"policy_id": "9a9a3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8a",
"ip_address": "100.64.10.5"
}
'{
"id": "9a9d3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8d",
"ip_address": "100.64.10.5",
"policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"policy_name": "<string>",
"dnr_policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dnr_policy_name": "<string>",
"dns_online": true,
"dnr_online": true
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the site.
DNS policy attached successfully.
The unique identifier of the site.
"9a9d3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8d"
The management IP address of the site's tunnel.
"100.64.10.5"
The ID of the DNS policy attached to this site, if any.
The name of the attached DNS policy.
The ID of the BGP policy attached to this site, if any.
The name of the attached BGP policy.
The operational status of the DNS filtering service for this site.
The operational status of the BGP filtering service for this site.
Was this page helpful?