{"type":"api","title":"Create Sdwan Dns Security Feature Profile","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/fc31da3e-c28f-36f4-997e-066dbe728245","info":{"title":"Feature Profiles - Others","description":"Feature profiles associated with UX 2.0 configuration\n\nIncludes API operations for the following:\n- Additional feature profiles\n- APIs not covered in other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Feature Profile (SDWAN)"],"description":"Create a SDWAN Dns Security Feature Profile","operationId":"CreateSdwanDnsSecurityFeatureProfile","requestBody":{"description":"SDWAN Feature profile","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","pattern":"^[^&\u003c\u003e! \"]+$","minLength":1,"maxLength":128,"$$ref":"#/components/schemas/CommonCommonDefs_cgFpPpNameDef"},"description":{"type":"string"},"fromFeatureProfile":{"type":"object","description":"from another feature profile","oneOf":[{"properties":{"copy":{"type":"string","pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","$$ref":"#/components/schemas/CommonCommonDefs_uuidDef"}},"required":["copy"],"additionalProperties":false}],"$$ref":"#/components/schemas/FeatureprofileCommonPostRequest_fromFeatureProfileDef"}},"required":["name","description"],"additionalProperties":false,"$$ref":"#/components/schemas/FeatureprofileCommonPostRequest_SchemaPayload"},"examples":{"FeatureProfile-ConfigGroup1-NY":{"value":{"name":"FeatureProfile-ConfigGroup1-NY","description":"Feature Profile for config group 1 for NY site"},"$$ref":"#/components/examples/FeatureprofileCommonPostRequest_FeatureProfile-ConfigGroup1-NY"},"FeatureProfile-ConfigGroup1-COPY":{"value":{"name":"FeatureProfile-ConfigGroup1-COPY","description":"Copy Feature Profile from EEBE1AaD-DbC6-A9C2-E5F2-a9aFDD993F99","fromFeatureProfile":{"copy":"EEBE1AaD-DbC6-A9C2-E5F2-a9aFDD993F99"}},"$$ref":"#/components/examples/FeatureprofileCommonPostRequest_FeatureProfile-ConfigGroup1-COPY"}}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"}},"required":["id"],"additionalProperties":false,"$$ref":"#/components/schemas/FeatureprofileCommonPostResponse_SchemaPayload"},"examples":{"example_1":{"value":{"id":"Cc51Cc8B-e2c3-F701-438F-eE6Fbac38AAB"},"$$ref":"#/components/examples/FeatureprofileCommonPostResponse_example_1"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Feature Profile \u003e Dns Security-write","method":"post","path":"/v1/feature-profile/sdwan/dns-security"}}