Error messages

Note: The error message list only describes errors that occur in the delivery platform region manager.

Common

Status code Error messages Cause
404 ${0}:not supported ${0}=URI path, or URI path followed by query An unsupported URL was executed.
412 The specified system configuration file, "${0}", is invalid.

${0}=File path

The definition file does not exist.

The definition file format is incorrect.

404 Selectable Availability Zone not found. (${0})

${0}: Reason why availability zone of request transfer destination could not be found

The availability zone of the request transfer destination could not be found.
409 communication error. {0}

${0}=Request header name

A required request header was not specified.
409 Connection refused - Connection refused The delivery platform environment has stopped.
409 certificate verify failed The certificate of the delivery platform is invalid.
409 Text explaining why communication was not possible Unable to communicate with the delivery platform environment.
412 ${0}:invalid format

${0}=Parameter name

An invalid value was specified for the request parameter.
400 ${0} is required

${0}=Parameter name

A required parameter was not specified.
409 configuration error. target=${0}

${0}=Region name

The availability zone is not defined on the delivery platform region manager.
403 ${0}:user not privileged

${0}=User ID

An error occurred during approval processing.
500 Internal Server Error. An error occurred.

Create virtual server

Status code Error messages Cause
404 ${0}:not found

${0}: Image name

The specified clone image does not exist.
409 ${0}:duplicate resource name found

${0}: Virtual server name

A virtual server with the same name as the specified virtual server already exists.
404 ${0}:not found.(${1})

${0}=network endpoint,

${1}=specified resource(network) not found.

The specified network resource was not found.

Recreate virtual server from backup image

Status code Error messages Cause
404 ${0}:not found

${0}=Image name

The specified backup image was not found.
409 ${0}:duplicate resource name found

${0}=Virtual server name

A virtual server with the same name as the specified virtual server already exists.
409 ${0}:already exists

${0}=Resource ID of the virtual server

A virtual server re-created from the backup image created with the same virtual server already existed, or the virtual server from which the specified backup image was created exists.
404 ${0}:not found.(${1})

${0}=network endpoint,

${1}=specified resource(network) not found.

Network resource where the virtual server connects is not found.

Change virtual server

Status code Error messages Cause
412 ${0}:invalid format

${0}: TemplateLink,name

The VM pool corresponding to the virtual server template is not defined.
404 ${0}:not found

${0}: LServer (resource ID of the virtual server)

The specified virtual server does not exist.
409 ${0}:duplicate resource name found

${0}: Virtual server name

A virtual server with the same name as the new virtual server name already exists.
405 ${0}:${1} not supported. ${2}

${0}: LServer (resource ID of the virtual server)

${1}=modify vm settings

${2}=(LServer is not powered off)

CPU or memory of a virtual server that was powered on has been changed.

Attach NIC to virtual server

Status code Error messages Cause
404 ${0}:not found.(${1})

${0}=network endpoint,

${1}=specified resource(network) not found.

The specified network resource was not found.

Create clone image

Status code Error messages Cause
412 ${0}:configuration for ${1} not found

${0}: Project folder, ${1}: collecting image

The image pool does not exist.
412 ${0}:configuration for ${1} not found

${0}: Region, ${1}: Collecting image

The storage pool for images does not exist.
409 ${0}:duplicate resource name found

${0}: Clone image name

An image with the same name as the one specified for the clone image already exists.

Create backup image

Status code Error messages Cause
412 ${0}:configuration for ${1} not found

${0}=Project folder path, ${1}=collecting image

The image pool does not exist.
412 ${0}:configuration for ${1} not found

${0}=Region, ${1}=collecting image

The storage pool for images does not exist.
409 ${0}:duplicate resource name found

${0}=Backup image name

An image having the same name specified as the backup image already exists.

Create network resource

Status code Error messages Cause
404 ${0}:not found.(${1})

${0}=network endpoint,

${1}: Can be any of the following:

  1. ${1}=availZone:specified subnet uuid is not found
  2. ${1}=availZone:subnet is for KVM. uuid:subnetUuid
  3. ${1}=availZone:endpoint does not authorize user
  4. ${1}=availZone:'keystone endpoint', endpoint(endpoint) is not valid value
  5. ${1}=availZone:response from endpoint(endpoint) may be not keystone's one
  6. ${1}=availZone:availability_zone: availability_zone not found
  7. ${1}=availZone:network with specified subnet uuid is not found

availZone is replaced with the availability zone.

  1. The specified subnet does not exist in availZone

    or,

    Custom roles are used but the net_get_subnet role has not been set.

  2. subnetUuid is not the subnet for virtual server for SAP.
  3. The specified token is not suitable.
  4. The endpoint of the specified token is invalid.
  5. The endpoint of the specified token is other than keystone.
  6. The specified <availability_zone> does not exist
  7. The network to which the specified subnet belongs does not exist.
409 network create failed.(${0})

${0}:Can be any of the following:

  1. ${0}=already exist network linked for specified subnet.(subnet uuid)
  2. ${0}=specified subnet(subnet uuid) is being used by other operations.
  3. ${0}=not for linked subnet, resource_id: subnet uuid
  1. Network resources have already been created for the specified subnet.
  2. Processing is in progress elsewhere for the subnet. That is, network resources are being created for the subnet, or the subnet is being deleted in OpenStack.
  3. The subnet uuid is incorrect or is not the one created for the virtual server for SAP.

Delete network resource

Status code Error messages Cause
404 ${0}:not found.(${1})

${0}=network endpoint,

${1}=specified resource(network) not found.

The specified network resource was not found.

Enable project/Disable project/Retrieve project details

Status code Error messages Cause
409 The value of ${0}, ${1}, is invalid.

${0}: project_id, ${1}: value specified for project_id

This error occurs only if the API was executed by the administrator.

The project ID specified in the header is different from the one specified for the project_id argument.