Cisco Catalyst SD-WAN Manager API — Feature Profiles - Others

The remaining UX 2.0 SD-WAN feature profiles: application priority, DNS security, embedded security, other profiles, policy objects, service-insertion, SIG security and SSE.

OpenAPI Specification

cisco-catalyst-sdwan-feature-profiles-others-openapi.json Raw ↑
{
  "openapi": "3.1.0",
  "info": {
    "title": "Feature Profiles - Others",
    "description": "Feature profiles associated with UX 2.0 configuration\nIncludes API operations for the following:\n  Additional feature profiles\n  APIs not covered in other categories",
    "contact": {
      "email": "vmanage@cisco.com"
    },
    "license": {
      "name": "Commercial License",
      "url": "https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"
    },
    "version": "26.1.0+2026-01-06",
    "x-provenance": {
      "method": "harvested",
      "authored_by": "Cisco Catalyst SD-WAN",
      "harvested_by": "API Evangelist",
      "harvested_on": "2026-08-19",
      "first_party": true,
      "provider_published": true,
      "source_host": "pubhub.devnetcloud.com",
      "note": "4,138 operations across 2,841 paths, published by Cisco as self-contained per-operation OpenAPI 3.1.0 fragments on the DevNet CDN and consolidated here into 13 documents. Ownership verified from info.contact vmanage@cisco.com and the Cisco license URL rather than from the fetch host."
    },
    "x-evidence": [
      {
        "type": "source",
        "url": "https://pubhub.devnetcloud.com/media/cisco-catalyst-sd-wan-26-1-api-guide/docs/"
      },
      {
        "type": "source",
        "url": "https://developer.cisco.com/docs/sdwan/"
      }
    ]
  },
  "servers": [
    {
      "url": "/dataservice"
    }
  ],
  "tags": [
    {
      "name": "Configuration - Feature Profile (SDWAN)"
    }
  ],
  "paths": {
    "/v1/feature-profile/sd-routing/transport/{transportId}/cellular-controller/{cellularControllerId}/cellular-bandselect": {
      "get": {
        "tags": [
          "Configuration - Feature Profile (SDWAN)"
        ],
        "description": "Get CellularController associated Cellular BandSelect Feature for Sdrouting transport feature profile",
        "operationId": "GetCellularControllerAssociatedCellularBandSelectForTransportSdrouting",
        "parameters": [
          {
            "name": "transportId",
            "in": "path",
            "description": "Transport ID",
            "required": true,
            "schema": {
              "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}",
              "type": "string"
            }
          },
          {
            "name": "cellularControllerId",
            "in": "path",
            "description": "Cellular Controller Feature ID",
            "required": true,
            "schema": {
              "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}",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "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"
                      },
                      "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": "^[^&<>! \"]+$",
                            "minLength": 1,
                            "maxLength": 128,
                            "$$ref": "#/components/schemas/CommonCommonDefs_cgFpPpNameDef"
                          },
                          "description": {
                            "type": "string"
                          },
                          "data": {
                            "if": {
                              "properties": {
                                "enable": {
                                  "properties": {
                                    "value": {
                                      "const": true
                                    }
                                  }
                                },
                                "indices": {
                                  "type": "object",
                                  "properties": {
                                    "umts3g": {
                                      "type": "object",
                                      "properties": {
                                        "value": {
                                          "const": "customize"
                                        }
                                      }
                                    },
                                    "lte4g": {
                                      "type": "object",
                                      "properties": {
                                        "value": {
                                          "const": "customize"
                                        }
                                      }
                                    },
                                    "nr5g": {
                                      "type": "object",
                                      "properties": {
                                        "optionType": {
                                          "type": "string",
                                          "enum": [
                                            "global"
                                          ]
                                        },
                                        "value": {
                                          "const": "customize"
                                        }
                                      }
                                    },
                                    "nr5gNsa": {
                                      "type": "object",
                                      "properties": {
                                        "optionType": {
                                          "type": "string",
                                          "enum": [
                                            "global"
                                          ]
                                        },
                                        "value": {
                                          "const": "customize"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "then": {
                              "oneOf": [
                                {
                                  "required": [
                                    "enable",
                                    "allLteOnly"
                                  ]
                                },
                                {
                                  "required": [
                                    "enable",
                                    "allUmts3GOnly"
                                  ]
                                },
                                {
                                  "required": [
                                    "enable",
                                    "indices"
                                  ]
                                }
                              ],
                              "properties": {
                                "indices": {
                                  "properties": {
                                    "nr5gNsa": {
                                      "type": "object",
                                      "properties": {
                                        "optionType": {
                                          "type": "string",
                                          "enum": [
                                            "global"
                                          ]
                                        }
                                      }
                                    },
                                    "nr5g": {
                                      "type": "object",
                                      "properties": {
                                        "optionType": {
                                          "type": "string",
                                          "enum": [
                                            "global"
                                          ]
                                        }
                                      }
                                    }
                                  },
                                  "type": "object",
                                  "required": [
                                    "umts3g",
                                    "umts3gCustomizeBand",
                                    "lte4g",
                                    "slot",
                                    "umts3g",
                                    "lteCustomizeBand",
                                    "lte4g",
                                    "slot",
                                    "umts3g",
                                    "nr5gCustomizeBand",
                                    "lte4g",
                                    "nr5g",
                                    "slot",
                                    "umts3g",
                                    "nsa5gCustomizeBand",
                                    "lte4g",
                                    "nr5gNsa",
                                    "slot"
                                  ]
                                }
                              }
                            },
                            "type": "object",
                            "properties": {
                              "enable": {
                                "description": "Enable/Disable Cellular BandSelect",
                                "type": "object",
                                "oneOf": [
                                  {
                                    "properties": {
                                      "optionType": {
                                        "type": "string",
                                        "enum": [
                                          "global"
                                        ],
                                        "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                      },
                                      "value": {
                                        "type": "boolean",
                                        "$$ref": "#/components/schemas/CommonCommonDefs_booleanDef"
                                      }
                                    },
                                    "required": [
                                      "optionType",
                                      "value"
                                    ],
                                    "additionalProperties": false
                                  },
                                  {
                                    "properties": {
                                      "optionType": {
                                        "type": "string",
                                        "enum": [
                                          "default"
                                        ],
                                        "$$ref": "#/components/schemas/CommonCommonDefs_defaultOptionTypeDef"
                                      },
                                      "value": {
                                        "type": "boolean",
                                        "enum": [
                                          false
                                        ],
                                        "$$ref": "#/components/schemas/CommonCommonDefs_booleanFalseDef"
                                      }
                                    },
                                    "required": [
                                      "optionType",
                                      "value"
                                    ],
                                    "additionalProperties": false
                                  }
                                ],
                                "$$ref": "#/components/schemas/CommonCommonDefs_oneOfOnBooleanDefaultFalseNoVariableOptionsDef"
                              },
                              "allLteOnly": {
                                "description": "LTE 4G",
                                "type": "object",
                                "properties": {
                                  "slot": {
                                    "description": "Slot Number",
                                    "type": "object",
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "global"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                          },
                                          "value": {
                                            "default": 0,
                                            "minimum": 0,
                                            "maximum": 1,
                                            "type": "integer",
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_slotDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      },
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "default"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_defaultOptionTypeDef"
                                          },
                                          "value": {
                                            "type": "integer",
                                            "enum": [
                                              0
                                            ],
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_defaultSlotDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      }
                                    ],
                                    "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_oneOfSlotOptionsDef"
                                  }
                                },
                                "required": [
                                  "slot"
                                ],
                                "additionalProperties": false
                              },
                              "allUmts3GOnly": {
                                "description": "UMTS 3G",
                                "type": "object",
                                "properties": {
                                  "slot": {
                                    "description": "Slot Number",
                                    "type": "object",
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "global"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                          },
                                          "value": {
                                            "default": 0,
                                            "minimum": 0,
                                            "maximum": 1,
                                            "type": "integer",
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_slotDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      },
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "default"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_defaultOptionTypeDef"
                                          },
                                          "value": {
                                            "type": "integer",
                                            "enum": [
                                              0
                                            ],
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_defaultSlotDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      }
                                    ],
                                    "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_oneOfSlotOptionsDef"
                                  }
                                },
                                "required": [
                                  "slot"
                                ],
                                "additionalProperties": false
                              },
                              "indices": {
                                "description": "Indices of all RAT",
                                "type": "object",
                                "properties": {
                                  "umts3g": {
                                    "description": "UMTS 3G",
                                    "type": "object",
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "global"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                          },
                                          "value": {
                                            "type": "string",
                                            "enum": [
                                              "all",
                                              "none",
                                              "customize"
                                            ],
                                            "default": "all",
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_allNoneDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      },
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "default"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_defaultOptionTypeDef"
                                          },
                                          "value": {
                                            "type": "string",
                                            "enum": [
                                              "all"
                                            ],
                                            "default": "all",
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_defaultAllNoneDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      }
                                    ],
                                    "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_oneOfAllNoneDef"
                                  },
                                  "umts3gCustomizeBand": {
                                    "description": "UMTS 3G customize band index",
                                    "type": "object",
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "global"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                          },
                                          "value": {
                                            "items": {
                                              "type": "string",
                                              "maxLength": 220,
                                              "minLength": 1,
                                              "enum": [
                                                "1",
                                                "2",
                                                "3",
                                                "4",
                                                "5",
                                                "6",
                                                "7",
                                                "8",
                                                "9",
                                                "10",
                                                "11",
                                                "12",
                                                "13",
                                                "14",
                                                "19",
                                                "20",
                                                "21",
                                                "22",
                                                "23",
                                                "24",
                                                "25",
                                                "26",
                                                "27",
                                                "28",
                                                "29",
                                                "30",
                                                "31",
                                                "32",
                                                "50",
                                                "61"
                                              ]
                                            },
                                            "additionalProperties": false,
                                            "uniqueItems": true,
                                            "type": "array",
                                            "minItems": 1,
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_umtsBandIdxDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      }
                                    ],
                                    "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_oneOfUMTSBandIdxDef"
                                  },
                                  "lte4g": {
                                    "description": "LTE 4G",
                                    "type": "object",
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "global"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                          },
                                          "value": {
                                            "type": "string",
                                            "enum": [
                                              "all",
                                              "none",
                                              "customize"
                                            ],
                                            "default": "all",
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_allNoneDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      },
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "default"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_defaultOptionTypeDef"
                                          },
                                          "value": {
                                            "type": "string",
                                            "enum": [
                                              "all"
                                            ],
                                            "default": "all",
                                            "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_defaultAllNoneDef"
                                          }
                                        },
                                        "required": [
                                          "optionType",
                                          "value"
                                        ],
                                        "additionalProperties": false
                                      }
                                    ],
                                    "$$ref": "#/components/schemas/ProfileparcelSdwanTransportCellularBandselectCommonRequest_oneOfAllNoneDef"
                                  },
                                  "lteCustomizeBand": {
                                    "description": "LTE customize band index",
                                    "type": "object",
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "optionType": {
                                            "type": "string",
                                            "enum": [
                                              "global"
                                            ],
                                            "$$ref": "#/components/schemas/CommonCommonDefs_globalOptionTypeDef"
                                          },
                                          "value": {
                                            "items": {
                         

# --- truncated at 32 KB (9665 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cisco-catalyst-sdwan/refs/heads/main/openapi/cisco-catalyst-sdwan-feature-profiles-others-openapi.json