{"type":"api","title":"Check list in activated WANI policy","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Wani Recommendations"],"summary":"Check list in activated WANI policy.","description":"Get if specified list is apart of a activated centralized policy, if it is the response also gives the centralized policy id, the users original defined centralized policy id, and if current list is apart of a active wani policy. ","operationId":"getListActivationStatus","parameters":[{"name":"listType","in":"path","required":true,"schema":{"type":"string"}},{"name":"listId","in":"path","required":true,"schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"required":["centralizedPolicyActive","isActivatedByVSmarts"],"type":"object","properties":{"activatedCentralizedPolicyId":{"type":"string","format":"uuid","example":"efec8edf-04ce-4a99-86d5-441099f52b79"},"centralizedPolicyActive":{"type":"boolean","example":true},"isActivatedByVSmarts":{"type":"boolean","example":true},"referredInActiveWaniPolicy":{"type":"boolean","example":true},"userDefinedPolicyId":{"type":"string","format":"uuid","example":"5b55dbd3-35db-4358-a1a6-ee59da9b9d2d"}},"$$ref":"#/components/schemas/ActivationStatusRes"}}}},"400":{"description":"bad input parameter"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/wani/{listType}/{listId}/listActivationStatus"}}