{"type":"api","title":"Create Tracker Group Profile Parcel For Service","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/23e8b5f3-18c7-3987-af5b-8a2f827ee522","info":{"title":"Feature Profiles - SD-WAN Service","description":"Feature profiles associated with UX 2.0 configuration\n\nIncludes API operations for the following:\n- Service Feature Profiles in SD-WAN Solution\n- Managing service-related (VPN Side) features including voice, security, and application optimization.\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 TrackerGroup Profile Parcel for Service feature profile","operationId":"CreateTrackerGroupProfileParcelForService","parameters":[{"name":"serviceId","in":"path","description":"Feature Profile ID","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"TrackerGroup Profile Parcel","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","pattern":"^[^&\u003c\u003e! \"]+$","minLength":1,"maxLength":128,"$$ref":"#/components/schemas/CommonCommonDefs_cgFpPpNameDef","description":"Set the parcel name"},"description":{"description":"Set the parcel description","type":"string"},"data":{"type":"object","properties":{"trackerRefs":{"description":"tracker parcel ref list","type":"array","items":{"type":"object","properties":{"trackerRef":{"properties":{"refId":{"properties":{"optionType":{"type":"string","enum":["global"],"$$ref":"#/components/schemas/CommonCommonDefs_globalOptionTypeDef"},"value":{"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":["optionType","value"],"additionalProperties":false}},"required":["refId"],"additionalProperties":false,"$$ref":"#/components/schemas/CommonCommonDefs_parcelReferenceDef"}},"required":["trackerRef"],"additionalProperties":false,"$$ref":"#/components/schemas/ProfileparcelSdwanCommonTrackergroupCommonRequest_trackGroupRefDef"},"minItems":2,"maxItems":2,"uniqueItems":true},"combineBoolean":{"description":"tracker ref list combine boolean and or","type":"object","oneOf":[{"properties":{"optionType":{"type":"string","enum":["variable"],"$$ref":"#/components/schemas/CommonCommonDefs_variableOptionTypeDef"},"value":{"type":"string","pattern":"^\\{\\{[.\\/\\[\\]a-zA-Z0-9_-]+\\}\\}$","minLength":1,"maxLength":128,"$$ref":"#/components/schemas/CommonCommonDefs_valueDef"},"default":{"minLength":1,"type":"string","maxLength":2048,"$$ref":"#/components/schemas/CommonCommonDefs_defaultDef"},"description":{"minLength":1,"type":"string","maxLength":128,"$$ref":"#/components/schemas/CommonCommonDefs_descriptionDef"}},"required":["optionType","value"],"additionalProperties":false,"$$ref":"#/components/schemas/CommonCommonDefs_variableOptionTypeObjectDef"},{"properties":{"optionType":{"type":"string","enum":["global"],"$$ref":"#/components/schemas/CommonCommonDefs_globalOptionTypeDef"},"value":{"type":"string","enum":["and","or"],"$$ref":"#/components/schemas/ProfileparcelSdwanCommonTrackergroupCommonRequest_trackGroupBooleanDef"}},"required":["optionType","value"],"additionalProperties":false},{"properties":{"optionType":{"type":"string","enum":["default"],"$$ref":"#/components/schemas/CommonCommonDefs_defaultOptionTypeDef"},"value":{"type":"string","enum":["or"],"$$ref":"#/components/schemas/ProfileparcelSdwanCommonTrackergroupCommonRequest_defaultTrackGroupBooleanDef"}},"required":["optionType","value"],"additionalProperties":false}],"$$ref":"#/components/schemas/ProfileparcelSdwanCommonTrackergroupCommonRequest_oneOfTrackerBooleanOptionsDef"}},"required":["trackerRefs","combineBoolean"],"additionalProperties":false}},"required":["name","data"],"x-metadata":{"parcelRefDefinition":[{"refIdPath":"data.trackerRefs[*].trackerRef","parcelType":["tracker"]}],"minVManageVersion":"20.15.1"},"additionalProperties":false,"$$ref":"#/components/schemas/ProfileparcelSdwanCommonTrackergroupCommonRequest_SchemaPayload"},"examples":{"common_track_group_cedge_parcel_1":{"value":{"data":{"trackerRefs":[{"trackerRef":{"refId":{"optionType":"global","value":"615d948f-34ee-4a2e-810e-a9bd8d3d48ec"}}},{"trackerRef":{"refId":{"optionType":"global","value":"615d948f-34ee-4a2e-810e-a9bd8d3d48ec12"}}}],"combineBoolean":{"optionType":"global","value":"and"}},"description":"common_track_group_cedge_parcel_1","name":"common_track_group_cedge_parcel_1"},"$$ref":"#/components/examples/ProfileparcelSdwanCommonTrackergroupCommonRequest_common_track_group_cedge_parcel_1"}}}},"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"],"x-metadata":{"minVManageVersion":"20.15.1"},"additionalProperties":false,"$$ref":"#/components/schemas/ProfileparcelCommonPostResponse_SchemaPayload"},"examples":{"example_1":{"value":{"id":"24C3EF06-c09a-DeFa-Ab26-a1cc4Ef0D51A"},"$$ref":"#/components/examples/ProfileparcelCommonPostResponse_example_1"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Feature Profile \u003e Service \u003e Tracker Group-write","method":"post","path":"/v1/feature-profile/sdwan/service/{serviceId}/trackergroup"}}