{"type":"api","title":"Create Nfvirtual System Feature Profile","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/a724d7a2-d5be-3cd7-8f42-0d775cdd69b7","info":{"title":"Feature Profiles - Mobility and NFV","description":"Feature profiles associated with UX 2.0 configuration\n\nIncludes API operations for the following:\n- Feature Profiles in Mobility and NFV Solutions\n- Supporting mobility features and Network Function Virtualization (NFV) configurations.\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Feature Profile (NFVirtual)"],"description":"Create a nfvirtual System Feature Profile","operationId":"CreateNfvirtualSystemFeatureProfile","requestBody":{"description":"Nfvirtual 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 Nfvirtual System-write","method":"post","path":"/v1/feature-profile/nfvirtual/system"}}