You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
3. Curl to get the response of https://{{ TO_BASE_URL }}/api/1.3/profiles/name/{{ TARGET_PROFILE }}/parameters and save that to a file named `profile.parameters.json`
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
The following references to the Traffic Ops API in our Ansible playbooks need to be updated:
POSTapi/1.3/user/logintrafficcontrol/infrastructure/ansible/influxdb_relay.yml
Line 34 in df92555
GETapi/1.3/serverstrafficcontrol/infrastructure/ansible/influxdb_relay.yml
Line 49 in df92555
1.3trafficcontrol/infrastructure/ansible/roles/dataset_loader/defaults/main.yml
Line 25 in df92555
GETinternal/api/1.3/federations.jsontrafficcontrol/infrastructure/ansible/roles/dataset_loader/defaults/main.yml
Line 743 in df92555
GETapi/1.3/profiles/name/{{name}}/parameterstrafficcontrol/infrastructure/ansible/roles/dataset_loader/profile.parameter.conversion.md
Line 23 in df92555
POSTapi/1.2/user/logintrafficcontrol/infrastructure/ansible/roles/to_api/tasks/login.yml
Line 17 in df92555
GETapi/1.2/cdnstrafficcontrol/infrastructure/ansible/roles/to_api/tasks/queue_updates.yml
Line 20 in df92555
POSTapi/1.2/cdns/{{name}}/queue_updatetrafficcontrol/infrastructure/ansible/roles/to_api/tasks/queue_updates.yml
Line 32 in df92555
GETapi/1.2/servers/hostname/{{name}}/detailstrafficcontrol/infrastructure/ansible/roles/to_api/tasks/set_server_status.yml
Line 20 in df92555
PUTapi/1.2/servers/{{id}}/statustrafficcontrol/infrastructure/ansible/roles/to_api/tasks/set_server_status.yml
Line 43 in df92555
GETapi/1.2/cdns/{{name}}/snapshot/newtrafficcontrol/infrastructure/ansible/roles/to_api/tasks/snapshot.yml
Line 67 in df92555
GETapi/1.3/servers/checkstrafficcontrol/infrastructure/ansible/roles/traffic_portal/defaults/main.yml
Line 85 in df92555
1.3trafficcontrol/infrastructure/ansible/sample.lab/ansible/vars.yml
Line 28 in df92555
New behavior:
Those lines of code should reference API v3, reference API v4, or be removed.
See https://traffic-control-cdn.readthedocs.io/en/latest/api/migrating-from-v1.html#updating-endpoints-manually for which Traffic Ops API v3 endpoint to update each API v1 endpoint to.