Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

/api/1.x/cdns/configs doesn't appear to work properly #2938

@ocket8888

Description

@ocket8888

This endpoint just outputs a list of cdns as name/id pairs like e.g.

{
  "response": [
    {
      "name": "ALL",
      "id": 1
    },
    {
      "name": "CDN-in-a-Box",
      "id": 2
    },
    {
      "name": "foo",
      "id": 7
    }
  ]
}

Which, based on the name, doesn't seem like the desired behaviour. Even if it is, the api/1.x/cdns endpoint already provides the same information, so maybe we should just get rid of this instead of fixing it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Traffic Opsrelated to Traffic OpsTraffic Ops API NextImprovements to Traffic Ops API - particularly breaking changestech debtrework due to choosing easy/limited solution

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions