-
Notifications
You must be signed in to change notification settings - Fork 28
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
Reveal UUID of VM in API and GUI #16
Comments
secult
pushed a commit
that referenced
this issue
Dec 12, 2016
secult
pushed a commit
that referenced
this issue
Dec 12, 2016
secult
pushed a commit
that referenced
this issue
Dec 12, 2016
Hostname is always used as a not-keyword argument so this seems to be safe
secult
pushed a commit
that referenced
this issue
Dec 13, 2016
secult
pushed a commit
that referenced
this issue
Dec 14, 2016
secult
pushed a commit
that referenced
this issue
Dec 14, 2016
secult
pushed a commit
that referenced
this issue
Dec 15, 2016
secult
pushed a commit
that referenced
this issue
Dec 15, 2016
secult
pushed a commit
that referenced
this issue
Dec 20, 2016
secult
pushed a commit
that referenced
this issue
Dec 22, 2016
… edited hostname validator #16 hostname != other uuid
secult
pushed a commit
that referenced
this issue
Dec 23, 2016
secult
pushed a commit
that referenced
this issue
Dec 23, 2016
secult
added a commit
that referenced
this issue
Dec 23, 2016
Changed all the VM-related API calls to be able to handle UUID-based requests instead of only hostname. Closes #16 * Changed get_vm function to handle also UUID #16 * Edited hostname validator to check whether we don't assign same UUID as a hostname to a different uuid #16 * Removed obsolete qs_filter function
Closed in v2.4 |
The doc/api/source/api/vm_*.rst files need to updated (hostname -> hostname_or_uuid) |
secult
pushed a commit
that referenced
this issue
Dec 23, 2016
secult
pushed a commit
that referenced
this issue
Dec 23, 2016
dn0
added a commit
that referenced
this issue
Dec 24, 2016
dn0
added a commit
that referenced
this issue
Apr 20, 2017
After introduction of hostname_or_uuid for VMs (#16) the `message_callback` had received the hostname attribute in a `hostname_or_uuid` field. In case of a started task the hostname field will be stored in the apiview - so the apiview.hostname should be used a primary source of VM hostname.
dn0
added a commit
that referenced
this issue
Apr 20, 2017
After introduction of hostname_or_uuid for VMs (#16) the `message_callback` had received the hostname attribute in a `hostname_or_uuid` field. In case of a started task the hostname field is stored in the apiview - so the apiview.hostname should be used a primary source of VM hostname.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/vm/(hostname)
) and GET vm_define (/vm/(hostname)/define
) output (read-only)The text was updated successfully, but these errors were encountered: