{"type":"api","title":"Get Tracker Group Profile Parcel By Parcel Id For Transport Configuration Feature Profile Sdwan 7903","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/85dbfe00-99e8-3c56-9409-3cee853605a5","info":{"title":"Feature Profiles - SD-WAN Transport","description":"Feature profiles associated with UX 2.0 configuration\n\nIncludes API operations for the following:\n- Transport Feature Profiles in SD-WAN Solution\n- Managing transport layer features such as interface and tunnel 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 (SDWAN)"],"description":"Get TrackerGroup Profile Parcel by parcelId for Transport feature profile","operationId":"GetTrackerGroupProfileParcelByParcelIdForTransport_ConfigurationFeatureProfileSdwan_7903","parameters":[{"name":"transportId","in":"path","description":"Feature Profile ID","required":true,"schema":{"type":"string"}},{"name":"trackergroupId","in":"path","description":"Profile Parcel ID","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","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"},"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},"payload":{"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"}},"$$ref":"#/components/schemas/getSingleSdwanTransportTrackergroupPayload"},"examples":{"get response example":{"value":{"parcelId":"09fc54fe-ff36-4640-ae57-c9e71a103902","parcelType":"trackergroup","createdBy":"admin","lastUpdatedBy":"admin","createdOn":1701866357838,"lastUpdatedOn":1701866357838,"payload":{"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"}}}},"$$ref":"#/components/examples/getSingleSdwanTransportTrackergroupExample"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Feature Profile \u003e Transport \u003e Tracker Group-read","method":"get","path":"/v1/feature-profile/sdwan/transport/{transportId}/trackergroup/{trackergroupId}"}}