Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,6 @@ those same credentials are later used for SSH authentication when the QCOW2 imag
.. parsed-literal::
- **zoneid** (Zone to which Instance will be imported)
- **host** (the host name or IP address of External Host)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to update the description above, indicating these are optional?

Linux user's username and password are needed for this API call

Copy link
Contributor Author

@shwstppr shwstppr Jun 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think adding them even as optional right now gives any benefit as they are completely unused for listing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct @shwstppr, remove them - not required for listing

- **username** (the username of External Host for authentication)
- **password** (the password of External Host for authentication)

**Response**:

Expand Down