{"type":"api","title":"Get Nfvirtual Networks Feature Profile By Profile Id","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":"Get a Nfvirtual Networks Feature Profile with networkId","operationId":"GetNfvirtualNetworksFeatureProfileByProfileId","parameters":[{"name":"networkId","in":"path","description":"Feature Profile ID","required":true,"schema":{"type":"string"}},{"name":"details","in":"query","description":"get feature details","required":true,"schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"profileId":{"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"},"profileType":{"type":"string","enum":["networks"]},"profileName":{"type":"string","pattern":"^[^&\u003c\u003e! \"]+$","minLength":1,"maxLength":128,"$$ref":"#/components/schemas/CommonCommonDefs_cgFpPpNameDef"},"description":{"type":"string"},"solution":{"type":"string","enum":["nfvirtual"]},"createdBy":{"type":"string","description":"User who last created this.","readOnly":true},"createdOn":{"type":"integer","description":"Timestamp of creation","format":"int64","readOnly":true},"lastUpdatedBy":{"type":"string","description":"User who last updated this.","readOnly":true},"lastUpdatedOn":{"type":"integer","description":"Timestamp of last update","format":"int64","readOnly":true},"associatedProfileParcels":{"type":"array","items":{"type":"object","minItems":0,"properties":{"parcelId":{"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"},"parcelType":{"type":"string"},"payload":{"type":"object"},"subparcels":{"type":"array","minItems":0,"items":{"type":"object"}}}}}},"$$ref":"#/components/schemas/getSingleNfvirtualNetworksPayload"},"examples":{"get response example":{"value":{"profileName":"cg1_LAN","lastUpdatedBy":"admin","description":"cg1 networks Profile","profileParcelCount":613,"createdOn":1701850310222,"@rid":3262,"profileType":"networks","solution":"nfvirtual","createdBy":"admin","profileId":"bc99ae4f-0ac3-4a51-95cb-c718953143ce","lastUpdatedOn":1702292120081,"associatedProfileParcels":[]},"$$ref":"#/components/examples/getSingleNfvirtualNetworksExample"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Feature Profile \u003e Nfvirtual System-read","method":"get","path":"/v1/feature-profile/nfvirtual/networks/{networkId}"}}