We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://tp.domain.net/#!/servers/:id/delivery-services under More provides the ability to clone ds assignments from one cache to another, however, the target cache list is incomplete as the dropdown in this view:
More
is populated via this API call:
GET api/1.3/servers?type=EDGE
This is problematic because the system allow the addition of caches types such as:
EDGE_FOO
so currently, the targets list is limited to type=EDGE and you can't clone ds assignments from one EDGE_FOO cache to another EDGE_FOO cache.
The text was updated successfully, but these errors were encountered:
mitchell852
Successfully merging a pull request may close this issue.
https://tp.domain.net/#!/servers/:id/delivery-services under
More
provides the ability to clone ds assignments from one cache to another, however, the target cache list is incomplete as the dropdown in this view:is populated via this API call:
GET api/1.3/servers?type=EDGE
This is problematic because the system allow the addition of caches types such as:
EDGE_FOO
so currently, the targets list is limited to type=EDGE and you can't clone ds assignments from one EDGE_FOO cache to another EDGE_FOO cache.
The text was updated successfully, but these errors were encountered: