-
Notifications
You must be signed in to change notification settings - Fork 194
Ordering doc updates - Quote ordering #1136
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
Ordering doc updates - Quote ordering #1136
Conversation
acamacho82
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice feature, I was testing the slcli order quote and I got the following error with XMLRPC when using --verify option
$ slcli order quote 2472575 --fqdn ajcb.camacho.com --complex-type SoftLayer_Container_Product_Order_Virtual_Guest --verify
SoftLayerAPIError(SoftLayer_Exception_Public): Reserved Capacity #0 not found.
With REST endpoint works fine, so it seems the problem is in the XML structure that is sent to the server
ATGE
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks goods
…rved Capacity #0 not found
|
Looks like the verifyOrder problem was because in XML we pass in |
FernandoOjeda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good.
|
fixes #208 |
Added the following commands:
*quote View and Order a quote
*quote-detail View a quote
*quote-list List all active quotes on an account
Updated some of the ordering related docs as well.