Skip to main content

UserDefaultChoicesForUserResponse

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Getting user default choices success
user_default_choices object[]
  • Array [
  • keypair_idinteger
    flavor_idinteger

    Identifier of the flavor, see List flavors.

    Example: 1129
    image_idinteger

    Identifier of the OS image to install, see List images.

    Example: 7613
  • ]
  • UserDefaultChoicesForUserResponse
    {
    "status": true,
    "message": "Getting user default choices success",
    "user_default_choices": [
    {
    "keypair_id": 0,
    "flavor_id": 1129,
    "image_id": 7613
    }
    ]
    }