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
The SITE record emitted from the router has an ID that does not match that referenced by the ROUTER record as a parent.
example (from console api)
$ curl -s http://localhost:8081/api/v1alpha1/sites/?source=fc4dw:0 | jq { "count": 1, "status": "", "timeRangeCount": 1, "results": [ { "endTime": 0, "identity": "fc4dw:2", "parent": "", "source": "fc4dw:0", "startTime": 1723569790747202, "location": "", "name": "podman-ck1", "nameSpace": "ck1", "platform": "podman", "policy": "", "provider": "", "siteVersion": "" } ] } $ curl -s http://localhost:8081/api/v1alpha1/routers/fc4dw:0/ | jq { "count": 1, "status": "", "results": { "endTime": 0, "identity": "fc4dw:0", "parent": "rh-christian-1723562240", "source": "fc4dw:0", "startTime": 1723569790725733, "buildVersion": "0.0.0+febbe3a23caeffd407a6ef50f6163f165b8a4b1b-main", "hostName": "", "imageName": "skupper-router", "imageVersion": "latest", "mode": "interior", "name": "0/ck1-rh-christian-1723562240" } }
The text was updated successfully, but these errors were encountered:
@ted-ross fyi.
Sorry, something went wrong.
Fixes skupperproject#1597 - Add an option for non-structured vflow re…
cac21ba
…cord ids and use this option for the emitted site record.
61c0b1c
ted-ross
No branches or pull requests
The SITE record emitted from the router has an ID that does not match that referenced by the ROUTER record as a parent.
example (from console api)
The text was updated successfully, but these errors were encountered: