-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Should support querying applications by UUID #1016
Comments
Only the open-balena-api has support for querying the application's uuid. |
Will become part of the v6 model with: |
thgreasi
added a commit
that referenced
this issue
Feb 10, 2021
Change-type: minor Depends-on: balena-io/balena-api#2981 See: #1016 Signed-off-by: Thodoris Greasidis <[email protected]>
4 tasks
thgreasi
added a commit
that referenced
this issue
Feb 10, 2021
Change-type: minor Depends-on: balena-io/balena-api#2981 See: #1016 Signed-off-by: Thodoris Greasidis <[email protected]>
thgreasi
added a commit
that referenced
this issue
Apr 7, 2021
Resolves: #1016 Change-type: minor Signed-off-by: Thodoris Greasidis <[email protected]>
thgreasi
added a commit
that referenced
this issue
Apr 7, 2021
Resolves: #1016 Change-type: minor Signed-off-by: Thodoris Greasidis <[email protected]>
thgreasi
added a commit
that referenced
this issue
Apr 7, 2021
Resolves: #1016 Change-type: minor Signed-off-by: Thodoris Greasidis <[email protected]>
4 tasks
thgreasi
added a commit
that referenced
this issue
Apr 7, 2021
Resolves: #1016 Change-type: minor Signed-off-by: Thodoris Greasidis <[email protected]>
thgreasi
added a commit
that referenced
this issue
Dec 30, 2021
Resolves: #1016 Change-type: minor Signed-off-by: Thodoris Greasidis <[email protected]>
Splitted the alternate key object notation to: |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The balena API has support for querying applications by UUID:
https://github.com/balena-io/open-balena-api/pull/491/files
The SDK should support this too. As for the model interface / function signatures, given that UUIDs and app names are both strings that cannot be readily unambiguously distinguished, the SDK should provide a way for the caller to explicitly specify whether the identifier is a UUID or application, for example:
Some additional discussion took place in a private thread. Extract:
See: https://www.flowdock.com/app/rulemotion/i-cli/threads/g26bVg0Nc518ZZknqxtX0GmWhwb
The text was updated successfully, but these errors were encountered: