API Error Code List

The list of response errors used in the API and found the in the APIError file. For changes to messages between versions, see the change history to this document and the change history for UI error messages.

 

Internal Message ID __________________

Message ____________________________________________________________

Identifier

Internal Message ID __________________

Message ____________________________________________________________

Identifier

Status codes

 

 

400-BAD-REQUEST

Request not valid

STATUS_BAD_REQUEST

401-UNAUTHORIZED

This request requires user authentication

STATUS_UNAUTHORIZED

403-FORBIDDEN

Access denied

STATUS_FORBIDDEN

404-NOT-FOUND

The requested resource does not exist

STATUS_NOT_FOUND

405-METHOD-NOT-ALLOWED

The resource does not expose this method

STATUS_METHOD_NOT_ALLOWED

406-NOT-ACCEPTABLE

Invalid version parameter for 'Accept' header

STATUS_NOT_ACCEPTABLE_VERSION

409-CONFLICT

Conflict

STATUS_CONFLICT

409-CONFLICT-NotImpemented

Not Implemented

STATUS_NOT_IMPLEMENTED

409-CONFLICT-StaleObject

Another request has updated this entity

STATUS_CONFLICT_STALE_OBJECT

412-PRECONDITION-FAILED

Error releasing resources on the hypervisor

STATUS_UNPROVISIONED

412-PRECONDITION-FAILED-HEADER

Header 'X-abiquo-version' is mandatory

STATUS_HEADER_VERSION_MANDATORY

415-UNSUPPORTED-MEDIA-TYPE

The Abiquo API currently only supports application/XML Media Type

STATUS_UNSUPPORTED_MEDIA_TYPE

415-UNSUPPORTED-MEDIA-TYPE-VERSION

Invalid 'Content-type' version

STATUS_UNSUPPORTED_MEDIA_TYPE_VERSION

500-INTERNAL-SERVER-ERROR

Unexpected exception

STATUS_INTERNAL_SERVER_ERROR

503-SERVICE-UNAVAILABLE

Service unavailable: try again in a few moments

SERVICE_UNAVAILABLE_ERROR

503-SERVICE-UNAVAILABLE_PERSISTENT

Service unavailable: try again in a few moments

SERVICE_UNAVAILABLE_ERROR_VOLUME

Abstract datastore tiers

 

 

ABS-DSTIER-0

The requested abstract datastore tier does not exist

NON_EXISTENT_ABSTRACT_DATASTORE_TIER

ABS-DSTIER-1

The name of the abstract datastore tier must be unique

ABSTRACT_DATASTORE_TIER_DUPLICATED_NAME

ABS-DSTIER-2

Cannot delete an abstract datastore tier used by datastore tiers

ABSTRACT_DATASTORE_TIER_CONTAINS_DATASTORE_TIERS

Action plans

 

 

AP-0

The requested action plan does not exist

ACTION_PLAN_NOT_FOUND

AP-1

The requested action plan task has an unexpected type

ACTION_PLAN_TASK_UNEXPECTED_TYPE

AP-2

The extra data of the requested action plan task refers to a different action plan

ACTION_PLAN_TASK_INCOHERENT_EXTRA_DATA

AP-3

Failed while executing action plan

ACTION_PLAN_EXECUTION_FAILED

AP-4

The given action plan is null

ACTION_PLAN_NULL

AP-5

The action plan entry collection is empty

ACTION_PLAN_ENTRIES_EMPTY

AP-6

The collection of entries in the action plan contains non-unique sequences

ACTION_PLAN_ENTRIES_NON_UNIQUE_SEQUENCE

AP-7

The collection of entries in the action plan contains null elements

ACTION_PLAN_ENTRIES_NULL_ELEMENTS

AP-8

All entries in the action plan have been executed

ACTION_PLAN_ENTRIES_ALL_EXECUTED

AP-9

Unknown action plan entry type

ACTION_PLAN_ENTRY_TYPE_UNKNOWN

AP-10

The supplied entry parameter for the action plan is not valid

ACTION_PLAN_ENTRY_INVALID_PARAMETER

AP-11

The supplied entry sequence for the action plan is not valid

ACTION_PLAN_ENTRY_NEGATIVE_SEQUENCE

AP-12

The supplied entry for the action plan requires a virtual machine link

ACTION_PLAN_ENTRY_MISSING_VIRTUAL_MACHINE_LINK

AP-13

The supplied entry for the action plan requires a scaling group link

ACTION_PLAN_ENTRY_MISSING_SCALING_GROUP_LINK

AP-14

Unable to unschedule the action plan

ACTION_PLAN_UNSCHEDULING_ERROR

AP-15

The schedule for the action plan already exists

ACTION_PLAN_SCHEDULE_ALREADY_EXISTS

AP-16

Unable to schedule the action plan

ACTION_PLAN_SCHEDULE_SCHEDULING_ERROR

AP-17

The requested schedule for the action plan does not exist

ACTION_PLAN_SCHEDULE_NOT_FOUND

AP-18

Unable to reschedule action plan

ACTION_PLAN_RESCHEDULING_ERROR

AP-19

Duplicated trigger for alert and action plan

ACTION_PLAN_ALERT_TRIGGER_DUPLICATED

AP-20

The requested alert trigger for the action plan does not exist

ACTION_PLAN_ALERT_TRIGGER_NOT_FOUND

AP-21

The action to set a hardware profile is not allowed for virtual machines without hardware profile support

VM_SET_HARDWARE_PROFILE_OP_NOT_ALLOWED

AP-22

The action to reconfigure RAM or CPU is not allowed for virtual machines using hardware profiles

VM_MODIFY_CPU_OR_RAM_OP_NOT_ALLOWED

AP-23

The supplied entry for the action plan is not valid

ACTION_PLAN_ENTRY_INVALID

AP-24

Action plan entry configuration does not have the required links

ACTION_PLAN_ENTRY_MISSING_REQUIRED_LINKS

AP-25

Action plan entry requires configuration

ACTION_PLAN_ENTRY_REQUIRES_CONFIGURATION

AP-26

Action plan entry configuration does not match the JSON schema

ACTION_PLAN_ENTRY_INVALID_CONFIGURATION

AP-27

Instance action requires a name

ACTION_PLAN_ENTRY_INSTANCE_REQUIRED_NAME

AP-28

Instance action requires a valid name

ACTION_PLAN_ENTRY_INSTANCE_INVALID_NAME

AP-29

Invalid disk sequence for instance action

ACTION_PLAN_ENTRY_INSTANCE_INVALID_DISK_SEQUENCES

AP-30

Send email action requires a nonempty subject

ACTION_PLAN_ENTRY_SEND_EMAIL_EMPTY_SUBJECT

AP-31

Send email action requires a nonempty body

ACTION_PLAN_ENTRY_SEND_EMAIL_EMPTY_BODY

AP-32

Send email action requires a nonempty list of addresses

ACTION_PLAN_ENTRY_SEND_EMAIL_EMPTY_ADDRESSES

AP-33

Unable to parse action plan entry configuration from database

ACTION_PLAN_ENTRY_CONFIGURATION_PARSE_ERROR

AP-34

Unable to validate the action plan entry against the JSON schema

ACTION_PLAN_ENTRY_JSON_SCHEMA_PROCESSING_ERROR

AP-35

I/O error while validating the action plan entry against the JSON schema

ACTION_PLAN_ENTRY_JSON_SCHEMA_VALIDATION_IO_ERROR

AP-36

Send webhook action requires a nonempty endpoint

ACTION_PLAN_ENTRY_SEND_WEBHOOK_EMPTY_ENPOINT

AP-37

Send webhook action requires a nonempty and valid HTTP method

ACTION_PLAN_ENTRY_SEND_WEBHOOK_NO_METHOD

AP-38

Send webhook action requires a nonempty expected response HTTP status code

ACTION_PLAN_ENTRY_SEND_WEBHOOK_NO_EXPECTED_RESPOSE_STATUS

AP-39

Send webhook action requires a well-formed endpoint

ACTION_PLAN_ENTRY_SEND_WEBHOOK_MALFORMED_ENDPOINT

AP-40

The supplied entry for the action plan requires a virtual machine link or a tag filter

ACTION_PLAN_ENTRY_MISSING_VIRTUAL_MACHINE_LOCATOR

AP-41

The supplied entry for the action plan requires a scaling group link or a tag filter

ACTION_PLAN_ENTRY_MISSING_SCALING_GROUP_LOCATOR

AP-42

Unable to read TagFilter as JSON from database

ACTION_PLAN_ENTRY_UNABLE_TO_READ_TAGFILTER

AP-43

Unable to apply operation action plan is in execution

ACTION_PLAN_IN_EXECUTION

AP-44

Action plan entry does not allow execution based on tag filtering

ACTION_PLAN_ENTRY_NOT_ALLOW_TAG_FILTERING

AP-45

Unable to lock all virtual machines of the action plan

ACTION_PLAN_UNABLE_LOCK_ALL_VMS

Address range

 

 

AR-1

The address range does not exist

ADDRESS_RANGE_NOT_FOUND

AR-2

The supplied address range already exists

ADDRESS_RANGE_ALREADY_EXIST

AR-3

Invalid address range

ADDRESS_RANGE_INVALID

AR-4

Blocked address range cannot be deleted

ADDRESS_RANGE_DELETE_BLOCKED

AR-5

Cannot delete the requested address range, there are private networks using the requested address range

ADDRESS_RANGE_DELETE_COLLISION

AR-6

Need credentials to perform this action

ADDRESS_RANGE_NEED_CREDENTIALS

AR-7

The address range does not contain the private network

ADDRESS_RANGE_NOT_CONTAIN_NETWORK

Allocation and shared server rules

 

 

RULE-1

The requested restrict shared server rule does not exist

NON_EXISTENT_EER

RULE-2

The requested load balance rule does not exist

NON_EXISTENT_FPR

RULE-3

The requested load level rule does not exist

NON_EXISTENT_MLR

RULE-4

At least one load balance rule is required

ONE_FPR_REQUIRED

RULE-5

Expected one link with the rel attribute with possible values (datacenter/rack/machine/cluster)

ONE_LINK_REQUIRED

RULE-6

The allocation type indicated is null or invalid

INVALID_FPR

RULE-7

Duplicate rule for the same set of infrastructure elements. Please check and remove existing rules first.

DUPLICATE_RULE

RULE-8

The storage percentage indicated is null or invalid

INVALID_STORAGE_PERCENTAGE

RULE-9

Expected one link with the rel attribute with possible values (datacenter/datastoretier/datastore)

ONE_LINK_REQUIRED_DC_DT_DS

RULE-10

The required CPU resources exceed the capacity allowed by the servers

LOAD_LEVEL_CPU_EXCEEDED

RULE-11

The required RAM resources exceed the capacity allowed by the servers

LOAD_LEVEL_RAM_EXCEEDED

RULE-12

The required hard disk exceeds the capacity allowed by the servers

LOAD_LEVEL_DATASTORE_EXCEEDED

Allocator

 

 

ALLOC-0

There are not enough resources to create the virtual machine

NOT_ENOUGH_RESOURCES

ALLOC-1

Cannot make the requested changes to the virtual machine because there are not enough free resources on the host machine. Please contact the Administrator.

ALLOCATOR_ERROR

ALLOC-2

There are not enough VLAN tags available

NOT_VLAN_TAG_LEFT

Appliance manager

 

 

AM-0

Failed appliance manager communication

AM_CLIENT

AM-1

Timeout during appliance manager communication

AM_TIMEOUT

AM-2

AM service unavailable; please check the URL of the service.

AM_UNAVAILABE

AM-3

Failed appliance manager request. It is possible that the repositoryLocation property is not correct, NFS is not available or NFS privileges do not allow access to the server.

AM_FAILED_REQUEST

AM-4

Template file was not found. It is possible that the repository is not properly refreshed; request a refresh or wait for the periodic repository check.

AM_FAILED_REQUEST_NOTFOUND

Async task

 

 

ASYNC-TASK-1

Unable to enqueue async task

ASYNC_TASK_ENQUEUE_FAILED

ASYNC-TASK-2

Unable to operate with a Taskable related to a task in progress

OWNER_WITH_ASYNC_TASK_IN_PROGRESS

ASYNC-TASK-3

Unable to serialize async task data map

SERIALIZE_ASYNC_TASK_DATA

Asynchronous task

 

 

ASYNC-TASK-1

Unable to enqueue async task

ASYNC_TASK_ENQUEUE_FAILED

ASYNC-TASK-2

Unable to operate with a Taskable related to a task in progress

OWNER_WITH_ASYNC_TASK_IN_PROGRESS

ASYNC-TASK-3

Unable to serialize async task data map

SERIALIZE_ASYNC_TASK_DATA

Availability set

 

 

AVSET-1

The availability set does not exist

AVAILABILITY_SET_NOT_FOUND

AVSET-2

The availability set cannot be deleted. Before deleting an availability set please ensure that it does not contain any VMs

AVAILABILITY_SET_CANNOT_DELETE

AVSET-3

Need credentials to perform this action

AVAILABILITY_SET_NEED_CREDENTIALS

AVSET-4

The provided availability set link is invalid

AVAILABILITY_SET_INVALID_LINK

AVSET-5

The given availability set is not compatible with the given virtual datacenter

AVAILABILITY_SET_INCOMPATIBLE_VDC

AVSET-6

The availability set is being used by virtual machines and cannot be modified

AVAILABILITY_SET_HAS_VIRTUALMACHINE

AVSET-7

When editing an availability set, you may only change the virtual datacenter

AVAILABILITY_SET_UPDATE_WRONG_VALUES

AVSET-8

Name, fault domains, and update domains are required

AVAILABILITY_SET_FIELDS_REQUIRED

AVSET-9

There is already an availability set with the same name

AVAILABILITY_SET_DUPLICATED_NAME

Availability zones

 

 

AVZONE-1

The availability zone does not exist

AVAILABILITY_ZONE_NOT_FOUND

AVZONE-2

The availability zone link is not valid

AVAILABILITY_ZONE_LINK_INVALID

AVZONE-4

Need credentials to perform this action

AVAILABILITY_ZONE_NEED_CREDENTIALS

AVZONE-5

Availability zone does not have a providerId (it has been deleted in the provider) so cannot perform the current action

AVAILABILITY_ZONE_NEED_PROVIDERID

AVZONE-6

Cannot modify availability zone

AVAILABILITY_ZONE_UPDATE_NOT_ALLOWED

Backup

 

 

BC-1

The requested backup template does not exist

NON_EXISTENT_BACKUP_TEMPLATE

BC-2

A backup with the requested template already exists

BACKUP_DC_ALREADY_EXISTS

BC-3

The requested backup datacenter does not exist

NON_EXISTENT_BACKUP_DATACENTER

BC-4

The requested backup attribute does not exist

NON_EXISTENT_BACKUP_ATTRIBUTE

BC-5

Some backup type values are wrong. Check that all type values are correctly spelled and written in lower-case letters

BACKUP_NON_VALID_TYPE

BC-6

Some of the requested options are not enabled

BACKUP_NOT_ENABLED

BC-7

Some backup weekdays are wrong

BACKUP_NON_VALID_DAY

BC-8

Some of the requested periods are wrong

BACKUP_NON_VALID_PERIOD

BC-9

Paths can only be requested for filesystem backup type

BACKUP_FILESYSTEM_PATHS

BC-10

Disks can only be requested for complete or snapshot backup type

BACKUP_DISKS

BC-11

Time value not supplied for '%s'

BACKUP_TIME_NOT_INDICATED

BC-12

Invalid time for '%s'. Time format should be HH:mm:ss Z

BACKUP_INVALID_DATE_FORMAT

BC-13

Invalid date for '%s'. Date format should be yyyy/MM/dd HH:mm:ss Z

BACKUP_INVALID_DATE_FORMAT_DEFINED

BC-14

Missing backup values

BACKUP_NOT_FOUND

BC-15

Valid status values are: done, progress, failed

BACKUP_RESULTS_STATUS

BC-16

Accepted values for hours backup are 0 to 24. E.g., every 5 hours

BACKUP_INVALID_HOURLY

BC-17

Invalid values for disks. Provide a list of disks

BACKUP_INVALID_DISKS

BC-18

Invalid values for paths. Provide a list of paths

BACKUP_INVALID_PATHS

BC-19

Weekly planned backup requires a day to be selected

BACKUP_WEEKLY_WITHOUT_DAY

BC-20

No backup has been made with the ID provided in the restore request

BACKUP_RESTORE_NOT_FOUND

BC-22

A backup with the given ID has been found but its state should correspond to done or completed in order to restore it

BACKUP_STATUS_FOR_RESTORE

BC-23

The requested backup policy does not exist

BACKUP_POLICY_NOT_FOUND

BC-24

The backup policy code is duplicated in this datacenter

BACKUP_DUPLICATED_CODE

BC-25

Cannot delete the backup policy '%s' because there are already virtual machines with that policy assigned

BACKUP_DELETE_WITH_VIRTUAL_MACHINES

BC-26

The backup policy cannot be edited if the virtual machine is deployed

BACKUP_NOT_EDITABLE

BC-27

Cannot select multiple backup policies

BACKUP_MULTIPLE_POLICIES_DISABLED

BC-28

Invalid day of week specified

BACKUP_INVALID_DAY_FORMAT

BC-29

Cannot update the backup configurations of the backup policy because there are already virtual machines with that policy assigned

BACKUP_UPDATE_WITH_VIRTUAL_MACHINES

BC-30

Backup type/subtype must be unique for each policy.

BACKUP_NOT_UNIQUE

BC-31

The replication value must be 'true' or 'false'

BACKUP_INVALID_REPLICATION_OPTION

BC-32

Backup configuration was not found in the given policy

BACKUP_CONFIGURATION_NOT_FOUND

BC-33

Backup type and subtype are required for a backup configuration

BACKUP_CONFIGURATION_TYPE_AND_SUBTYPE_REQUIRED

BC-34

Missing backup policy link

BACKUP_MISSING_POLICY_LINK

BC-35

Backup manager does not allow changes to the backup configuration of the virtual machine in the current state

BACKUP_HOT_RECONFIGURE_NOT_ALLOWED

BC-36

Backup configuration cannot be modified while the virtual machine is deployed

BACKUP_PROPERTIES_UPDATE_WHILE_DEPLOYED_NOT_ALLOWED

BC-37

Backup result not found

BACKUP_RESULT_NOT_FOUND

BC-38

Backup plugin not loaded

BACKUP_PLUGIN_NOT_LOADED

BC-39

A backup manager already exists for this datacenter

BACKUP_MANAGER_ALREADY_EXISTS

BC-40

Backup manager not found

BACKUP_MANAGER_NOT_FOUND

BC-41

No backup result found with the given id

BACKUP_RESTULT_NOT_FOUND

BC-42

The virtual machine must be deployed in order to request an on demand backup

BACKUP_REQUEST_VM_MUST_BE_DEPLOYED

BC-43

The virtual machine must be deployed in order to request a restore

BACKUP_RESTORE_VM_MUST_BE_DEPLOYED

BC-44

The virtual machine must be powered off in order to request a restore

BACKUP_RESTORE_VM_MUST_BE_POWERED_OFF

BC-45

The backup provider does not allow configuration at deploy action, reconfigure the virtual machine to add the backup

BACKUP_PROVIDER_NOT_ALLOWED_AT_DEPLOY

BC-46

The operation on demand backup is not supported by this backup plugin

BACKUP_ONDEMAND_NOT_SUPPORTED

Billing

 

 

BILLING-1

You must specify a start date in order to specify an end date

BILLING_END_DATE_WITHOUT_START_DATE

BILLING-2

Billing components are not correct. Billing execution was skipped

BILLING_COMPONENTS_NOT_CORRECT

BILLING-3

Only reseller and key node enterprises can execute billing using enterprises filter

BILLING_ENTERPRISES_FILTER_NOT_RESELLER_OR_KEY_NODE

BILLING-4

Billing enterprise filter contains enterprises that do not belong to the reseller hierarchy

BILLING_INVALID_ENTERPRISE

BILLING-5

Billing job creation failed

BILLING_JOB_GENERATION

BILLING-6

One or more enterprises specified in the filter do not have public cloud credentials for the same provider as the pricing credentials

BILLING_ENTERPRISES_WITHOUT_CREDENTIALS

BILLING-7

Not allowed to run the daily billing process again for these pricing credentials

BILLING_LIMIT_EXECUTIONS

BILLING-8

To run private billing, first enable it.

BILLING_PRIVATE_DISABLED

BILLING-9

Not allowed to run the daily billing process again for enterprise %s

BILLING_LIMIT_EXECUTIONS_ENTERPRISE

BILLING-10

A task is already in progress for enterprise %s

BILLING_ENTERPRISE_TASK_ALREADY_IN_PROGRESS

Billing records

 

 

BILL_REGISTER-0

The bill register for the given date, enterprise, and provider already exists

BILL_REGISTER_DUPLICATED

BILL_REGISTER-1

The requested bill register does not exist

NON_EXISTENT_BILL_REGISTER

BILL_REGISTER-2

All the bill registers must be from the same billing period

BILL_REGISTER_DIFFERENTS_PERIODS

BILL_REGISTER-3

The bill register for a day must be inside the specified period

BILL_REGISTER_OUT_OF_PERIOD

BILL_REGISTER-4

Cannot insert a bill register for a consolidated bill

BILL_REGISTER_OF_CONSOLIDATED_BILL

BILL_REGISTER-5

Cannot insert bill registers because the previous amount is higher than the current amount.

BILL_REGISTER_WRONG_AMOUNT

BILL_REGISTER-6

Invalid request. A bill period is necessary.

BILL_REGISTER_GENERATION_WITHOUT_BILLPERIOD

Bills

 

 

BILL-0

Invalid provider

BILL_INVALID_PROVIDER

BILL-1

The end date must be after the start date

BILL_END_TIME_BEFORE_START_TIME

BILL-3

A bill for this period already exists

BILL_OVERLAP_PERIOD

BILL-4

The requested bill does not exist

NON_EXISTENT_BILL

BILL-5

Invalid date

BILL_INVALID_DATE

BILL-6

Invalid request. At least one category should be specified

BILL_CATEGORY_WITHOUT_CATEGORY

BILL-7

Invalid request. This endpoint does not allow you to insert categorized bills

BILL_WITH_CATEGORY_WRONG_API_CALL

BILL-8

Cannot process billings result file

BILL_RESULT

BILL-9

The bill for the given date, enterprise, and provider already exists

BILL_DUPLICATED

BILL-10

Invalid request. At least one usageType should be specified for each category

BILL_CATEGORY_WITHOUT_USAGE_TYPE

Category

 

 

CATEGORY-1

The requested category does not exist

NON_EXISTENT_CATEGORY

CATEGORY-2

A category with this name already exists.

CATEGORY_DUPLICATED_NAME

CATEGORY-3

This category cannot be deleted

CATEGORY_NOT_ERASABLE

CATEGORY-4

Invalid category identifier in the category link

INVALID_CATEGORY_LINK

CATEGORY-5

Category name cannot be null

CATEGORY_CANNOT_BE_NULL

CATEGORY-6

Cannot move a local category to another enterprise.

CATEGORY_CANNOT_MOVE_LOCAL

CATEGORY-7

Current user does not have enough privileges to create a global category.

CATEGORY_NO_PRIVELIGES_TO_CREATE_GLOBAL

CATEGORY-8

Cannot change a global category to a local category.

CATEGORY_CANNOT_CHANGE_TO_LOCAL

CATEGORY-9

Current user does not have enough privileges to remove this category.

CATEGORY_NO_PRIVELIGES_TO_REMOVE

CATEGORY-10

Cannot share the VM template because it is in a local category

CATEGORY_MUST_BE_GLOBAL

CATEGORY-11

Cannot change the category to a local one if the VM template is shared

CATEGORY_CANNOT_BE_LOCAL

CATEGORY-12

Current user does not have enough privileges to modify a local category.

CATEGORY_NO_PRIVELIGES_TO_MODIFY_LOCAL

Check edit

 

 

EDIT-01

This method requires the virtual machine to be deployed on a target hypervisor

CHECK_EDIT_NO_TARGET_MACHINE

Chef

 

 

CHEF-0

Could not get the list of available recipes for the enterprise

CHEF_ERROR_GETTING_RECIPES

CHEF-1

Could not get the list of available Chef roles for the enterprise

CHEF_ERROR_GETTING_ROLES

CHEF-2

An unexpected error occurred while connecting to the Chef server. Please contact the Administrator.

CHEF_UNEXPECTED_ERROR

CHEF-3

The node does not exist on the Chef Server. If the virtual machine is bootstrapping, please wait until the process completes.

CHEF_NODE_DOES_NOT_EXIST

CHEF-4

The given runlist element does not exist on the Chef Server

CHEF_ELEMENT_DOES_NOT_EXIST

CHEF-5

The node could not be updated on the Chef Server. Please contact the Administrator.

CHEF_CANNOT_UPDATE_NODE

CHEF-6

Could not connect to the Chef server. Please contact the Administrator

CHEF_CANNOT_CONNECT

CHEF-7

Could not connect to the Chef server with the given Admin data. Please verify the credentials

CHEF_INVALID_ENTERPRISE_DATA

CHEF-8

The enterprise is not configured to use Chef

CHEF_INVALID_ENTERPRISE

CHEF-9

The virtual machine cannot use Chef. Please check that the template is Chef enabled and the Enterprise can use Chef

CHEF_INVALID_VIRTUALMACHINE

CHEF-10

The validator certificate supplied is not a valid private key. Please verify the key format

CHEF_INVALID_VALIDATOR_KEY

CHEF-11

The admin certificate supplied is not a valid private key. Please verify the key format

CHEF_INVALID_CLIENT_KEY

CHEF-12

The Chef server URL supplied is malformed

CHEF_MALFORMED_URL

CHEF-13

The validator client supplied does not exist

CHEF_CLIENT_DOES_NOT_EXIST

CHEF-14

Could not connect to the Chef server to perform the request. Please check that the client has the appropriate permissions to perform the task

CHEF_AUTHORIZATION

CHEF-15

The supplied Chef attributes are not valid JSON

CHEF_INVALID_ATTRIBUTES

Classic firewall rules

 

 

CLASSIC-FIREWALL-RULE-1

The classic firewall was not found

CLASSIC_FIREWALL_RULE_NOT_FOUND

CLASSIC-FIREWALL-RULE-2

The classic firewall rule was not found in the expected sequence. Try to synchronize.

CLASSIC_FIREWALL_RULE_NOT_FOUND_AFTER_PLUGIN

CLASSIC-FIREWALL-RULE-3

Source and Destination ports should be positive integers. Range can only be supplied when port is supplied and it should be greater

CLASSIC_FIREWALL_RULE_INVALID_PORT

CLASSIC-FIREWALL-RULE-4

Cannot edit the sequence, use the reorder action

CLASSIC_FIREWALL_RULE_EDIT_SEQUENCE

CLASSIC-FIREWALL-RULE-5

Cannot specify a noncontiguous sequence

CLASSIC_FIREWALL_RULE_CREATE_SEQUENCE

CLASSIC-FIREWALL-RULE-6

Cannot reorder in the current sequence

CLASSIC_FIREWALL_RULE_REORDER_SAME_SEQUENCE

Classic firewalls

 

 

CLASSIC-FIREWALL-1

The classic firewall was not found

CLASSIC_FIREWALL_NOT_FOUND

CLASSIC-FIREWALL-2

Need credentials to perform this action

CLASSIC_FIREWALL_NEED_CREDENTIALS

CLASSIC-FIREWALL-3

Operation not supported by the device

CLASSIC_FIREWALL_NEED_SUPPORT

CLASSIC-FIREWALL-4

The classic firewall does not have any rules

CLASSIC_FIREWALL_SYNC_EMPTY

CLASSIC-FIREWALL-5

The classic firewall has rules with sequences that are not contiguous

CLASSIC_FIREWALL_SYNC_NOT_CONTIGUOUS_SEQUENCES

CLASSIC-FIREWALL-6

The classic firewall has another operation in progress, please wait

CLASSIC_FIREWALL_UPDATING

Cloud nodes

 

 

CLOUDNODE-1

The requested cloud node UID does not exist

NON_EXISTENT_PUBLIC_CLOUD_NODE_UID

Cloud provider proxy

 

 

CPP-0

Remote service unavailable; check the URL of the service.

RS_UNAVAILABE

CPP-1

Remote service not found

RS_NOT_FOUND

Cluster

 

 

CLUSTER-0

The requested cluster does not exist

NON_EXISTENT_CLUSTER

CLUSTER-1

Cluster already exists in another rack

CLUSTER_IN_DIFFERENT_RACKS

Controller

 

 

ED-1

Cannot attach more than 4 disks to an IDE controller

IDE_CONTROLLER_FULL

Conversion

 

 

CONVERSION-0

Invalid DiskFormat for the conversion; allowed values: RAW, VMDK_STREAM_OPTIMIZED, VMDK_FLAT, VMDK_SPARSE, VHD_FLAT, VHD_SPARSE, VDI_FLAT, VDI_SPARSE, QCOW2_FLAT, QCOW2_SPARSE

CONVERSION_NO_FORMAT

CONVERSION-1

The requested conversion does not exist

CONVERSION_NOT_FOUND

CONVERSION-2

The requested conversion already exists for the given virtual machine template and disk format

CONVERSION_ALREADY_EXIST

CONVERSION-3

The requested conversion format is the same as the base format of the virtual machine template

CONVERSION_TO_TEMPLATE_FORMAT

CONVERSION-4

Could not restart the requested conversion because it had not failed

CONVERSION_RESTART_ONLY_FAILED

CONVERSION-5

Conversion state is QUEUED but it does not have an associated task; try deleting the conversion before retrying.

CONVERSION_ENQUEUED_NO_TASK

CONVERSION-6

Failed to send conversion of template.

CONVERSION_FAILED_SEND

CONVERSION-8

Cannot request a conversion of an empty disk.

CONVERSION_EMPTY_DISK

CONVERSION-9

Cannot request a conversion with the current source disk format

CONVERSION_INVALID_SOURCE

CONVERSION-10

Cannot request a conversion with the requested target disk format

CONVERSION_INVALID_TARGET

CONVERSION-11

Conversion state is QUEUED wait for conversion to finish.

CONVERSION_ALREADY_ENQUEUED

Cost usage

 

 

COST-USAGE-0

The validation has failed because of missing usage data. Try to regenerate it or contact your administrator for more details.

NOT_SAME_DATA_USAGE_COST_USAGE

COST-USAGE-1

The price by intervals has not been defined. It should be defined and the last interval should have no maximum number of VMs.

NOT_PRICE_INTERVAL_DEFINED

COST-USAGE-2

Invalid cost usage time unit. Valid values are DAY, MONTH and YEAR

COST_USAGE_INVALID_TIME_UNIT

COST-USAGE-3

Time unit quantity cannot be negative

COST_USAGE_TIME_UNIT_QUANTITY_NOT_NEGATIVE

Cost usage file

 

 

COST-USAGE-FILE-0

A task is already in progress for enterprise %s

COST_USAGE_FILE_TASK_ALREADY_IN_PROGRESS

COST-USAGE-FILE-1

You have already reached the limit of reports you can have

COST_USAGE_FILE_USER_REPORT_LIMIT_REACHED

COST-USAGE-FILE-2

Cost usage report not found

COST_USAGE_FILE_USER_REPORT_NOT_FOUND

COST-USAGE-FILE-3

Your scope does not allow to see the requested report

COST_USAGE_FILE_USER_REPORT_NOT_IN_SCOPE

COST-USAGE-FILE-4

Failed to download the requested report

COST_USAGE_FILE_USER_REPORT_DOWNLOAD_ERROR

COST-USAGE-FILE-5

Failed to remove the requested report

COST_USAGE_FILE_USER_REPORT_DELETE_ERROR

COST-USAGE-FILE-6

The name of the report cannot exceed 100 characters in length

COST_USAGE_FILE_USER_REPORT_NAME_LENGTH

COST-USAGE-FILE-7

You have already reached the limit of reports you can generate today

COST_USAGE_FILE_USER_REPORT_EXECUTION_LIMIT_REACHED

Cost usage filter

 

 

COST-USAGE-FILTER-0

Cost usage report not found

COST_USAGE_FILTER_USER_REPORT_NOT_FOUND

COST-USAGE-FILTER-1

The name of the report cannot exceed 100 characters in length

COST_USAGE_FILTER_USER_REPORT_NAME_LENGTH

COST-USAGE-FILTER-2

The description of the report cannot exceed 255 characters in length

COST_USAGE_FILTER_USER_REPORT_DESCRIPTION_LENGTH

COST-USAGE-FILTER-3

The name of the report cannot be null

COST_USAGE_FILTER_USER_REPORT_NAME_NOT_NULL

COST-USAGE-FILTER-4

The resource cannot be null or empty

COST_USAGE_FILTER_RESOURCE_NOT_NULL

COST-USAGE-FILTER-5

Tag and tag key filter cannot be specified at the same time

COST_USAGE_FILTER_INVALID_TAG_FILTER

Cost usage schedule

 

 

COST-USAGE-SCHEDULE-0

A schedule already exists for this report.

COST_USAGE_SCHEDULE_ALREADY_SET

COST-USAGE-SCHEDULE-1

Error when trying to schedule the report. Please make sure your schedule expression is correct and try again. If the problem persists contact with your administrator.

COST_USAGE_SCHEDULE_ERROR_SCHEDULING

COST-USAGE-SCHEDULE-2

Cost usage schedule not found.

COST_USAGE_SCHEDULE_NOT_FOUND

COST-USAGE-SCHEDULE-3

Error when trying to unschedule the report.

COST_USAGE_SCHEDULE_ERROR_UNSCHEDULING

COST-USAGE-SCHEDULE-4

Invalid schedule frequency. Schedules cannot be set to run more frequently than daily.

COST_USAGE_SCHEDULE_INVALID_FREQUENCY

Currency

 

 

CURRENCY-0

The requested currency does not exist

NON_EXISTENT_CURRENCY

CURRENCY-1

At least one currency is required

ONE_CURRENCY_REQUIRED

CURRENCY-2

Duplicate name for currency

CURRENCY_DUPLICATED_NAME

CURRENCY-3

Cannot remove currency associated with a pricing model

CURRENCY_DELETE_ERROR

CURRENCY-4

Currency name is required

CURRENCY_NAME_NOT_FOUND

CURRENCY-5

Currency symbol is required

CURRENCY_SYMBOL_NOT_FOUND

CURRENCY-6

Currency name: maximum length is 20 characters

CURRENCY_NAME_LONG

CURRENCY-7

Currency symbol: maximum length is 10 characters

CURRENCY_SYMBOL_LONG

CURRENCY-8

Currency digit: maximum value is 9

CURRENCY_DIGIT_LONG

CURRENCY-9

Missing currency link

MISSING_CURRENCY_LINK

DHCP option

 

 

DHCP_OPTION-0

The requested DHCP option does not exist

NON_EXISTENT_DHCP_OPTION

DHCP_OPTION-12

Missing DHCP option parameter

DHCP_OPTION_PARAM_NOT_FOUND

DVD

 

 

DVD-1

The requested DVD does not exist

NON_EXISTENT_DVD

DVD-2

Virtual machine template link with rel 'image' is mandatory

DVD_MISSING_IMAGE_LINK

Database

 

 

DB-0

Another request has updated this entity. Try again in a few moments

TRANSIENT_PERSISTENCE_ERROR

DB-1

Deadlock found when trying to get lock. Try again in a few moments

LOCK_ACQUISTION_ERROR

Datacenter

 

 

DC-0

The requested datacenter does not exist

NON_EXISTENT_DATACENTER

DC-3

There is already a datacenter with that name

DATACENTER_DUPLICATED_NAME

DC-4

The current enterprise cannot use this datacenter

DATACENTER_NOT_ALLOWED

DC-5

Cannot delete datacenter with storage devices associated

DATACENTER_DELETE_STORAGE

DC-6

Cannot delete datacenter with virtual datacenters associated

DATACENTER_DELETE_VIRTUAL_DATACENTERS

DC-7

Datacenter queues are not configured (check the BPM and virtual factory remote services)

DATACENTER_QUEUE_NOT_CONFIGURED

DC-8

Missing datacenter link

MISSING_DATACENTER_LINK

DC-9

Invalid datacenter link

INVALID_DATACENTER_LINK

DC-10

There are not enough resources available in the datacenter. Try again in a few minutes and if the error persists, please contact your System Administrator.

DATACENTER_NOT_ENOUGH_RESOURCES

DC-11

Cannot delete datacenter with devices associated

DATACENTER_DELETE_DEVICE

DC-12

Cannot modify the datacenter name because the backup manager requires it for internal configuration

DATACENTER_NAME_REQUIRED_BY_BACKUP_MANAGER

Datacenter hardware profile

 

 

PROFILEDC-0

Hardware profile name must be unique for each datacenter

HARDWARE_PROFILE_DATACENTER_DUPLICATED_NAME

PROFILEDC-1

Hardware profile with same combination of CPU/RAM/COSTCODE or dynamic fields already exists for this datacenter

HARDWARE_PROFILE_DATACENTER_DUPLICATED_CPU_RAM

PROFILEDC-2

The requested hardware profile does not exist in this datacenter

NON_EXISTENT_HARDWARE_PROFILE_DATACENTER

PROFILEDC-3

Cannot delete a datacenter hardware profile that is being used by virtual machines

HARDWARE_PROFILE_DATACENTER_CANNOT_DELETE_WITH_DEPLOYED_VM

PROFILEDC-4

Cannot update a datacenter hardware profile that is being used by virtual machines

HARDWARE_PROFILE_DATACENTER_CANNOT_UPDATE_WITH_DEPLOYED_VM

PROFILEDC-5

Create hardware profile is not supported for the public cloud region

HARDWARE_PROFILE_DATACENTER_CREATE_NOT_SUPPORTED

PROFILEDC-6

Update hardware profile is not supported for the public cloud region

HARDWARE_PROFILE_DATACENTER_UPDATE_NOT_SUPPORTED

PROFILEDC-7

Delete hardware profile is not supported for the public cloud region

HARDWARE_PROFILE_DATACENTER_DELETE_NOT_SUPPORTED

PROFILEDC-8

Hardware profile synchronization is not supported for the public cloud region

HARDWARE_PROFILE_DATACENTER_SYNC_NOT_SUPPORTED

Datacenter repository

 

 

DATACENTER-REPOSITORY-NOT-CREATED

Datacenter repository not configured; check the appliance manager of the datacenter. Contact your Infrastructure Administrator

VIMAGE_DATACENTER_REPOSITORY_NOT_FOUND

Datastore

 

 

DATASTORE-0

The requested datastore does not exist

DATASTORE_NON_EXISTENT

DATASTORE-4

Duplicate name for the datastore

DATASTORE_DUPLICATED_NAME

DATASTORE-5

Duplicate root path for the datastore

DATASTORE_DUPLICATED_ROOTPATH

DATASTORE-6

Duplicate directory path for the datastore

DATASTORE_DUPLICATED_DIRECTORY

DATASTORE-7

The datastore is not assigned to that machine

DATASTORE_NOT_ASSIGNED_TO_MACHINE

DATASTORE-8

Missing datastore link

DATASTORE_LINK_NOT_FOUND

DATASTORE-9

Invalid datastore link

DATASTORE_INVALID_LINK

DATASTORE-10

The datastore cannot be enabled because it no longer exists on the target machine

DATASTORE_CANNOT_ENABLE

DATASTORE-11

The datastore is not assigned to that datastore tier

DATASTORE_NOT_ASSIGNED_TO_DATASTORE_TIER

DATASTORE-12

The shared datastore is already in use in another datacenter

SHARED_DATASTORE_ALREADY_IN_OTHER_DATACENTER

DATASTORE-13

Datastore with same rootPath is in use with another UUID. Please update datastore uuid folder mark to the expected UUID

DATASTORE_CHANGED_UUID

Datastore tiers

 

 

DSTIER-0

The requested datastore tier does not exist

NON_EXISTENT_DATASTORE_TIER

DSTIER-1

The datastore tier cannot be deleted because it is the default datastore tier of the datacenter

DATASTORE_TIER_DEFAULT_CAN_NOT_BE_DELETED

DSTIER-2

Cannot modify the datastore tier of a datastore with deployed virtual machines

DATASTORE_TIER_CANNOT_MODIFY_WITH_DEPLOYED_VM

DSTIER-3

Cannot delete the datastore tier with deployed virtual machines

DATASTORE_TIER_CANNOT_DELETE_WITH_DEPLOYED_VM

DSTIER-4

Invalid datastore tier link

DATASTORE_TIER_INVALID_LINK

DSTIER-5

The datacenter must have a default datastore tier

DATASTORE_TIER_DEFAULT_MUST_EXISTS

DSTIER-6

Cannot modify the datastore tier from a deployed disk

DATASTORE_TIER_CANNOT_BE_MODIFIED_IN_RECONFIGURE

DSTIER-7

The name of the datastore tier must be unique by datacenter

DATASTORE_TIER_DUPLICATED_NAME

DSTIER-8

Cannot deploy '%s' with any disk without enabled datastore tiers

DATASTORE_TIER_VM_DEPLOY_REQUIRED

DSTIER-9

The original enterprise is not allowed to use the given tier

DATASTORE_TIER_NOT_ALLOWED_TO_GIVEN_ENTERPRISE

DSTIER-10

Missing link to datastore tier

MISSING_DATASTORE_TIER_LINK

DSTIER-11

Missing link to abstract datastore tier, which is mandatory

MISSING_ABSTRACT_DATASTORE_TIER_LINK

Device type

 

 

DEVICETYPE-1

The device type does not exist

DEVICETYPE_NOT_FOUND

DEVICETYPE-2

Missing device type link

DEVICETYPE_LINK_NOT_FOUND

Disaster recovery

 

 

DR-1

Virtual machine not found in protection manager

DRAAS_VM_NOT_FOUND_IN_PM

DR-2

Protection manager not found

DRAAS_PM_NOT_FOUND

DR-3

The selected protection manager cannot be deleted until all its virtual machines are unprotected

DRAAS_CANNOT_DELETE_PM_WITH_VMS

DR-4

Protection manager cannot be deleted while it is assigned to another protection manager as the recovery protection manager

DRAAS_CANNOT_DELETE_PM_WITH_RECOVERY

DR-5

A protection manager with these connection details already exists

DRAAS_PM_ALREADY_EXISTS

DR-6

DRaaS plugin not loaded

DRAAS_PLUGIN_NOT_LOADED

DR-7

Virtual machine is already protected by the protection manager

DRAAS_VM_ALREADY_PROTECTED

DR-8

Cannot find the internal protection group used by the virtual appliance

DRAAS_VAPP_PG_NOT_FOUND

DR-9

Cannot undeploy a virtual machine protected by a protection manager

DRAAS_CANNOT_UNDEPLOY_PROTECTED_VM

DR-10

Cannot retrieve the provider ID of the protection manager

DRAAS_CANNOT_RETRIEVE_PM_PROVIDERID

DR-11

Could not complete virtual machine protection after a successful provider call

DRAAS_CANNOT_MATERIALIZE_VM_PROTECTION

DR-12

Cannot protect a new virtual machine until the current virtual machine protection process ends

DRAAS_CANNOT_PROTECT_VM_UNTIL_FIRST_PROTECTION_ENDS

DR-13

A protection group for the virtual appliance already exists

DRAAS_VAPP_PG_ALREADY_EXISTS

DR-14

A protection manager requires a name

DRAAS_PM_NAME_REQUIRED

DR-15

A protection manager requires connection details

DRAAS_PM_CONNECTION_DETAILS_REQUIRED

DR-16

A protection manager requires at least one available datacenter

DRAAS_PM_REQUIRE_DC

DR-17

A protected virtual machine cannot be moved

DRAAS_CANNOT_MOVE_PROTECTED_VM

Disks

 

 

DISK-1

Missing disk link

DISK_LINK_NOT_FOUND

DISK-2

Invalid disk link

DISK_LINK_INVALID

DISK-3

Disk not found

DISK_NOT_FOUND

DISK-4

Disk invalid sequence

DISK_INVALID_SEQUENCE

DISK-5

Invalid empty disk. Path, diskFileSize and diskFormatType are not allowed

DISK_EMPTY_INVALID

DISK-6

Cannot modify disk sequence. Edit the virtual machine template.

DISK_SEQUENCE_CANNOT_BE_MODIFIED

DISK-7

Cannot copy empty disk.

DISK_EMPTY_CANNOT_BE_COPIED

DISK-8

Invalid disk format type.

DISK_INVALID_TYPE

Enterprise

 

 

EN-0

The requested enterprise does not exist

NON_EXISTENT_ENTERPRISE

ENTERPRISE-4

Duplicate name for an enterprise

ENTERPRISE_DUPLICATED_NAME

ENTERPRISE-5

Cannot delete enterprise with virtual datacenters associated

ENTERPRISE_DELETE_ERROR_WITH_VDCS

ENTERPRISE-6

Cannot delete the current user's enterprise

ENTERPRISE_DELETE_OWN_ENTERPRISE

ENTERPRISE-7

Enterprise name cannot be empty

ENTERPRISE_EMPTY_NAME

ENTERPRISE-8

Missing enterprise link

MISSING_ENTERPRISE_LINK

ENTERPRISE-9

Cannot delete enterprise because some users have roles that cannot be deleted, please change their enterprise before continuing

ENTERPRISE_WITH_BLOCKED_USER

ENTERPRISE-10

The enterprise does not have permission to use the requested datacenter

ENTERPRISE_NOT_ALLOWED_DATACENTER

ENTERPRISE-11

Invalid enterprise identifier in the enterprise link

INVALID_ENTERPRISE_LINK

ENTERPRISE-12

Missing link to the pricing template

MISSING_PRICING_TEMPLATE_LINK

ENTERPRISE-13

Missing pricing template parameter

PRICING_TEMPLATE_PARAM_NOT_FOUND

ENTERPRISE-14

You do not have enough privileges to configure the Chef properties

NOT_ENOUGH_PRIVILEGES_TO_CONFIGURE_CHEF

ENTERPRISE-15

You do not have enough privileges to set the enterprise theme

ENTERPRISE_THEME_PRIVILEGES

ENTERPRISE-16

The enterprise does not have permission to use the requested datastore tier

ENTERPRISE_NOT_ALLOWED_DATASTORE_TIER

ENTERPRISE-17

Cannot delete the enterprise or remove its access to the cloud location because it has firewalls

ENTERPRISE_DELETE_ERROR_WITH_FWS

ENTERPRISE-18

Cannot delete the enterprise or remove its access to the cloud location because it has load balancers

ENTERPRISE_DELETE_ERROR_WITH_LBS

ENTERPRISE-19

Cannot delete the enterprise or remove its access to the cloud location because it has floating IPs

ENTERPRISE_DELETE_ERROR_WITH_FLOATING_IPS

ENTERPRISE-20

Cannot set the enterprise as a reseller for this scope because it already has a reseller.

ENTERPRISE_RESELLER_NOT_ALLOWED

ENTERPRISE-21

Cannot set the enterprise as a key node for this scope because it already has a key node.

ENTERPRISE_KEY_NODE_NOT_ALLOWED

ENTERPRISE-22

This action can only be performed on a reseller enterprise.

ENTERPRISE_RESELLER_REQUIRED

ENTERPRISE-23

This action can only be performed on a key node enterprise.

ENTERPRISE_KEY_NODE_REQUIRED

ENTERPRISE-24

Missing reseller link

ENTERPRISE_MISSING_RESELLER_LINK

ENTERPRISE-25

Missing key node link

ENTERPRISE_MISSING_KEYNODE_LINK

ENTERPRISE-26

The request cannot contain more than one key node link

ENTERPRISE_MULTIPLE_KEYNODE_LINK

ENTERPRISE-27

Cannot delete the enterprise or remove its access to the cloud location because it has availability sets

ENTERPRISE_DELETE_ERROR_WITH_AVAILSETS

ENTERPRISE-28

Server mail details can be edit only for reseller enterprise.

ENTERPRISE_SERVER_MAIL_NOT_ALLOWED

ENTERPRISE-29

All server mail details are required.

ENTERPRISE_SERVER_MAIL_ALL_REQUIRED

ENTERPRISE-30

Cannot delete the enterprise because it has resource groups

ENTERPRISE_DELETE_ERROR_WITH_RESOURCEGROUPS

ENTERPRISE-31

Cannot delete the enterprise because it has global networks

ENTERPRISE_DELETE_ERROR_WITH_GLOBALNETWORKS

ENTERPRISE-32

Cannot delete the enterprise because it has subnets

ENTERPRISE_DELETE_ERROR_WITH_SUBNETS

ENTERPRISE-33

Cannot delete the enterprise because it has target groups

ENTERPRISE_DELETE_ERROR_WITH_TARGET_GROUPS

ENTERPRISE-34

Cannot exist a reseller enterprise under a keynode hierarchy

ENTERPRISE_KEY_NODE_WITH_RESELLER_CHILD

Enterprise properties

 

 

ENPROP-0

The requested enterprise properties do not exist

NON_EXISTENT_ENTERPRISE_PROPS

ENPROP-1

Enterprise properties are required

ENTERPRISE_PROPS_REQUIRED

ENPROP-2

Invalid property key. A hidden property could be using the same key.

ENTERPRISE_PROPS_UNIQUE

ENPROP-3

The property key is required

ENTERPRISE_PROPS_KEY_NULL_OR_EMPTY

ENPROP-4

Multiple values for enterprise property filtering

ENTERPRISE_MULTIPLE_VALUES_PROPERTIES_FILTER

ENPROP-5

Invalid enterprise property

ENTERPRISE_PROPS_INVALID

Events

 

 

EVENT-0

This event does not exist

NON_EXISTENT_EVENT

EVENT-1

Query parameters dates are expected to use ISO 8601 format (ex: 2011-12-03T10:15:30Z).

EVENT_PARAM_PARSE_ERROR

Excluded network

 

 

EXCLUDEDNETWORK-0

The requested excluded network does not exist

NON_EXISTENT_EXCLUDED_NETWORK

EXCLUDEDNETWORK-1

Address attribute is required

EXCLUDED_NETWORK_ADDRESS_REQUIRED

EXCLUDEDNETWORK-2

Mask attribute is required and must be equal or greater than 0

EXCLUDED_NETWORK_MASK_REQUIRED

EXCLUDEDNETWORK-3

The network does not match the mask. Check your request

EXCLUDED_NETWORK_INVALID_NETWORK_AND_MASK

EXCLUDEDNETWORK-4

IP format is invalid

EXCLUDED_NETWORK_INVALID_IP_FORMAT

EXCLUDEDNETWORK-5

IPv6 networks can have a netmask of 64, 56 or 48

EXCLUDED_NETWORK_INVALID_IPV6_MASK

EXCLUDEDNETWORK-6

The range to exclude is already in use by another existing network

EXCLUDED_NETWORK_RANGE_IN_USE

EXCLUDEDNETWORK-7

Name attribute is required

EXCLUDED_NETWORK_NAME_REQUIRED

External scope

 

 

EXTERNAL_SCOPE-1

There are multiple entries for the requested scope

MULTIPLE_ENTRIES_EXTERNAL_SCOPE

Extra charges with cost codes

 

 

EXTRA-CHARGE-0

The requested extra charge does not exist

NON_EXISTENT_COSTCODE

EXTRA-CHARGE-1

Missing extra charge parameter

COSTCODE_PARAM_NOT_FOUND

EXTRA-CHARGE-2

Duplicate name for extra charge

COSTCODE_DUPLICATED_NAME

EXTRA-CHARGE-3

Extra charge name is required

COSTCODE_NAME_NOT_FOUND

EXTRA-CHARGE-4

Extra charge description is required

COSTCODE_DESCRIPTION_NOT_FOUND

EXTRA-CHARGE-5

Extra charge name: maximum length is 20 characters

COSTCODE_NAME_LONG

EXTRA-CHARGE-6

Extra charge description: maximum length is 100 characters

COSTCODE_DESCRIPTION_LONG

EXTRA-CHARGE-7

Extra charge cannot be deleted because it is assigned to one or more virtual machine templates

COSTCODE_DELETE

EXTRA-CHARGE-8

Missing extra charge link

MISSING_COSTCODE_LINK

EXTRA-CHARGE-9

The extra charge is used by hardware profile/s and cannot be deleted

COST_CODE_USED_BY_HARDWARE_PROFILES

EXTRA-CHARGE-10

Extra charge type is required

COSTCODE_TYPE_NOT_FOUND

EXTRA-CHARGE-11

Extra charge type cannot be modified

COSTCODE_TYPE_CANNOT_BE_MODIFIED

EXTRA-CHARGE-12

Extra charge type does not match the entity to which is attached

COSTCODE_TYPE_NOT_MATCH_ENTITY

EXTRA-CHARGE-13

Cannot remove an extra charge from a virtual machine with type HP or TEMPLATE

COSTCODE_CANNOT_REMOVE_FROM_HP_OR_TEMPLATE

EXTRA-CHARGE-14

Extra charge unit is required

COSTCODE_UNIT_NOT_FOUND

EXTRA-CHARGE-15

Extra charge users cannot be negative

COSTCODE_USERS_CANNOT_BE_NEGATIVE

EXTRA-CHARGE-16

Extra charge cannot be deleted because it is assigned to one or more virtual machines

COSTCODE_USED_BY_VM

EXTRA-CHARGE-17

The selected extra charge unit and type are not compatible

COSTCODE_UNIT_NOT_COMPATIBLE_WITH_TYPE

EXTRA-CHARGE-18

Not enough privileges to edit the extra charge of this entity

COSTCODE_NOT_ENOUGH_PRIVILEGES_FOR_ENTITY

EXTRA-CHARGE-19

Cannot find the requested extra charge in the enterprise

NON_EXISTENT_COSTCODE_ENTERPRISE

EXTRA-CHARGE-21

The extra charge is already assigned to this entity

COSTCODE_ALREADY_IN_ENTITY

EXTRA-CHARGE-22

The selected extra charge unit and entity are not compatible

COSTCODE_UNIT_NOT_COMPATIBLE_WITH_ENTITY

EXTRA-CHARGE-23

Not enough privileges to remove One Time extra charge from an entity

COSTCODE_NOT_ENOUGH_PRIVILEGES_REMOVE_ONE_TIME

Firewall

 

 

FIREWALLPOLICY-1

The name is required

FIREWALL_POLICY_NAME_REQUIRED

FIREWALLPOLICY-2

The description is required

FIREWALL_POLICY_DESCRIPTION_REQUIRED

FIREWALLPOLICY-5

The requested firewall policy does not exist

FIREWALL_POLICY_NOT_FOUND

FIREWALLPOLICY-6

The firewall policy is being used by virtual machines and/or load balancers and cannot be modified

FIREWALL_POLICY_HAS_MEMBERS

FIREWALLPOLICY-7

Virtual machines cannot be attached to the firewall policy in the provider. Ensure the firewall policy is properly created

FIREWALL_POLICY_ATTACH_VM_REQUIRE_CREATION

FIREWALLPOLICY-8

An unexpected error occurred while assigning virtual machines to the load balancer

FIREWALL_POLICY_VMS_UNEXPECTED_ERROR

FIREWALLPOLICY-9

Cannot find the default firewall. Please synchronize virtual datacenter

FIREWALL_POLICY_DEFAULT_NOT_FOUND

FIREWALLPOLICY-10

Only a firewall assigned to the virtual datacenter can be set as the default

FIREWALL_POLICY_DEFAULT_NOT_ALLOWED

FIREWALLPOLICY-11

A default firewall is required

FIREWALL_POLICY_DEFAULT_REQUIRED

FIREWALLPOLICY-12

Cannot determine the target virtual datacenter of firewall '%s' in synchronization. The virtual datacenter of the local firewall will be kept. The virtual machines of firewall will not be updated.

FIREWALL_POLICY_SYNC_DIFFERENT_VDC

FIREWALLPOLICY-13

Use global firewall endpoint to manage firewalls belonging to a global network

FIREWALL_POLICY_INVALID_ENDPOINT

FIREWALLPOLICY-14

Firewall policy requires source or target definitions at rule level.

FIREWALL_POLICY_SOURCE_TARGET_AT_RULE_LEVEL

FIREWALLPOLICY-15

Direction in global firewall policy is required.

FIREWALL_POLICY_GLOBAL_DIRECTION_REQUIRED

FIREWALLPOLICY-16

Firewall policy can be egress or ingress. Complete either targets for egress or sources for ingress only

FIREWALL_POLICY_GLOBAL_TARGETS_AND_SOURCES_INVALID

FIREWALLPOLICY-17

The firewall policy has a vdc assigned and is being used by virtual machines and/or load balancers and cannot be modified

FIREWALL_POLICY_WITH_VDC_HAS_MEMBERS

FIREWALLRULE-1

The protocol is required

FIREWALL_RULE_PROTOCOL_REQUIRED

FIREWALLRULE-2

The port field for the start of the port range is required

FIREWALL_RULE_FROM_PORT_REQUIRED

FIREWALLRULE-3

The port field for the end of the port range is required

FIREWALL_RULE_TO_PORT_REQUIRED

FIREWALLRULE-4

The targets list is required for an egress rule or the sources list for an ingress rule

FIREWALL_RULE_TARGETS_OR_SOURCES_REQUIRED

FIREWALLRULE-5

Firewall rule can be egress or ingress but not both. Complete either targets or sources only

FIREWALL_RULE_TARGETS_AND_SOURCES_INVALID

FIREWALLRULE-6

Global Firewall rule does not support and end of range you should specify a range in ports field

FIREWALL_RULE_GLOBAL_TO_PORT_NOT_SUPPORTED

FIREWALLRULE-7

Global Firewall rule does not support specify source or target in rule, you should specify at firewall policy level

FIREWALL_RULE_GLOBAL_INVALID_SPECIFIC_SOURCES_TARGET_FOR_RULE

Floating IPs

 

 

FLOATINGIP-1

The floating IP does not exist

FLOATING_IP_NOT_FOUND

FLOATINGIP-2

The floating IP is currently used by a virtual machine. It cannot be released

FLOATING_IP_ATTACHED

FLOATINGIP-3

Cannot create a floating IP in the given location

FLOATING_IP_CANNOT_CREATE

Generic

 

 

GEN-0

Malformed URI

MALFORMED_URI

GEN-1

Identifier cannot be 0

INVALID_ID

GEN-2

Invalid XML document; please ensure all mandatory fields are correct

CONSTRAINT_VIOLATION

GEN-3

Invalid XML document

UNMARSHAL_EXCEPTION

GEN-4

Not enough permissions to perform this action

FORBIDDEN

GEN-5

Invalid credentials

INVALID_CREDENTIALS

GEN-6

Invalid link reference

INVALID_LINK

GEN-7

The property 'name' must not have whitespace at the beginning or the end

WHITE_NAME

GEN-8

The property 'symbol' must not have whitespace at the beginning or the end

WHITE_SYMBOL

GEN-9

The property 'description' must not have whitespace at the beginning or the end

WHITE_DESCRIPTION

GEN-10

Identifier is required

REQUIRED_ID

GEN-11

The identifier field cannot be used to create entities

ID_FORBIDDEN

GEN-12

Invalid private network type

INVALID_PRIVATE_NETWORK_TYPE

GEN-13

Unexpected error

INTERNAL_SERVER_ERROR

GEN-14

The operation could not be performed. Please contact your System Administrator

GENERIC_OPERATION_ERROR

GEN-15

Not enough privileges to perform this operation

NOT_ENOUGH_PRIVILEGES

GEN-16

The ID parameter is different from the entity ID

INCOHERENT_IDS

GEN-17

The plugin type was not found

PLUGIN_NOT_FOUND

GEN-18

The requested operation is not supported by the hypervisor plugin

PLUGIN_UNSUPPORTED_OPERATION

GEN-19

The supplied connection is not valid for the hypervisor plugin

INVALID_PLUGIN_HOST_CONNECTION

GEN-20

The requested virtual machine definition cannot be applied by the hypervisor plugin

PLUGIN_UNSUPPORTED_DEFINITION

GEN-21

The requested plugin is not a cloud provider plugin type

PLUGIN_IS_NOT_CLOUD_PROVIDER

GEN-22

Query parameters are invalid or a required query parameter is missing

INVALID_QUERY_PARAM

GEN-23

The operation requires authentication to the provider and the X-Abiquo-PCR-Identity, X-Abiquo-PCR-Credential and X-Abiquo-PCR-Endpoint headers must be set

PLUGIN_REQUIRES_CONNECTION_INFO

GEN-24

The requested disk controller is not supported by the hypervisor plugin

PLUGIN_UNSUPPORTED_DISK_CONTROLLER

GEN-25

The current hypervisor plugin does not support ISO format

PLUGIN_UNSUPPORTED_ISO_FORMAT

GEN-26

Plugin operation requires enterprise properties

PLUGIN_REQUIRES_ENTERPRISE_PROPERTIES

GEN-27

Cannot create VPC, use synchronize

PLUGIN_SUPPORTS_LIST_BUT_NOT_CREATE_VPC

GEN-28

Cannot create Network, use synchronize

PLUGIN_SUPPORTS_LIST_BUT_NOT_CREATE_NET

GEN-30

Cannot create Firewall, use synchronize

PLUGIN_SUPPORTS_LIST_BUT_NOT_CREATE_FW

GEN-31

Cannot create LoadBalancer, use synchronize

PLUGIN_SUPPORTS_LIST_BUT_NOT_CREATE_LB

GEN-32

Invalid pricing credentials

INVALID_PRICING_CREDENTIALS

Global networks

 

 

GLOBALNETWORK-1

The global network does not exist

GLOBAL_NETWORK_NOT_FOUND

GLOBALNETWORK-2

Cannot delete a global network that is being used by subnets

GLOBAL_NETWORK_CANNOT_DELETE

GLOBALNETWORK-3

The global network link is required

GLOBAL_NETWORK_LINK_NOT_FOUND

GLOBALNETWORK-4

Cannot delete a global network that contains non-ephemeral IPs

GLOBAL_NETWORK_WITH_NON_EPHEMERAL_IP_CANNOT_DELETE

GLOBALNETWORK-5

There is already a global network with the same name

GLOBAL_NETWORK_DUPLICATED_NAME

Hard disk

 

 

HD-1

The requested hard disk does not exist

HD_NON_EXISTENT_HARD_DISK

HD-2

Disk 0 is the system disk and cannot be deleted from the virtual machine

HD_DISK_0_CAN_NOT_BE_DELETED

HD-3

Invalid disk size.

HD_INVALID_DISK_SIZE

HD-4

Cannot perform this action because the hard disk is currently attached to a virtual machine

HD_CURRENTLY_ALLOCATED

HD-5

Invalid link to the hard disk to attach

HD_ATTACH_INVALID_LINK

HD-6

Invalid virtual datacenter in the link to the volume to attach

HD_ATTACH_INVALID_VDC_LINK

HD-7

Cannot create a hard disk because this feature is not available for this hypervisor

HD_CREATION_NOT_AVAILABLE

HD-8

The size of the hard disk cannot be reduced

HD_DISK_DECREASE_SIZE_LIMIT_ERROR

HD-9

Cannot perform this action because hard disk resize is not available for this hypervisor

HD_RESIZE_NOT_AVAILABLE

HD-10

Invalid hard disk attachment sequence number

HD_INVALID_ATTACHMENT_ORDER

HD-11

Cannot perform this action because the hard disk is not attached to a virtual machine

HD_ATTACH_INVALID_VM

HD-12

The hard disk cannot be edited because it is being used by a virtual machine

HD_IN_USE

HD-13

The hard disk cannot be resized because the virtual machine is not deployed

HD_RESIZE_NOT_DEPLOYED

HD-14

It's only possible to create a new hard disk from an ISO disk

HD_ONLY_ISO

HD-15

Only the IDE or SATA disk controller type is supported for the ISO disk format type

HD_ONLY_ISO_IDE

HD-16

The hard disk cannot be resized because it is using the ISO disk format type

HD_RESIZE_ISO

HD-17

Cannot modify sequence 0; use virtual machine edit to reorder attached disks

HD_PRIMARY_ONLY_REORDER

HD-18

The hard disk cannot be resized because the virtual machine is not deployed. It looks like the virtual machine was deployed, then the disk resized and now it is attempting to redeploy. Please set the HD required size to the original (specified in the template)

HD_WAS_RESIZE_NOT_DEPLOYED

HD-19

Allocation is not supported in the target hypervisor type

HD_ALLOCATION_NOT_SUPPORTED_IN_PLUGIN

HD-20

Cannot change disk allocation in an already deployed disk

HD_ALLOCATION_DEPLOYED

HD-21

Cannot edit disk allocation

HD_ALLOCATION_FORBIDDEN

Hardware profile

 

 

PROFILE-0

Duplicate name for hardware profile

HARDWARE_PROFILE_DUPLICATED_NAME

PROFILE-1

The requested hardware profile does not exist

NON_EXISTENT_HARDWARE_PROFILE

PROFILE-2

Cannot create the hardware profile because the requested datacenter is a public datacenter

HARDWARE_PROFILE_CANNOT_CREATE_IN_PUBLIC

PROFILE-3

Invalid link to the hardware profile; cannot get profile values

INVALID_HARDWARE_PROFILE_LINK

PROFILE-5

Missing hardware profile link

HARDWARE_PROFILE_LINK_NOT_FOUND

PROFILE-6

Inactive hardware profile. Select another one.

HARDWARE_PROFILE_NOT_ACTIVE

PROFILE-7

CPU/RAM/CoresPerSocket values do not match hardware profile

HARDWARE_PROFILE_DIFFERENT_CPU_RAM

PROFILE-8

The limit of the VNICs allowed by the hardware profile has been reached

HARDWARE_PROFILE_MAX_VNICS_REACHED

PROFILE-9

CPU/RAM values cannot be empty for not dynamic fields of CPU/RAM

HARDWARE_PROFILE_DATACENTER_NOT_DYNAMIC

PROFILE-10

CPU/RAM have invalid values

HARDWARE_PROFILE_DATACENTER_INVALID_CPU_RAM

Hardware profile family

 

 

HPFAMILY-0

The hardware profile family does not exist

HARDWARE_PROFILE_FAMILY_NOT_FOUND

HPFAMILY-1

There is already a hardware profile family with the same name

HARDWARE_PROFILE_FAMILY_DUPLICATED_NAME

HPFAMILY-2

Cannot delete hardware profile family with hardware profile types assigned

HARDWARE_PROFILE_FAMILY_CANNOT_DELETE

HPFAMILY-3

Cannot update hardware profile family retrieved from a provider

HARDWARE_PROFILE_FAMILY_UPDATE_FROM_PROVIDER

Hardware profile type

 

 

HPTYPE-0

The hardware profile type does not exist

HARDWARE_PROFILE_TYPE_NOT_FOUND

HPTYPE-1

There is already a hardware profile type with the same name

HARDWARE_PROFILE_TYPE_DUPLICATED_NAME

HPTYPE-2

Cannot delete hardware profile type with hardware profiles assigned

HARDWARE_PROFILE_TYPE_CANNOT_DELETE

HPTYPE-3

Cannot delete hardware profile type retrieved from a provider

HARDWARE_PROFILE_TYPE_DELETE_FROM_PROVIDER

HPTYPE-4

Cannot update hardware profile type retrieved from a provider

HARDWARE_PROFILE_TYPE_UPDATE_FROM_PROVIDER

HPTYPE-5

The hardware profile type does not belong to the family

HARDWARE_PROFILE_TYPE_NOT_IN_FAMILY

HPTYPE-6

Cannot create hardware profile type on a hardware profile family retrieved from a provider

HARDWARE_PROFILE_TYPE_CREATE_FROM_PROVIDER

Hypervisor plugin

 

 

HYP-01

Unable to connect; invalid hypervisor location (IP or port)

HYPERVISOR_CONNECTION

IDE controller

 

 

ED-1

Cannot attach more than 4 disks to an IDE controller

IDE_CONTROLLER_FULL

EDIT-01

This method requires the virtual machine to be deployed on a target hypervisor

CHECK_EDIT_NO_TARGET_MACHINE

Icons

 

 

ICON-1

Duplicate path for an icon

ICON_DUPLICATED_PATH

ICON-2

The requested icon does not exist

NON_EXISTENT_ICON

ICON-3

No icon found with the requested path

NON_EXISENT_ICON_WITH_PATH

ICON-4

Cannot delete the icon because it is in use by a virtual machine template

ICON_IN_USE_BY_VIRTUAL_IMAGES

ICON-5

Invalid icon identifier in the icon link

INVALID_ICON_LINK

Job

 

 

JOB-1

The requested job does not exist

NON_EXISTENT_JOB

License

 

 

LICENSE-0

The requested license does not exist

LICENSE_UNEXISTING

LICENSE-1

The license provided is not valid

LICENSE_INVALID

LICENSE-2

Could not initialize licensing ciphers

LICENSE_CIHPER_INIT_ERROR

LICENSE-3

Could not read licensing cipher key

LICENSE_CIHPER_KEY

LICENSE-4

The maximum number of managed cores has been reached - please use the Abiquo support portal or email sales@abiquo.com for a trial or production license

LICENSE_OVERFLOW

LICENSE-5

The license is already being used

LICENSE_DUPLICATED

LICENSE-6

Active license not found for plugin type

LICENSE_NOT_ACTIVE_FOR_PLUGIN

Limits

 

 

LIMIT-6

Invalid VLAN hard limit; this cannot be greater than the number of VLANS per virtual datacenter: {0}

LIMITS_INVALID_HARD_LIMIT_FOR_VLANS_PER_VDC

LIMIT-7

Duplicate limits by enterprise and datacenter

LIMITS_DUPLICATED

LIMIT-8

Limits by enterprise and datacenter do not exist

LIMITS_NOT_EXIST

LIMIT-9

Cannot edit resource limits; current enterprise allocation exceeds the new specified limits (see SYSTEM traces in order to determine which resources are at HARD limit)

ENTERPRISE_LIMIT_EDIT_ARE_SURPASSED

LIMIT-10

Cannot edit resource limits; current enterprise and datacenter allocation exceeds the new specified limits (see SYSTEM traces in order to determine which resources are at HARD limit)

DATACENTER_LIMIT_EDIT_ARE_SURPASSED

LIMIT-11

Cannot remove enterprise access to this datacenter because the datacenter is used by virtual datacenter(s) belonging to the enterprise

DATACENTER_LIMIT_DELETE_VDCS

LIMIT-12

Cannot remove enterprise access to this datacenter because the datacenter has network(s) belonging to the enterprise

DATACENTER_LIMIT_DELETE_NETWORK

LIMIT-13

Cannot edit resource limits; current enterprise allocation exceeds the new specified limits

ENTERPRISE_LIMIT_EDIT_ARE_SURPASSED_SHORT

LIMIT-14

Cannot edit resource limits; current datacenter allocation exceeds the new specified limits

DATACENTER_LIMIT_EDIT_ARE_SURPASSED_SHORT

LIMIT-15

Invalid link of the tier to allow

DATACENTER_LINK_TIER_INVALID_LINK

LIMIT-16

Datacenter identifier from tier link does not match the identifier from datacenter link

DATACENTER_LINK_TIER_INVALID_DATACENTER

LIMIT-17

Cannot restrict the tier because the enterprise has already created volumes in it

DATACENTER_LINK_TIER_CANNOT_BE_RESTRICTED

LIMIT-18

Not enough permissions to create/edit the limit in this datacenter

DATACENTER_LIMIT_DC_OUT_OF_SCOPE

LIMIT-19

Not enough permissions to allow new tiers in this datacenter

DATACENTER_LIMIT_ALLOW_TIER_DC_OUT_OF_SCOPE

LIMIT-20

Invalid link of the datastore tier to allow

DATACENTER_LIMIT_DATASTORE_TIER_INVALID_LINK

LIMIT-21

Datacenter identifier from datastore tier link does not match the identifier from datacenter link

DATACENTER_LIMIT_DATASTORE_TIER_INVALID_DATACENTER

LIMIT-22

Cannot restrict the datastore tier because the enterprise has already created virtual machines in it

DATACENTER_LIMIT_DATASTORE_TIER_CANNOT_BE_RESTRICTED

LIMIT-23

Not enough permissions to allow new datastore tiers in this datacenter

DATACENTER_LIMIT_ALLOW_DATASTORE_TIER_DC_OUT_OF_SCOPE

LIMIT-24

Invalid link of the backup policy to allow

DATACENTER_LIMIT_BACKUP_POLICY_INVALID_LINK

LIMIT-25

Cannot restrict the backup policy '%s' because the enterprise already has virtual machines with that policy assigned

DATACENTER_LIMIT_BACKUP_POLICY_CANNOT_BE_RESTRICTED

LIMIT-26

Invalid link of hardware profile to allow

DATACENTER_LIMIT_LINK_HP_INVALID_LINK

LIMIT-27

Datacenter identifier from hardware profile link does not match the identifier from datacenter link

DATACENTER_LIMIT_LINK_HP_INVALID_DATACENTER

LIMIT-28

Not enough permissions to allow new hardware profiles in this datacenter

DATACENTER_LIMIT_ALLOW_HARDWARE_PROFILE_DC_OUT_OF_SCOPE

LIMIT-29

Disabling hardware profile for this limit is not supported

DATACENTER_LIMIT_DISABLE_HARDWARE_PROFILE_NOT_SUPPORTED

LIMIT-30

Cannot restrict the hardware profile because the enterprise already has virtual machines with that hardware profile assigned

DATACENTER_LIMIT_HARDWARE_PROFILE_CANNOT_BE_RESTRICTED

LIMIT-31

Cannot allow inactive hardware profiles

DATACENTER_LIMIT_ALLOW_HARDWARE_PROFILE_NOT_ACTIVE

LIMITS_EXCEEDED

The required resources exceed the allowed limits

LIMITS_EXCEEDED

SOFT_LIMIT_EXCEEDED

The required resources exceed the soft limits

SOFT_LIMIT_EXCEEDED

 

 

LINK-0

The 'rel' property of the link is required

LINK_REL_REQUIRED

LINK-1

The 'href' property of the link is required

LINK_HREF_REQUIRED

LINK-5

Link was not found

LINKS_NOT_FOUND

Load balancer

 

 

LOADBALANCER-1

The requested load balancer does not exist

LOAD_BALANCER_NOT_FOUND

LOADBALANCER-2

The requested routing rule does not exist

ROUTING_RULE_NOT_FOUND

LOADBALANCER-3

This is the only routing rule of the load balancer and it cannot be deleted. To remove it, delete the load balancer.

ROUTING_RULE_CANNOT_BE_DELETED

LOADBALANCER-4

A routing rule with the same port in and port out already exists for the load balancer

ROUTING_RULE_REPEATED

LOADBALANCER-5

Routing rule belongs to a load balancer that cannot be modified

ROUTING_RULE_CANNOT_CHANGE_LOADBALANCER

LOADBALANCER-6

Not all required fields are present for the embedded SSL certificate

SSL_CERTIFICATE_MISSING_FIELDS

LOADBALANCER-7

A link to the SSL certificate or the embedded form must be used, but not both at the same time.

SSL_CERTIFICATE_MUST_PROVIDE_LINK_OR_EMBEDDED

LOADBALANCER-8

The requested load balancer address does not exist

LOAD_BALANCER_ADDRESS_NOT_FOUND

LOADBALANCER-9

There is already one health check with the same path and protocol in the load balancer

HEALTH_CHECK_PATH_PROTOCOL_ALREADY_SET

LOADBALANCER-10

The requested health check does not exist in the load balancer

HEALTH_CHECK_NOT_FOUND

LOADBALANCER-11

Selected private networks are not in the same virtual datacenter

LOAD_BALANCER_VIRTUAL_DATACENTER_VLAN_CONFLICT

LOADBALANCER-12

Selected firewalls are not in the same virtual datacenter

LOAD_BALANCER_VIRTUAL_DATACENTER_FIREWALL_CONFLICT

LOADBALANCER-13

Certificate cannot be stored in the provider. Ensure the load balancer is properly created

LOAD_BALANCER_SSLCERTIFICATE_REQUIRE_CREATION

LOADBALANCER-14

Address cannot be selected in the provider. Ensure the load balancer is properly created

LOAD_BALANCER_ADDRESS_REQUIRE_CREATION

LOADBALANCER-15

Virtual machines cannot be attached to load balancer in the provider. Ensure the load balancer is properly created

LOAD_BALANCER_ATTACH_VM_REQUIRE_CREATION

LOADBALANCER-18

The requested SSL certificate does not exist

SSL_CERTIFICATE_NOT_FOUND

LOADBALANCER-19

VLAN not found during load balancer import

LOAD_BALANCER_IMPORT_VLAN_NOT_FOUND

LOADBALANCER-20

Load balancer has VLAN networks but cannot select the virtual datacenter

LOAD_BALANCER_IMPORT_VDC_VLAN_NOT_FOUND

LOADBALANCER-21

Firewall not found while importing load balancer; try to synchronize firewalls before load balancers

LOAD_BALANCER_IMPORT_FIREWALL_NOT_FOUND

LOADBALANCER-22

Cannot embed RoutingRules, HealthChecks or LoadBalancerAddresses during modify, use sub-resources instead

LOAD_BALANCER_FLAT_PUT

LOADBALANCER-23

Create firewall policies in the provider before assigning them to the load balancer

LOAD_BALANCER_FIREWALL_MUST_EXIST

LOADBALANCER-24

Load balancer requires at least one routing rule

LOAD_BALANCER_NO_RULES

LOADBALANCER-25

Create VLAN networks (or elastic IPs) in the provider before assigning them to the load balancer

LOAD_BALANCER_VLAN_MUST_EXIST

LOADBALANCER-26

Cannot modify load balancer address because it is not associated with a load balancer or is managed by the provider

LOAD_BALANCER_CANNOT_EDIT_ADDRESS

LOADBALANCER-27

The load balancer is being used by virtual machines and cannot be deleted

LOAD_BALANCER_HAS_MEMBERS

LOADBALANCER-28

Plugin does not support the specified network type, check LOADBALANCER_SUBNETS_TYPE constraint

LOAD_BALANCER_NETWORK_TYPE

LOADBALANCER-29

Plugin does not support the association of a load balancer with a virtual datacenter and it does not support the use of private networks with load balancers

LOAD_BALANCER_NO_VDC

LOADBALANCER-30

The requested conditional action does not exist

CONDITIONAL_ACTION_NOT_FOUND

LOADBALANCER-31

Invalid action for conditional action

CONDITIONAL_ACTION_INVALID_ACTION

LOADBALANCER-32

Invalid condition for conditional action

CONDITIONAL_ACTION_INVALID_CONDITION

LOADBALANCER-33

Virtual machines cannot be assigned directly to a load balancer that uses routing rules with conditional actions. Assign VMs through target groups

LOAD_BALANCER_CANNOT_ASSIGN_VIRTUAL_MACHINE

LOADBALANCER-34

Global subnet not found during load balancer import

LOAD_BALANCER_IMPORT_GLOBAL_SUBNET_NOT_FOUND

LOADBALANCER-35

Global network not found during load balancer import

LOAD_BALANCER_IMPORT_GLOBAL_NETWORK_NOT_FOUND

LOADBALANCER5-16

Given virtual machines are not compatible with the load balancer

LOAD_BALANCER_NON_COMPATIBLE_VMS

LOADBALANCER5-17

An unexpected error occurred while assigning virtual machines to load balancer

LOAD_BALANCER_VMS_UNEXPECTED_ERROR

Locations

 

 

LOCATION-1

The location link is required

LOCATION_LINK_NOT_FOUND

LOCATION-2

The location link is not valid

LOCATION_LINK_INVALID

LOCATION-3

The given provider type is not compatible with the given location

LOCATION_TYPE_UNCOMPATIBLE

LOCATION-4

The location does not exist

LOCATION_NOT_FOUND

LOCATION-5

The given virtual datacenter is not compatible with the given location

LOCATION_INCOMPATIBLE_VDC

Machine or hypervisor

 

 

HYPERVISOR-1

Invalid hypervisor IP. A hypervisor with that IP already exists

HYPERVISOR_EXIST_IP

HYPERVISOR-2

Invalid hypervisor service IP. A hypervisor with that service IP already exists

HYPERVISOR_EXIST_SERVICE_IP

HYPERVISOR-3

Invalid hypervisor endpoint information. A hypervisor with that connection already exists

HYPERVISOR_EXIST_CONNECTION_INFO

HYPERVISOR_TYPE-0

The requested hypervisor type is invalid

INVALID_HYPERVISOR_TYPE

HYPERVISOR_TYPE-1

Missing hypervisor type link

HYPERVISOR_TYPE_LINK_NOT_FOUND

HYPERVISOR_TYPE-2

Invalid hypervisor type link

HYPERVISOR_TYPE_LINK_INVALID

MACHINE-0

The requested machine does not exist

NON_EXISTENT_MACHINE

MACHINE-1

The machine is not assigned to the datacenter or rack

NOT_ASSIGNED_MACHINE_DATACENTER_RACK

MACHINE-2

Machine definition should have at least one datastore created and enabled

MACHINE_ANY_DATASTORE_DEFINED

MACHINE-4

Invalid virtual switch name

MACHINE_INVALID_VIRTUAL_SWITCH_NAME

MACHINE-5

The requested state change is not valid

INVALID_STATE_CHANGE

MACHINE-6

The requested machine could not be contacted

MACHINE_NOT_ACCESIBLE

MACHINE-7

Machine cannot be removed because it is blocked by the high availability engine. Manually re-enable to return it to managed state then try again.

MACHINE_CANNOT_BE_DELETED

MACHINE-8

Invalid IPMI configuration

MACHINE_INVALID_IPMI_CONF

MACHINE-9

Invalid IP range

MACHINE_INVALID_IP_RANGE

MACHINE-10

The IQN of the target physical machine is not set

MACHINE_IQN_MISSING

MACHINE-11

The machine is in a managed rack and its name cannot be changed.

MANAGED_MACHINE_CANNOT_CHANGE_NAME

MACHINE-12

The requested machine cannot be reserved because another enterprise has already reserved it.

MACHINE_RESERVED_ENTERPRISE

MACHINE-13

The machine with ID '%d' cannot be released because it is not reserved

MACHINE_NOT_RESERVED

MACHINE-14

The requested machine is already reserved.

MACHINE_ALREADY_RESERVED

MACHINE-15

There are no virtual machines on the physical machine

NOT_VM_ON_MACHINE

MACHINE-16

The machine '%s' cannot be reserved because it contains virtual machines deployed by another enterprise.

MACHINE_CANNOT_BE_RESERVED_VMS_DEPLOYED

MACHINE-17

The state of the physical machine does not allow retrieval of virtual machines

MACHINE_CAN_NOT_RETRIEVE_VIRTUAL_MACHINES

MACHINE-18

Invalid link to network service type

MACHINE_NETWORK_SERVICE_TYPE_INVALID_LINK

MACHINE-19

Duplicate network service type for network interfaces

MACHINE_ALREADY_USED_NST

MACHINE-20

Cannot update machine: network service type of network interface cannot be changed when it is in use

MACHINE_USED_NETWORK_INTERFACE

MACHINE-21

At least one network interface must have a network service type assigned

MACHINE_AT_LEAST_ONE_NST

MACHINE-22

Cannot update machine '%s (%s)': cannot change network service type of network interface '%s' when it is in use

MACHINE_USED_NETWORK_INTERFACE_DVS

MACHINE-23

The network service types assigned to the host NICs and the target virtual datacenter are different

MACHINE_AND_VIRTUALDATACENTER_INCOMPATIBLES

MACHINE-24

The state of the physical machine does not allow capture of virtual machines

MACHINE_CAN_NOT_CAPTURE_VIRTUAL_MACHINES

MACHINE-25

Duplicate network interface name

MACHINE_DUPLICATED_NI_NAME

MACHINE-26

Invalid entity: 'virtualSwitch' element not found

MACHINE_VSWITCH_22_NOT_INFORMED

MACHINE-27

The requested plugin does not provide any host discovery method

MACHINE_PLUGIN_NOT_IMPLEMENTED

MACHINE-28

There are virtual machines that are currently not synchronized and it is impossible to recover their current vNICs

MACHINE_NICS_UNSINCRONIZED

MACHINE-29

Machines in the same datacenter must have a unique name

MACHINE_DUPLICATED_NAME_IN_DATACENTER

MACHINE-30

Cannot delete the physical machine because it contains protected virtual machines

MACHINE_CANNOT_DELETE_BECAUSE_PROTECTED_VMS

MACHINE-31

Cannot retrieve virtual machines. A VM with name '%s' already exists in another datacenter.

MACHINE_CAN_NOT_RETRIEVE_VIRTUAL_MACHINES_DUPLICATED_NAME

MACHINE-32

Cannot delete the physical machine because it contains network interfaces that are being used by vlan networks

MACHINE_CANNOT_DELETE_BECAUSE_NETWORK_INTERFACES

MACHINE-33

Machine has task is in progress.

MACHINE_TASK_IN_PROGRESS

Mail

 

 

MAIL-0

No recipient has been selected, please indicate owner and/or enterprise admin

ANY_RECEIVER

MAIL-1

Sender does not have email address set

SENDER_WITHOUT_MAIL

MAIL-2

No recipient has been found

ANY_RECIPIENT_FOUND

MAIL-3

Bad Internet address error

BAD_INTERNET_ADDRESS_ERROR

MAIL-4

Bad JNDI Error

BAD_JNDI_ERROR

MAIL-5

Message body text is required

MESSAGE_REQUIRED

Monitoring and metrics

 

 

MONITORING-1

Metric not found

METRIC_NOT_FOUND

MONITORING-2

The metric name is required

NULL_OR_EMPTY_METRIC_NAME

MONITORING-3

Illegal time range for a statistic query

ILLEGAL_TIME_RANGE

MONITORING-4

The supplied relative time contains years or months

RELATIVE_TIME_BAD_FORMAT

MONITORING-6

The supplied relative start time is invalid

RELATIVE_START_TIME_INVALID

MONITORING-8

The minimum granularity is 60 seconds

GRANULARITY_SMALLER_THAN_ONE_MINUTE

MONITORING-9

The supplied metric already exists

METRIC_ALREADY_EXISTS

MONITORING-10

Unknown monitoring level

MONITORING_LEVEL_NOT_FOUND

MONITORING-11

The name of the monitoring level is required

NULL_OR_EMPTY_MONITORING_LEVEL_NAME

MONITORING-12

Cannot collect metrics for imported virtual machines

IMPORTED_VM_CAN_NOT_BE_MONITORED

MONITORING-13

Alarm not found

ALARM_NOT_FOUND

MONITORING-14

The given alarm already exists

ALARM_ALREADY_EXISTS

MONITORING-15

The given alarm DTO is null

ALARM_DTO_IS_NULL

MONITORING-16

The alarm name is required

ALARM_NAME_IS_NULL_OR_EMPTY

MONITORING-17

The alarm formula is required

ALARM_FORMULA_IS_NULL_OR_EMPTY

MONITORING-18

The alarm statistic is required

ALARM_STATISTIC_IS_NULL_OR_EMPTY

MONITORING-21

The supplied formula does not exist

ALARM_INVALID_FORMULA

MONITORING-22

The supplied statistic does not exist

ALARM_INVALID_STATISTIC

MONITORING-23

Alert not found

ALERT_NOT_FOUND

MONITORING-24

The supplied alert already exists

ALERT_ALREADY_EXISTS

MONITORING-25

The supplied alert DTO is null

ALERT_DTO_IS_NULL

MONITORING-26

The alert name is required

ALERT_NAME_IS_NULL_OR_EMPTY

MONITORING-27

The supplied collection of alarms is null or empty

ALERT_WITH_EMPTY_OR_NULL_ALARMS

MONITORING-28

Could not connect to the watchtower service

WATCHTOWER_UNAVAILABLE

MONITORING-29

Bad request to watchtower server

WATCHTOWER_BAD_REQUEST

MONITORING-30

Something has gone wrong on the watchtower server

WATCHTOWER_INTERNAL_SERVER_ERROR

MONITORING-31

Monitoring is not enabled, all monitoring related operations are unavailable

MONITORING_NOT_ENABLED

MONITORING-32

Malformed alarm link

ALARM_INVALID_LINK

MONITORING-33

Hypervisor metrics are not available for public cloud providers

HYPERVISOR_METRICS_IN_PLUGIN_CLOUD

MONITORING-34

Cannot retrieve hypervisor metrics of virtual machines that are not deployed

HYPERVISOR_METRICS_OF_NOT_DEPLOYED_VM

MONITORING-35

The hypervisor plugin does not support hypervisor metrics collection

HYPERVISOR_METRICS_NOT_SUPPORTED_BY_PLUGIN

MONITORING-37

Unable to create an alarm for a virtual machine cloned by a scaling group

ALARM_OF_SCALING_GROUP_CLONE_VM

MONITORING-38

The relative start time must be less than the 'abiquo.monitoring.max.statistic.period.days' property

RELATIVE_START_TIME_GREATER_THAN_CONFIGURED

MONITORING-39

Absolute or relative queries are allowed but not both

ABSOLUTE_AND_RELATIVE_QUERY_NOT_ALLOWED

MONITORING-40

The alarm time range must be >= 1

ALARM_INVALID_TIMERANGE

MONITORING-41

The datapoints limit must be >= 1

ALARM_INVALID_DATAPOINTS_LIMIT

MONITORING-42

Not allowed to get statistics of a composite metric

GET_METRIC_STATS_OF_COMPOSITE_METRIC

MONITORING-46

Not allowed to get composite statistics of a regular metric

GET_METRIC_STATS_OF_REGULAR_METRIC

MONITORING-47

Unable to create alarm with unknown metric dimensions

ALARM_UNKNOWN_DIMENSION

MONITORING-48

Not allowed to update metadata of built-in metrics

UPDATE_METRIC_METADATA_NOT_ALLOWED_FOR_BUILT_IN_METRICS

MONITORING-74

Not allowed to put datapoints to built-in metrics

PUT_DATAPOINTS_NOT_ALLOWED_FOR_BUILT_IN_METRICS

Move VM

 

 

MOVE-VM-0

Not allowed to move a virtual machine that belongs to a scaling group

MOVE_VM_IN_SCALING_GROUP

MOVE-VM-1

Target virtual appliance link is required

MOVE_VM_TARGET_VAPP_LINK_REQUIRED

MOVE-VM-2

Target network configuration link is required

MOVE_VM_NETWORK_CONFIGURATION_LINK_REQUIRED

MOVE-VM-3

Unknown link rel, only expecting ''virtualappliance'', ''network_configuration'', ''firewall'', ''loadbalancer'' and ''nicX''

MOVE_VM_UNKNOWN_LINK

MOVE-VM-4

Can move virtual machines that are deployed only

MOVE_VM_NOT_DEPLOYED

MOVE-VM-5

Not allowed to move a virtual machine with volumes

MOVE_VM_WITH_VOLUMES

MOVE-VM-6

Not allowed to move a virtual machine running in a public cloud region

MOVE_VM_IN_PUBLIC_CLOUD_REGION

MOVE-VM-7

Not allowed to move a virtual machine to a different datacenter

MOVE_VM_BETWEEN_DIFFERENT_VDC_DATACENTERS

MOVE-VM-8

Not allowed to move a virtual machine to a different hypervisor type

MOVE_VM_BETWEEN_DIFFERENT_VDC_HYPERVISOR_TYPES

MOVE-VM-9

Not allowed to move a virtual machine to another enterprise

MOVE_VM_BETWEEN_DIFFERENT_VAPP_ENTERPRISES

MOVE-VM-10

Not allowed to move a virtual machine to a different device

MOVE_VM_BETWEEN_DIFFERENT_VDC_DEVICES

MOVE-VM-11

To move a virtual machine within the same virtual datacenter, use the virtual appliance move endpoint

MOVE_VM_TO_SAME_VDC

MOVE-VM-12

Not allowed to move a virtual machine with NAT rules

MOVE_VM_WITH_NATRULES

NAT IP

 

 

NAT-IP-0

The NAT IP was not found

NAT_IP_NOT_FOUND

NAT-IP-1

Expecting a link to virtualdatacenter to assign

NAT_IP_ASSIGN_MISSING_VDC

NAT-IP-3

Cannot delete a NAT IP with rules

NAT_IP_IN_USE_DELETE

NAT-IP-4

Cannot make a NAT IP unavailable while it has rules

NAT_IP_IN_USE_UNAVAILABLE

NAT-IP-5

There is no IP available in the NAT network

NAT_IP_ANY_AVAILABLE

NAT-IP-6

There is no IP available in any NAT network

NAT_IP_ANY_AVAILABLE_IN_ANY_NET

NAT-IP-7

Invalid NAT IP link

NAT_IP_INVALID_LINK

NAT-IP-8

Cannot use a NAT IP not assigned to the virtualDatacenter

NAT_IP_NOT_AVAILABLE_VDC

NAT-IP-9

NAT IP does not belong to NAT network CIDR

NAT_IP_NOT_IN_RANGE

NAT-IP-10

NAT IP already exists

NAT_IP_ALREADY_EXIST

NAT-IP-11

NAT IP is not attached

NAT_IP_NAT_ATTACHED

NAT-IP-12

Cannot delete a NAT IP while it is attached to a virtual datacenter

NAT_IP_ASSOCIATED_DELETE

NAT-IP-13

Cannot use NAT IP: it is already attached to another virtual datacenter, unavailable, or in quarantine

NAT_IP_NOT_USABLE

NAT-IP-14

Cannot delete the default NAT IP of a VDC

NAT_IP_DEFAULTSNAT_DELETE

NAT-IP-15

To change the default SNAT IP, assign another NAT IP as the default for SNAT

NAT_IP_DEFAULTSNAT_MODIFY

NAT-IP-16

Invalid NAT IP link type. Plugin doesn't allow the creation of a rule with this kind of IP.

NAT_IP_INVALID_LINK_TYPE

NAT-IP-17

NAT IP is already in use in the provider. Will make it unavailable, please try again.

NAT_IP_IN_USE

NAT-IP-18

Cannot specify default SNAT IP when creating the virtual datacenter in this provider.

NAT_IP_VDC_CREATION_NOT_REQUIRED

NAT network

 

 

NAT-NET-1

The NAT network was not found

NAT_NET_NOT_FOUND

NAT-NET-2

NAT not supported in the device

NAT_NET_NOT_SUPPORTED

NAT-NET-3

NAT network requires a device link

NAT_NET_NEED_DEVICE

NAT-NET-4

Cannot edit or delete NAT with created IPs

NAT_NET_IN_USE

NAT-NET-5

Invalid format for network CIDR

NAT_NET_BAD_CIDR

NAT rule

 

 

NAT-RULE-0

The NAT rule was not found

NAT_RULE_NOT_FOUND

NAT-RULE-1

An ''original'' link to a NAT IP is required

NAT_RULE_MISSING_ORIGINAL

NAT-RULE-2

A ''translated'' link to a private IP is required

NAT_RULE_MISSING_TRANSLATED

NAT-RULE-3

Original port already in use for the specified NAT IP

NAT_RULE_INVALID_ORIGINALPORT

NAT-RULE-5

Load balancer address cannot be private to use a NAT IP

NAT_RULE_LOADBALANCER_PRIVATE

NAT-RULE-6

Cannot modify load balancer address when it is in use in NAT rules

NAT_RULE_LOADBALANCER_MODIFYADDRESS

NAT-RULE-7

Cannot delete an IP with associated NAT rules

NAT_RULE_DELETE_IP

NAT-RULE-8

Cannot clone NAT rule because all the ports are in use

NAT_RULE_CLONE

NAT-RULE-9

Cannot clone NAT rule because there is no available NAT IP in the same network and virtual datacenter with all the ports available

NAT_RULE_CLONE_NOIP

NAT-RULE-10

Cannot create NAT rule: it should set ''originalPort'' and ''translatedPort'' or use all ports

NAT_RULE_ALL_PORTS

NAT-RULE-11

Cannot create NAT rule using a private IP that is not attached to the virtual machine

NAT_RULE_IP_NO_VM

NAT-RULE-12

Cannot create NAT rule because the NAT IP is in quarantine

NAT_RULE_IP_QUARANTINE

NAT-RULE-13

Unsupported NAT protocol

NAT_RULE_PROTOCOL

NAT-RULE-14

Cannot specify multiple SNAT rules for the same private IP

NAT_RULE_MULTIPLE_SNAT

NAT-RULE-15

Cannot specify ports or protocol in SNAT rules

NAT_RULE_SNAT_INVALID_ATT

Network

 

 

NET-0

Invalid network configuration for the virtual datacenter

NETWORK_INVALID_CONFIGURATION

NET-8

This network has no IP addresses

NETWORK_WITHOUT_IPS

NET-9

Parameter IPFrom is greater than IPTo

NETWORK_IP_FROM_BIGGER_THAN_IP_TO

NET-10

Parameter IPFrom is invalid

NETWORK_IP_FROM_ERROR

NET-11

Parameter IPTo is invalid

NETWORK_IP_TO_ERROR

NET-12

Invalid link for configuring the virtual machine network

NETWORK_INVALID_CONFIGURATION_LINK

NET-13

Invalid virtual datacenter identifier in the configuration link

NETWORK_LINK_INVALID_VDC

NET-14

Invalid virtual appliance identifier in the configuration link

NETWORK_LINK_INVALID_VAPP

NET-15

Invalid virtual machine identifier in the configuration link

NETWORK_LINK_INVALID_VM

NET-16

Invalid configuration identifier in the configuration link. Configuration ID does not belong to a VLAN configuration used by this virtual machine

NETWORK_LINK_INVALID_CONFIG

NET-17

Nonexistent network configuration

NON_EXISTENT_NETWORK_CONFIGURATION

Network device

 

 

NETDEVICE-1

The device does not exist for that location and enterprise

DEVICE_NOT_FOUND

NETDEVICE-2

Devices managed by the provider are immutable

DEVICE_PROVIDER

NETDEVICE-3

There is another default device

DEVICE_VDCDEFAULT_ALREADY

NETDEVICE-4

Cannot change enterprise/delete because the device is in use

DEVICE_IN_USE

NETDEVICE-5

The entity is associated with a device that is not configured in the current virtual datacenter

DEVICE_VDC_INCOMPATIBLE

Network interface

 

 

NI-0

Invalid network interface link

NETWORK_INTERFACE_INVALID_LINK

NI-1

Missing network interface link

NETWORK_INTERFACE_LINK_NOT_FOUND

Network service type

 

 

NST-0

The name of the network service type must be supplied

NST_MUST_BE_INFORMED

NST-1

The name of the network service type already exists

NST_DUPLICATED_NAME

NST-2

The requested network service type does not exist

NON_EXISTENT_NST

NST-3

You can edit the current default network service type for a datacenter but you cannot delete it.

NST_SACRED_DEFAULT_NST

NST-4

A datacenter requires at least one network service type and there is only one left.

NST_HAVE_AT_LEAST_ONE

NST-5

Invalid network service type identifier in the enterprise link

NST_INVALID_LINK

NST-6

Missing network service type link

NST_LINK_NOT_FOUND

NST-7

The network service type and the excluded from firewalls flag cannot be changed because there are virtual machines using IPs in this VLAN

NST_UNFILTERED_CANNOT_CHANGE

NST-8

Network service type cannot be deleted because it is assigned to physical machine(s)

NST_ATTACHED_TO_PHYSICAL_MACHINE

NST-9

Network service type cannot be deleted because it is assigned to VLAN(s)

NST_ATTACHED_TO_VLAN

NST-10

Invalid datacenter identifier in the network service type link

NST_LINK_WRONG_DATACENTER

NST-11

Invalid network service type for '%s'. This distributed network interface must have an associated network service type. Conflict with machine '%s (%s)'

NST_INVALID_NST_DISTRIBUTED_NI

NST-12

Conflict error trying to assign network service '%s' to network interface '%s'. Conflict with machine '%s (%s)'

NST_INVALID_NST_CONFLICT

Node collector

 

 

NC-0

The requested IP does not exist

NON_EXISTENT_IP

NC-1

Missing IP query parameter

MISSING_IP_PARAMETER

NC-2

Bad credentials attempting to retrieve the list of physical machines from rack

NC_BAD_CREDENTIALS_TO_RACK

NC-3

Bad credentials attempting to retrieve the machine

NC_BAD_CREDENTIALS_TO_MACHINE

NC-4

There is a machine running at the given IP but no hypervisor is responding

NC_CONNECTION_EXCEPTION

NC-5

There is no machine running at the given IP

NC_NOT_FOUND_EXCEPTION

NC-6

Unexpected exception building the request to discovery manager

NC_UNEXPECTED_EXCEPTION

NC-7

The discovery manager is currently not available

NC_UNAVAILABLE_EXCEPTION

NC-8

The requested virtual machine was not found on the remote hypervisor

NC_VIRTUAL_MACHINE_NOT_FOUND

NC-9

The requested host is not managed

NC_NOT_MANAGED_HOST

NC-10

The IP format is invalid

NC_INVALID_IP

NC-11

Access is denied, please check whether the [domain-username-password] are correct. Also, if not already done please check the GETTING STARTED and FAQ sections in readme.htm. They provide information on how to correctly configure the Windows machine for DCOM access, so as to avoid such exceptions.

NC_BAD_CONFIGURATION

OVF package

 

 

OVF-PACKAGE-0

The requested OVF package does not exist

NON_EXISTENT_OVF_PACKAGE

OVF-PACKAGE-1

The requested OVF package list does not exist

NON_EXISTENT_TEMPLATE_DEFINITION_LIST

OVF-PACKAGE-2

Cannot return the template definition

OVF_PACKAGE_CANNOT_TRANSFORM

OVF-PACKAGE-3

Cannot find the RepositorySpace

INVALID_OVF_INDEX_XML

OVF-PACKAGE-4

The requested RepositorySpace does not exist

NON_EXISTENT_REPOSITORY_SPACE

OVF-PACKAGE-5

The URL of the disk format type is invalid

INVALID_DISK_FORMAT_TYPE

OVF-PACKAGE-6

The OVF URL in the template definition is invalid

INVALID_TEMPLATE_OVF_URL

OVF-PACKAGE-7

The OVF does not contain any DiskSection

OVF_PACKAGE_NODISK

OVF package list

 

 

OVF-PACKAGE-LIST-0

OVF Package list name already exists

TEMPLATE_DEFINITION_LIST_NAME_ALREADY_EXIST

OVF-PACKAGE-LIST-1

The template definition list is not associated with a URL (ovfindex.xml), so it cannot be refreshed from the source

TEMPLATE_DEFINITION_LIST_REFRESH_NO_URL

OVF-PACKAGE-LIST-2

OVF Package list name is required

TEMPLATE_DEFINITION_LIST_NAME_NOT_FOUND

 

 

LNK-0

Invalid link. Check documentation

LINKS_INVALID_LINK

LNK-1

Invalid number of links: this resource only accepts a single link

LINKS_ONLY_ACCEPTS_ONE_LINK

LNK-2

Virtual machine template link with rel 'virtualmachinetemplate' is mandatory

LINKS_VIRTUAL_MACHINE_TEMPLATE_NOT_FOUND

LNK-3

Virtual machine template link is invalid

LINKS_VIRTUAL_MACHINE_TEMPLATE_INVALID_URI

LNK-4

Region link not found or invalid

LINKS_PUBLIC_CLOUD_REGION_INVALID

Persistent

 

 

CONSTR-InstanceName

Missing instance name

SNAPSHOT_CONSTRAINT_NAME

CONSTR-LENGTH-NAME-MAX

The length of the NAME parameter must be less than 255 characters

PERSISTENT_CONSTRAINT_LENGTH_NAME_MAX

CONSTR-LENGTH-NAME-MIN

The length of the NAME parameter must be greater than 1 characters

PERSISTENT_CONSTRAINT_LENGTH_NAME_MIN

CONSTR-LENGTH-VOL-NAME-MAX

The length of the NAME parameter must be less than 255 characters

PERSISTENT_CONSTRAINT_LENGTH_VOL_NAME_MAX

CONSTR-LENGTH-VOL-NAME-MIN

The length of the NAME parameter must be greater than 1 characters

PERSISTENT_CONSTRAINT_LENGTH_VOL_NAME_MIN

CONSTR-SNAPSHOT-LENGTH-NAME-MAX

The length of the NAME parameter must be less than 255 characters

SNAPSHOT_CONSTRAINT_LENGTH_NAME_MAX

CONSTR-SNAPSHOT-LENGTH-NAME-MIN

The length of the NAME parameter must be greater than 1 characters

SNAPSHOT_CONSTRAINT_LENGTH_NAME_MIN

PERSISTENT-1

The virtual machine template is already persistent

PERSISTENT_TEMPLATE_IS_PERSITENT

PERSISTENT-2

A RAW format conversion does not exist for the virtual machine template but is required to make it persistent

PERSISTENT_RAW_CONVERSION_NOT_EXISTS

PERSISTENT-3

No name given for the new persistent template

PERSISTENT_NEW_NAME_NOT_FOUND

PERSISTENT-4

No tier or volume for storing the persistent virtual machine template was found in the request but one of these is required

PERSISTENT_NO_VOLUME_TIER_LINK_FOUND

PERSISTENT-5

There are no pools available in at least one of the selected tiers

PERSISTENT_NO_POOLS_IN_TIER

PERSISTENT-6

An error occurred while creating the volume. Please contact your administrator

PERSISTENT_CAN_NOT_CREATE_VOLUME

PERSISTENT-7

Another virtual machine is already using the persistent virtual machine template.

PERSISTENT_ALREADY_ATTACHED

PERSISTENT-8

No virtual machine template found to persist

PERSISTENT_NO_TEMPLATE_LINK_FOUND

PERSISTENT-9

Invalid tier link

PERSISTENT_INVALID_TIER_LINK

PERSISTENT-10

Invalid volume link

PERSISTENT_INVALID_VOLUME_LINK

PERSISTENT-11

Invalid virtual datacenter link

PERSISTENT_INVALID_VDC_LINK

PERSISTENT-12

No virtual datacenter found for the persistent virtual machine

PERSISTENT_NO_VDC_LINK_FOUND

PERSISTENT-13

Unable to create the initiator mapping for the volume.

PERSISTENT_CAN_NOT_ADD_INITIATOR

PERSISTENT-14

The virtual datacenter does not belong to the correct enterprise

PERSISTENT_VDC_WRONG_ENTERPRISE

PERSISTENT-15

Invalid disk link

PERSISTENT_INVALID_DISK_LINK

PERSISTENT-16

Defined sequence repeated

PERSISTENT_SEQ_REPEATED

PERSISTENT-17

Disk misses for defined sequence

PERSISTENT_MISSING_DISK

PERSISTENT-18

Destination disk sequences must match with origin disk sequences

PERSISTENT_ORIGIN_DESTINATION_STORAGE_MISMATCH

PERSISTENT-19

Cannot request creation of a persistent disk from an empty disk

PERSISTENT_EMPTY_DISK

PERSISTENT-20

Cannot request creation of a persistent disk from an ISO disk

PERSISTENT_ISO_DISK

Price factor

 

 

PF-1

Price factor must be unique for each provider

PRICE_FACTOR_DUPLICATED

PF-2

Bill type of the price factor must be defined in order to define a product ID

PRICE_FACTOR_BILL_TYPE_NOT_DEFINED

PF-3

Bill type and product ID cannot contain the reserved character '.'

PRICE_FACTOR_CONTAIN_INVALID_CHARACTER

PF-4

Price factor provider not specified

PRICE_FACTOR_PROVIDER_NOT_SPECIFIED

PF-5

The requested price factor does not exist

PRICE_FACTOR_NOT_FOUND

PF-6

Cannot assign the same enterprise to the same price factor more than once

PRICE_FACTOR_DUPLICATED_ENTERPRISE

PF-7

There is another price factor with the same provider, bill type and product id from another scope associated to the enterprise

PRICE_FACTOR_ALREADY_ASSOCIATED_FROM_ANOTHER_SCOPE

Pricing credentials

 

 

PRICING-CREDS-1

The requested pricing credentials do not exist

NON_EXISTENT_PRICING_CREDENTIALS

PRICING-CREDS-2

The supplied pricing credentials are already in use.

PRICING_CREDENTIAL_IN_USE

PRICING-CREDS-3

The credentials require a provider attribute

PRICING_CREDENTIAL_PROVIDER_REQUIRED

PRICING-CREDS-4

The credentials require an access key attribute

PRICING_CREDENTIAL_ACCESS_KEY_REQUIRED

PRICING-CREDS-5

Cannot update the provider of existing pricing credentials

PRICING_CREDENTIAL_CANNOT_MODIFY_PROVIDER

PRICING-CREDS-6

A link to a hypervisortype or publiccloudregion is required

PRICING_CREDENTIAL_TYPE_OR_PCR_REQUIRED

PRICING-CREDS-7

Cannot use pricing credentials in a dynamic region plugin

PRICING_CREDENTIAL_CANNOT_USE_IN_DYNAMIC_REGIONS

Pricing template

 

 

PRICINGTEMPLATE-0

Missing currency parameter

CURRENCY_PARAM_NOT_FOUND

PRICINGTEMPLATE-1

Missing enterprise parameter

ENT_PARAM_NOT_FOUND

PRICINGTEMPLATE-2

Duplicate name for pricing template

PRICING_TEMPLATE_DUPLICATED_NAME

PRICINGTEMPLATE-3

The requested pricing template does not exist

NON_EXISTENT_PRICING_TEMPLATE

PRICINGTEMPLATE-4

Cannot delete a pricing template that is associated with an enterprise

DELETE_ERROR_WITH_ENTERPRISE

PRICINGTEMPLATE-5

The maximum allowed period for prices is MONTH

PRICING_TEMPLATE_CHARGE_PERIOD_BIGGER_THAN_MONTH

PRICINGTEMPLATE-6

Pricing template name cannot be empty

PRICING_TEMPLATE_EMPTY_NAME

PRICINGTEMPLATE-8

Period for prices value can't be null

CHARGING_PERIOD_VALUES

PRICINGTEMPLATE-9

Check minimum charge value is not null or wrong type

MINIMUM_CHARGE_EMPTY

PRICINGTEMPLATE-10

Minimum charge values should be between 0 and 5

MINIMUM_CHARGE_VALUES

PRICINGTEMPLATE-11

CPU can have prices for on/off or a generic CPU price

PRICING_TEMPLATE_CPU

PRICINGTEMPLATE-12

RAM can have prices for on/off or a generic RAM price

PRICING_TEMPLATE_RAM

PRICINGTEMPLATE-13

VM can have prices for on/off or a generic VM price and protected

PRICING_TEMPLATE_VM

PRICINGTEMPLATE-14

No pricing template price history found for the current month

PRICING_TEMPLATE_HISTORY_NOT_FOUND_CURRENT_MONTH

Privilege

 

 

PRIVILEGE-0

The requested privilege does not exist

NON_EXISTENT_PRIVILEGE

PRIVILEGE-1

The user does not have the requested privilege

NOT_ASSIGNED_PRIVILEGE

Provider limit

 

 

PROVIDER-LIMITS-36

The provider limits already exist

PROVIDER_LIMITS_DUPLICATE

PROVIDER-LIMITS-37

An endpoint is only allowed for a dynamic region

PROVIDER_LIMITS_DYNAMIC

Public cloud

 

 

PUBLIC-1

The requested credentials do not exist

NON_EXISTENT_CREDENTIALS

PUBLIC-2

Unable to establish a connection to the endpoint of the public cloud region

PUBLIC_CONNECTION_PROBLEM

PUBLIC-3

The requested provider already has credentials assigned.

CREDENTIALS_ALREADY_ASSIGNED

PUBLIC-4

The requested provider is not supported.

PUBLIC_PROVIDER_NOT_SUPPORTED

PUBLIC-5

The requested operation is not supported in a public cloud region

PUBLIC_OPERATION_NOT_SUPPORTED

PUBLIC-6

The requested operation is not supported in a datacenter

NON_PUBLIC_OPERATION_NOT_SUPPORTED

PUBLIC-7

The provider field of public cloud credentials cannot be modified

CREDENTIALS_CANT_MODIFY_PROVIDER

PUBLIC-8

Missing public cloud region link

MISSING_PUBLIC_CLOUD_REGION_LINK

PUBLIC-9

Plugin not loaded or not a cloud provider

PUBLIC_CLOUD_NO_SUCH_PROVIDER

PUBLIC-10

The enterprise does not have credentials for this provider

CREDENTIALS_NON_EXISTENT_CANNOT_DO_ACTION

PUBLIC-11

The access ID and secret key are required to validate the credentials

CREDENTIALS_CHECK_REQUIRED_ACCESS_KEY

PUBLIC-12

The given credentials are not valid for this region

CREDENTIALS_CHECK_INVALID

PUBLIC-13

The given credentials could not be validated. At least one public cloud region of the same provider type must be allowed for this enterprise in order to verify the credentials

CREDENTIAL_CAN_NOT_BE_CHECKED

PUBLIC-14

The supplied public cloud credentials are already in use.

CREDENTIAL_IN_USE

PUBLIC-15

A public cloud region is required to create a public cloud credential for this provider type

CREDENTIAL_PUBLIC_CLOUD_REGION_REQUIRED

PUBLIC-16

A link to a public cloud region or a provider type must be provided

CREDENTIAL_MISSING_LINK

PUBLIC-17

The public cloud region of a public cloud credential cannot be modified

CREDENTIALS_CANT_MODIFY_PCR

PUBLIC-18

The public cloud credentials are not valid for compute operations in the provider

CREDENTIALS_ONLY_FOR_BILLING

Public cloud region

 

 

PUBLICREGION-1

The enterprise link is required

PUBLIC_CLOUD_REGION_MISSING_ENT_LINK

PUBLICREGION-2

The name is required

PUBLIC_CLOUD_REGION_NAME_REQUIRED

PUBLICREGION-5

The region is already used by another public cloud region

PUBLIC_CLOUD_REGION_REGION_DUPLICATED

PUBLICREGION-6

The name is already used by another public cloud region

PUBLIC_CLOUD_REGION_NAME_DUPLICATED

PUBLICREGION-7

The remote services for a public cloud region must be: Virtualization Manager, Monitor Manager, Plugin Manager, Service Manager, Remote Access Manager

PUBLIC_CLOUD_REGION_INVALID_REMOTE_SERVICES

PUBLICREGION-8

The requested public cloud region does not exist

NON_EXISTENT_PUBLIC_CLOUD_REGION

PUBLICREGION-9

The requested public cloud region is invalid for the given public cloud provider

PUBLIC_CLOUD_REGION_REGION_INVALID

PUBLICREGION-10

Cannot obtain the endpoint of the given provider type and region.

PUBLIC_CLOUD_REGION_ENDPOINT_UNAVAILABLE

PUBLICREGION-11

Cannot delete a public cloud region that is being used by some virtual datacenters

PUBLIC_CLOUD_REGION_DELETE_VIRTUAL_DATACENTERS

PUBLICREGION-12

The region of a public cloud region cannot be modified

PUBLIC_CLOUD_REGION_REGION_UNMODIFIABLE

PUBLICREGION-13

The provider type of a public cloud region cannot be modified

PUBLIC_CLOUD_REGION_TYPE_UNMODIFIABLE

PUBLICREGION-14

The requested public cloud region does not support storage limits

PUBLIC_CLOUD_REGION_STORAGE_LIMIT_UNSUPPORTED

PUBLICREGION-15

The requested public cloud region does not support repository limits

PUBLIC_CLOUD_REGION_REPOSITORY_LIMIT_UNSUPPORTED

PUBLICREGION-16

The endpoint of a public cloud region cannot be modified

PUBLIC_CLOUD_REGION_ENDPOINT_UNMODIFIABLE

PUBLICREGION-17

The given provider ID belongs to a virtual datacenter of another enterprise

PUBLIC_CLOUD_REGION_SYNC_VDC_DIFFERENT_ENTEPRISE

PUBLICREGION-18

The given provider ID does not belong to any remote virtual datacenter

PUBLIC_CLOUD_REGION_SYNC_VDC_REMOTE_UNEXISTENT

PUBLICREGION-19

VDC synchronization is not possible for providers not implementing VPC. Synchronize region instead

PUBLIC_CLOUD_REGION_SYNC_VDC_NOT_ALLOWED_WITHOUT_VPC

PUBLICREGION-20

Public cloud region synchronize is not possible for providers implementing VPC. Synchronize each VDC individually instead

PUBLIC_CLOUD_REGION_SYNC_FULL_NOT_ALLOWED_WITH_VPC

PUBLICREGION-21

Cannot synchronize the virtual machines '%s' and '%s' because they already exist in different virtual datacenters but are related by a firewall/load balancer

PUBLIC_CLOUD_REGION_SYNC_VMS_DIFF_VDC

PUBLICREGION-22

Cannot synchronize the firewall policies '%s' and '%s' because they already exist in different virtual datacenters but are related by a virtual machine

PUBLIC_CLOUD_REGION_SYNC_FWS_DIFF_VDC

PUBLICREGION-23

Cannot synchronize the load balancers '%s' and '%s' because they already exist in different virtual datacenters but are related by a virtual machine

PUBLIC_CLOUD_REGION_SYNC_LBS_DIFF_VDC

PUBLICREGION-24

Cannot determine the target virtual datacenter of synchronize because of dependencies between virtual machines and firewalls of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_VMS_FWS_DIFFERENT_VDC

PUBLICREGION-25

Cannot determine the target virtual datacenter of synchronize because of dependencies between virtual machines and load balancers of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_VMS_LBS_DIFFERENT_VDC

PUBLICREGION-26

Cannot determine the target virtual datacenter of synchronize because of dependencies between firewalls and load balancers of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_FWS_LBS_DIFFERENT_VDC

PUBLICREGION-27

Cannot determine the target virtual datacenter of synchronize because of dependencies between virtual machines and networks of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_VMS_NET_DIFFERENT_VDC

PUBLICREGION-28

Cannot determine the target virtual datacenter of synchronize because of dependencies between firewalls and networks of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_FWS_NET_DIFFERENT_VDC

PUBLICREGION-29

Cannot determine the target virtual datacenter of synchronize because of dependencies between load balancers and networks of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_LBS_NET_DIFFERENT_VDC

PUBLICREGION-30

Single resource synchronization is not supported, use the full public cloud region synchronization

PUBLIC_CLOUD_REGION_ONLY_FULL_SYNC_SUPPORTED

PUBLICREGION-31

Cannot synchronize the networks '%s' and '%s' because they already exist in different virtual datacenters but are related by a virtual machine/load balancer

PUBLIC_CLOUD_REGION_SYNC_NETS_DIFF_VDC

PUBLICREGION-32

The requested virtual datacenter was not found. If the resource group of the virtual datacenter has changed, delete the virtual datacenter from Abiquo and onboard it again.

PUBLIC_CLOUD_REGION_SYNC_VDC_REMOTE_NOT_FOUND

PUBLICREGION-33

Cannot synchronize the subnets '%s' and '%s' because they already exist in different virtual datacenters but are related by a virtual machine

PUBLIC_CLOUD_REGION_SYNC_SUBNETS_DIFF_VDC

PUBLICREGION-34

Cannot determine the target virtual datacenter of synchronize because of dependencies between virtual machines and subnets of virtual datacenters with ids: '%s' and '%s'

PUBLIC_CLOUD_REGION_SYNC_VMS_SUBNET_DIFFERENT_VDC

PUBLICREGION-35

This public cloud region contains volumes and cannot be deleted without removing them first

PUBLIC_CLOUD_REGION_DELETE_VOLUMES

Query paging standard errors

 

 

QUERY-0

Invalid 'by' parameter

QUERY_INVALID_PARAMETER

QUERY-1

Invalid 'type' parameter. Only 'EXTERNAL', 'UNMANAGED' or 'PUBLIC' allowed

QUERY_NETWORK_TYPE_INVALID_PARAMETER

QUERY-2

Invalid range: 'startwith' parameter must be less than 'limit' parameter

QUERY_INVALID_RANGE

RabbitMQ

 

 

RABBITMQ-0

Failed connection to RabbitMQ

RABBITMQ_CONNECTION_FAILED

Rack

 

 

RACK-0

The rack is not assigned to the datacenter

NOT_ASSIGNED_RACK_DATACENTER

RACK-3

There is already a rack with that name in this datacenter

RACK_DUPLICATED_NAME

RACK-4

This rack does not exist

NON_EXISTENT_RACK

RACK-5

Machines in this rack cannot be discovered

NON_MANAGED_RACK

RACK-7

There is already a managed rack with this IP defined in the same datacenter

RACK_DUPLICATED_IP

RACK-9

Cannot remove this rack because there are some virtual machines deployed on it

RACK_CANNOT_REMOVE_VMS

RACK-11

This rack contains deployed virtual machines

RACK_CONTAINS_DEPLOYED_VMS

RACK-12

The new VLAN tag range is not valid because some VLAN tags on the rack are outside of the new range

RACK_INVALID_VLAN_RANGE

RACK-13

The new VLAN tag range does not contain any available tags, check ''vlanIdMin'', ''vlanIdMax'' and ''vlansIdAvoided''

RACK_INEXISTENT_VLAN_RANGE

RACK-14

Missing link to rack

MISSING_RACK_LINK

Region

 

 

REGION-0

Missing region link

REGION_LINK_NOT_FOUND

REGION-1

Invalid region link

REGION_LINK_INVALID

REGION-2

Region not found in the provider plugin

REGION_NOT_FOUND

Remote service

 

 

RS-0

The remote service is not assigned to the datacenter

NOT_ASSIGNED_REMOTE_SERVICE_DATACENTER

RS-1

Wrong remote service type

WRONG_REMOTE_SERVICE_TYPE

RS-2

The remote service does not exist

NON_EXISTENT_REMOTE_SERVICE_TYPE

RS-3

The remote service URL already exists and cannot be duplicated

REMOTE_SERVICE_URL_ALREADY_EXISTS

RS-4

Malformed remote service URL

REMOTE_SERVICE_MALFORMED_URL

RS-5

This datacenter already has a storage pool assigned

REMOTE_SERVICE_POOL_ASIGNED

RS-6

A remote service of that type with the same UUID is already in use

REMOTE_SERVICE_TYPE_EXISTS

RS-7

Failed connection to the remote service

REMOTE_SERVICE_CONNECTION_FAILED

RS-8

This remote service is not available to be checked

REMOTE_SERVICE_CANNOT_BE_CHECKED

RS-9

Cannot delete a storage manager with storage pools associated

REMOTE_SERVICE_STORAGE_REMOTE_WITH_POOLS

RS-10

Cannot delete a DHCP Service. There are virtual machines deployed.

REMOTE_SERVICE_DHCP_IS_BEING_USED

RS-11

The URL supplied is invalid

REMOTE_SERVICE_WRONG_URL

RS-12

The URI of the DHCP remote service is invalid

REMOTE_SERVICE_DHCP_WRONG_URI

RS-13

The remote service does not have the abiquo.datacenter.id property set

REMOTE_SERVICE_DATACENTER_UUID_NOT_FOUND

RS-14

The remote service is configured with a different datacenter UUID, please adjust the abiquo.datacenter.id property in the remote service.

REMOTE_SERVICE_DATACENTER_UUID_INCONSISTENT

RS-15

A port must be defined in the URI

REMOTE_SERVICE_UNDEFINED_PORT

RS-16

The remote service indicated cannot be used in a remote service client pool

REMOTE_SERVICE_NON_POOLABLE

RS-17

An unexpected error occurred while getting the remote service client from the client pool

REMOTE_SERVICE_ERROR_BORROWING

RS-18

Remote service exception: the remote service log contains more details

REMOTE_SERVICE_OWN_EXCEPTION

RS-19

Cannot delete a virtual system monitor service. There are virtual machines deployed.

REMOTE_SERVICE_VSM_IS_BEING_USED

RS-20

The URI parameter is required

REMOTE_SERVICE_URI_REQUIRED

RS-21

Remote service UUID already used

REMOTE_SERVICE_UUID_DUPLICATED

RS-22

The URI of the DHCPv6 remote service is invalid

REMOTE_SERVICE_DHCPv6_WRONG_URI

RS-23

The remote service is not assigned to the public cloud region

NOT_ASSIGNED_REMOTE_SERVICE_REGION

RS-24

The type parameter is required

REMOTE_SERVICE_TYPE_REQUIRED

RS-25

Remote service in use

REMOTE_SERVICE_IN_USE

RS-26

The requested remote service does not exist

NON_EXISTENT_REMOTE_SERVICE

RS-27

A location is required to create the remote service, and only one is allowed

REMOTE_SERVICE_NOT_REUSABLE

RS-28

Remote service type not allowed to be used in a datacenter

REMOTE_SERVICE_NOT_ALLOWED_FOR_DATACENTER

RS-29

Remote service type not allowed to be used in a public cloud region

REMOTE_SERVICE_NOT_ALLOWED_FOR_REGION

RS-30

The location already has a remote service of the same type assigned

REMOTE_SERVICE_DATACENTER_ALREADY_HAS_TYPE

RS-31

The type cannot be modified

REMOTE_SERVICE_TYPE_UNMODIFIABLE

RS-32

More than one remote service of the same type is not allowed in a datacenter

REMOTE_SERVICE_DUPLICATED

RS-33

Cannot release the Monitor Manager because the datacenter has monitors

REMOTE_SERVICE_CANNOT_UNASIGN_VSM

RS-35

Cannot detach not reusable remote service

REMOTE_SERVICE_CANNOT_DETACH_NOT_REUSABLE

RS-AM-0

The repository exported by the current appliance manager is being used in another datacenter

APPLIANCE_MANAGER_REPOSITORY_ALREADY_DEFINED

RS-AM-1

The current repository holds virtual machine templates being used in some virtual appliances, so it is not possible to remove this remote service. You can replace the appliance manager with another one but only if the same repository is used.

APPLIANCE_MANAGER_REPOSITORY_IN_USE

Repository

 

 

REPO-1

Cannot request ''usage'' or ''refresh'' of a public cloud repository

REPOSITORY_PUBLIC_CLOUD_ACTIONS

Resource groups

 

 

RESOURCEGROUP-1

The resource group does not exist

RESOURCE_GROUP_NOT_FOUND

RESOURCEGROUP-2

Name and provider are required

RESOURCE_GROUP_FIELDS_REQUIRED

RESOURCEGROUP-3

There is already a resource group with the same name

RESOURCE_GROUP_DUPLICATED_NAME

RESOURCEGROUP-4

Resource groups can be created in allowed locations only

RESOURCE_GROUP_NOT_ALLOWED_REGION

RESOURCEGROUP-5

A single resource group is mandatory

RESOURCE_GROUP_REQUIRED

RESOURCEGROUP-6

The supplied resource group link is invalid

RESOURCE_GROUP_INVALID_LINK

RESOURCEGROUP-7

The availability set must be in the same resource group as the virtual machine

RESOURCE_GROUP_AVAILABILITY_SET

RESOURCEGROUP-8

Cannot modify resource group

RESOURCE_GROUP_UPDATE_NOT_ALLOWED

RESOURCEGROUP-9

To delete the resource group from the platform, you must first remove all the resources that it contains. To display all resources, you will require access to all VDCs

RESOURCE_GROUP_DELETE_NOT_ALLOWED

RESOURCEGROUP-10

Cannot edit resource group

RESOURCE_GROUP_EDIT_NOT_ALLOWED

RESOURCEGROUP-11

When editing a resource group, you may only change the name

RESOURCE_GROUP_EDIT_INVALID_VALUES

RESOURCEGROUP-12

Region or hypervisor type link is missing

RESOURCE_GROUP_MISSING_LINKS

Role

 

 

ROLE-0

The requested role does not exist

NON_EXISTENT_ROLE

ROLE-1

The requested role cannot be modified

NON_MODIFICABLE_ROLE

ROLE-2

Missing privilege parameter

PRIVILEGE_PARAM_NOT_FOUND

ROLE-3

The requested role is blocked. It cannot be deleted

DELETE_ERROR

ROLE-4

Cannot delete a role with a user associated

DELETE_ERROR_WITH_USER

ROLE-5

Cannot delete a role with a RoleLdap associated

DELETE_ERROR_WITH_ROLE_LDAP

ROLE-6

Cannot create a role with the same name as an existing role for the same enterprise or with the same name as an existing global role

DUPLICATED_ROLE_NAME_ENT

ROLE-7

Cannot create a global role with the same name as an existing role

DUPLICATED_ROLE_NAME_GEN

ROLE-8

Not enough privileges to manage this role

HAS_NOT_ENOUGH_PRIVILEGE

ROLE-9

Property name must not be blank

ROLE_NAME_BLANK

ROLE-10

Cannot modify the enterprise of this role because it is currently assigned to users of that enterprise.

NON_MODIFICABLE_ROLE_ENTERPRISE

ROLE-11

Invalid role link

INVALID_ROLE_LINK

ROLE-12

Cannot assign the same user to different roles.

ROLE_SAME_USER

ROLE-13

Cannot delete a role used as a virtual datacenter role

DELETE_ERROR_WITH_VDC

ROLE-14

Cannot delete the default role of an allowed location

DELETE_ERROR_WITH_LIMIT

ROLE-15

Role name cannot exceed 40 chars

ROLE_SIZE_INVALID

Role LDAP

 

 

ROLELDAP-1

There are multiple entries for the requested roleLdap

MULTIPLE_ENTRIES_ROLELDAP

SAML

 

 

SAML-0

Cannot create a valid SAML IdP login URI

SAML_IDP_LOGIN_URI_ERROR

Scaling group

 

 

SCALING-GROUP-1

The provided scaling group is null

SCALING_GROUP_NULL

SCALING-GROUP-2

A virtual appliance is needed to create a scaling group

SCALING_GROUP_NO_VAPP

SCALING-GROUP-3

A master virtual machine is needed to create a scaling group

SCALING_GROUP_NO_VM

SCALING-GROUP-4

Name is required for a scaling group

SCALING_GROUP_NO_NAME

SCALING-GROUP-5

The scaling group cooldown seconds must be > 0

SCALING_GROUP_INVALID_COOLDOWN_SECONDS

SCALING-GROUP-6

The scaling group min size must be >= 0

SCALING_GROUP_INVALID_MIN_SIZE

SCALING-GROUP-7

The scaling group max size must be greater than min size

SCALING_GROUP_INVALID_MAX_SIZE

SCALING-GROUP-8

Empty scaling group 'out' rules

SCALING_GROUP_NO_SCALING_OUT_RULES

SCALING-GROUP-9

Empty scaling group 'in' rules

SCALING_GROUP_NO_SCALING_IN_RULES

SCALING-GROUP-10

Overlapped time ranges in the provided scaling rules

SCALING_GROUP_OVERLAPPING_RULES

SCALING-GROUP-11

Only one default rule is allowed

SCALING_GROUP_MULTIPLE_DEFAULT_RULES

SCALING-GROUP-12

The requested scaling group does not exist

SCALING_GROUP_NOT_FOUND

SCALING-GROUP-13

Unable to enable or disable maintenance mode because the scaling group contains locked virtual machine(s)

SCALING_GROUP_WITH_LOCKED_VMS

SCALING-GROUP-14

The scaling group is in maintenance mode already

SCALING_GROUP_ON_MAINTENANCE

SCALING-GROUP-15

The scaling group is not in maintenance mode

SCALING_GROUP_NON_MAINTENANCE

SCALING-GROUP-16

The scaling group must be in maintenance mode in order to apply the requested operation

SCALING_GROUP_ON_MAINTENANCE_NEEDED

SCALING-GROUP-17

The virtual machine is already assigned to another scaling group

VM_ASSIGNED_TO_SCALING_GROUP

SCALING-GROUP-18

Unable to scale out if the scaling group is in maintenance mode

SCALING_OUT_ON_MAINTENANCE

SCALING-GROUP-19

Unable to scale in if the scaling group is in maintenance mode

SCALING_IN_ON_MAINTENANCE

SCALING-GROUP-20

A master virtual machine cannot be deleted or released

VM_DELETE_MASTER_OF_SCALING_GROUP

SCALING-GROUP-21

The scaling group cannot be in maintenance mode in order to apply the requested operation

SCALING_GROUP_NOT_ON_MAINTENANCE_NEEDED

SCALING-GROUP-22

License not found to manage scaling groups

UNLICENSED_SCALING_GROUPS

SCALING-GROUP-23

You are trying to delete a scaling group that is associated with one or more action plans. If you delete the scaling group, the related actions plans will be affected. To proceed with the delete, please try again with the 'force' parameter set to 'true'.

SCALING_GROUP_USED_IN_ACTION_PLAN_WILL_BE_DELETED

SCALING-GROUP-24

No scaling rules found in range and no default rule available

SCALING_GROUP_NO_RULES_IN_RANGE_OR_DEFAULT

Scaling rule

 

 

SCALING-RULE-1

The provided scaling rule is null

SCALING_RULE_NULL

SCALING-RULE-2

The scaling rule start time must be before the end time

SCALING_RULE_INVALID_TIME_RANGE

SCALING-RULE-3

The scaling rule cooldown seconds must be > 0

SCALING_RULE_INVALID_COOLDOWN_SECONDS

SCALING-RULE-4

The scaling rule number of instances must be > 0

SCALING_RULE_INVALID_NUMBER_OF_INSTANCES

SCALING-RULE-5

The scaling rule start and end time must be provided

SCALING_RULE_NO_CLOSED_TIME_RANGE

SCALING-RULE-6

The scaling rule cooldown has not been reached

SCALING_RULE_NO_COOLDOWN_REACHED

Schedule

 

 

SCHEDULE-1

The supplied interval DTO is null

INTERVAL_SCHEDULE_NULL_DTO

SCHEDULE-2

The supplied cron DTO is null

CRON_SCHEDULE_NULL_DTO

SCHEDULE-3

Unable to parse cron expression

CRON_SCHEDULE_ILLEGAL_EXPRESSION

SCHEDULE-4

Missing field 'seconds' in cron expression

CRON_SCHEDULE_MISSING_SECONDS_IN_EXPRESSION

SCHEDULE-5

Missing field 'minutes' in cron expression

CRON_SCHEDULE_MISSING_MINUTES_IN_EXPRESSION

SCHEDULE-6

Missing field 'hours' in cron expression

CRON_SCHEDULE_MISSING_HOURS_IN_EXPRESSION

SCHEDULE-7

Missing field 'day of month' or 'day_of_week' in cron expression

CRON_SCHEDULE_MISSING_DAY_OF_MONTH_OR_WEEK_IN_EXPRESSION

SCHEDULE-8

Missing field 'month' in cron expression

CRON_SCHEDULE_MISSING_MONTH_IN_EXPRESSION

SCHEDULE-9

The repeat interval in seconds must be > 0

INTERVAL_SCHEDULE_INVALID_INTERVAL

SCHEDULE-10

The end date must be after the start date

INTERVAL_SCHEDULE_END_TIME_BEFORE_START_TIME

SCHEDULE-11

The repeat count must be >= 0

INTERVAL_SCHEDULE_INVALID_REPEAT_COUNT

SCHEDULE-12

The end date must be in the future

INTERVAL_SCHEDULE_END_TIME_IN_PAST

Scope

 

 

SCOPE-0

Duplicate name for scope

SCOPE_DUPLICATED_NAME

SCOPE-1

The requested scope does not exist

NON_EXISTENT_SCOPE

SCOPE-2

Cannot delete the default scope

DEFAULT_SCOPE_DELETE

SCOPE-3

Cannot modify the default scope

DEFAULT_SCOPE_EDIT

SCOPE-4

The role supplied in user creation does not have this enterprise visible in its scope

SCOPE_ROLE_ENTERPRISE

SCOPE-5

Cannot remove the scope because there are roles associated with it

SCOPE_WITH_ROLE

SCOPE-6

Cannot associate role with requested scope, because there are users with enterprises not included in this scope.

SCOPE_USERS_OUT_OF_ENTERPRISES

SCOPE-7

Scope invalid link

SCOPE_INVALID_LINK

SCOPE-8

Cannot modify the scope because the enterprise to be removed from scope is the enterprise of a user with this scope assigned

SCOPE_CANNOT_MODIFY

SCOPE-9

Cannot remove the scope because there are pricing templates associated with it

SCOPE_WITH_PRICING_TEMPLATE

SCOPE-10

Cannot modify the scope to remove the enterprise. The virtual machine template is being used by virtual machines in this enterprise.

SCOPE_CANNOT_REMOVE_ENTERPRISE

SCOPE-11

Cannot remove the scope. The virtual machine template is being used by virtual machines in other enterprises.

SCOPE_CANNOT_DELETE

SCOPE-12

Cannot delete the scope because it is the default for an enterprise.

SCOPE_CANNOT_DELETE_ENT_DEFAULT

SCOPE-13

Cannot modify the scope to remove the enterprise. This scope is the default for the enterprise to be removed.

SCOPE_CANNOT_REMOVE_ENT_DEFAULT

SCOPE-14

Cannot associate the enterprise with the requested scope because the enterprise is not included in the scope.

SCOPE_OUT_OF_ENTERPRISES

SCOPE-15

User cannot be created because their enterprise is not visible in the selected scope.

SCOPE_CANNOT_CREATE_USER

SCOPE-16

User cannot be modified because their enterprise is not visible in the selected scope.

SCOPE_CANNOT_MODIFY_USER

SCOPE-17

Cannot remove the scope because there are users associated with it

SCOPE_WITH_USERS

SCOPE-18

Invalid parent scope. You cannot set a scope as its own parent, and you cannot set a descendant's scope as a parent.

SCOPE_INVALID_PARENT

SCOPE-19

Cannot remove the scope because it is a parent scope.

SCOPE_CANNOT_DELETE_PARENT

SCOPE-20

Cannot add a parent to an unlimited scope

SCOPE_ALL_ENT_INVALID_PARENT

SCOPE-21

Only users with an unlimited scope are allowed to make a scope unlimited

SCOPE_UNLIMITED_ONLY_UNLIMITED_USER

SCOPE-22

Cannot remove the scope because there are price factors associated with it

SCOPE_WITH_PRICE_FACTOR

SCOPE-23

Cannot modify the scope to remove the enterprise. There are price factors with the same scope associated to the enterprise.

SCOPE_CANNOT_REMOVE_ENTERPRISE_WITH_PRICE_FACTOR

Script template

 

 

ST-0

The requested script template does not exist

NON_EXISTENT_SCRIPT_TEMPLATE

ST-1

Duplicate name for script template

SCRIPT_TEMPLATE_DUPLICATED_NAME

ST-2

Cannot edit script template because it belongs to another enterprise

SCRIPT_TEMPLATE_EDIT_FROM_OTHER_ENTERPRISE

ST-3

Cannot delete the requested script template because it belongs to another enterprise

SCRIPT_TEMPLATE_DELETE_FROM_OTHER_ENTERPRISE

Service parameter

 

 

SPARAM-0

Service param not found

SERVICE_PARAM_NOTFOUND

Service request

 

 

SERVICE-REQUEST-0

Provided value is not an allowed selection

SERVICE_ACTION_REQUEST_NO_CHOICE

SERVICE-REQUEST-1

Invalid signature, cannot modify 'choices'

SERVICE_ACTION_REQUEST_BAD_SIGNATURE

Service result

 

 

SRESULT-0

Service result not found

SERVICE_RESULT_NOTFOUND

Service schema

 

 

SSCHEMA-0

Service schema not longer available

SERVICE_SCHEMA_DELETED

Service state

 

 

SSTATE-0

Service state not found

SERVICE_STATE_NOTFOUND

SSTATE-1

positive number required for frequency

SERVICE_STATE_INVALIDFREQUENCY

SSTATE-3

Not all connection params informed

SERVICE_STATE_REQUIRED

SSTATE-4

Monitoring not enabled

SERVICE_STATE_NO_MONITORING

SSTATE-5

Monitoring not supported

SERVICE_STATE_NO_MONITORING_SUPPORTED

SSTATE-6

Cannot enable monitoring with error state

SERVICE_STATE_NO_MONITORING_WITH_ERROR

Statistics

 

 

NODECOLLECTOR-1

The remote service has raised an error.

NODECOLLECTOR_ERROR

STATS-0

No statistical data found

NON_EXISTENT_STATS

STATS-1

No statistical data found for the requested datacenter

NON_EXISTENT_STATS_FOR_DATACENTER

STATS-2

No statistical data found for the requested enterprise in this datacenter

NON_EXISTENT_STATS_FOR_DCLIMITS

STATS-3

No statistical data found for the requested enterprise

NON_EXISTENT_STATS_FOR_ENTERPRISE

Storage devices

 

 

DEVICE-0

The requested device does not exist

NON_EXISTENT_DEVICE

DEVICE-1

Duplicate storage device

DEVICE_DUPLICATED

DEVICE-2

Plugin does not specify default management or service. This must be included in the request

STORAGE_DEVICE_MISSING_PORT

Storage pool

 

 

SP-1

Missing IQN query parameter

MISSING_REQUIRED_QUERY_PARAMETER_IQN

SP-2

The ID of the storage pool and the ID of the object supplied must be the same

CONFLICT_STORAGE_POOL

SP-3

The requested storage pool does not exist

NON_EXISTENT_STORAGE_POOL

SP-4

There was an unexpected error while modifying the storage pool

STORAGE_POOL_ERROR_MODIFYING

SP-5

Could not get the storage pools from the target device

STORAGE_POOLS_SYNC

SP-6

Could not get the requested storage pool from the target device

STORAGE_POOL_SYNC

SP-7

Cannot edit or delete the storage pool because it contains volumes

CONFLICT_VOLUMES_CREATED

SP-8

Duplicate storage pool

STORAGE_POOL_DUPLICATED

SP-9

Tier is disabled

STORAGE_POOL_TIER_IS_DISABLED

SP-10

Missing storage pool parameter

STORAGE_POOL_PARAM_NOT_FOUND

SP-11

The datacenter parameter was not found in the storage pool link

STORAGE_POOL_LINK_DATACENTER_PARAM_NOT_FOUND

SP-12

The storage device parameter was not found in the storage pool link

STORAGE_POOL_LINK_DEVICE_PARAM_NOT_FOUND

SP-13

Missing storage pool link

MISSING_POOL_LINK

SP-14

Access to this tier is restricted for your enterprise

STORAGE_POOL_TIER_IS_RESTRICTED

SP-15

The storage pool cannot be added because it is the NFS repository of the Appliance Manager

STORAGE_POOL_SAME_AS_AM

Storage system manager

 

 

SSM-1

Could not get the storage pools on the target storage device

SSM_GET_POOLS_ERROR

SSM-2

Could not get the given storage pool on the target storage device

SSM_GET_POOL_ERROR

SSM-3

Could not get the volumes in the given storage pool

SSM_GET_VOLUMES_ERROR

SSM-4

Could not get the given volume in the given storage pool

SSM_GET_VOLUME_ERROR

SSM-5

Could not create the volume on the target storage device

SSM_CREATE_VOLUME_ERROR

SSM-6

Could not delete the volume from the target storage device

SSM_DELETE_VOLUME_ERROR

SSM-7

Could not update the volume on the target storage device

SSM_UPDATE_ERROR

SSM-8

Could not add the given iSCSI initiator on the target storage device

SSM_ADD_INITIATOR_ERROR

SSM-9

Could not remove the given iSCSI initiator from the target storage device

SSM_REMOVE_INITIATOR_ERROR

SSM-10

Could not get the metadata of the given storage type

SSM_GET_METADATA_ERROR

Subnets

 

 

SUBNET-1

The subnet does not exist

SUBNET_NOT_FOUND

SUBNET-2

The subnet has non-ephemeral IPs or IPs that are being used by virtual machines and cannot be deleted

SUBNET_WITH_USED_IPS_CAN_NOT_BE_DELETED

SUBNET-3

The subnet has IPs that are being used by virtual machines and cannot be modified

SUBNET_HAS_VIRTUALMACHINE

SUBNET-4

All IPs in the subnet are already created

SUBNET_IPS_EXHAUSTED

SUBNET-5

IP format is invalid

SUBNET_INVALID_IP_FORMAT

SUBNET-6

The requested IP is already created in the subnet

SUBNET_IP_ALREADY_CREATED

SUBNET-7

The IP does not belong to the subnet

SUBNET_IP_OUTSIDE_RANGE

SUBNET-8

This IP address is currently used by a virtual machine. It cannot be deleted

SUBNET_IP_CANNOT_BE_DELETED

SUBNET-9

Invalid link to Subnet IP

SUBNET_IP_INVALID_LINK

SUBNET-10

The subnet IP does not exist

SUBNET_IP_NOT_FOUND

SUBNET-11

Invalid location identifier in the subnet IP link

SUBNET_IP_LINK_INVALID_LOCATION

SUBNET-12

At least one IP should be requested in order to create IPs

SUBNET_IPS_BULK_CREATION_GRATER_THAN_0

SUBNET-13

The literal of the first IP is required

SUBNET_IPS_BULK_CREATION_REQUIRED_IP

SUBNET-14

The requested number of IPs to create is out of range

SUBNET_IPS_NUM_OUT_OF_RANGE

SUBNET-15

Name field is required in order to create a non-ephemeral IP

SUBNET_IP_NAME_REQUIRED

SUBNET-16

Cannot reserve an IP for a virtual machine in a different VDC

SUBNET_IP_RESERVE_VIRTUALMACHINE

SUBNET-17

Cannot reserve an IP without providing a reason

SUBNET_IP_RESERVE_REASON

SUBNET-18

Default subnet not found for the virtual datacenter

SUBNET_DEFAULT_NOT_FOUND

SUBNET-19

The provider of the virtual datacenter does not support subnets

SUBNET_DEFAULT_NOT_SUPPORTED

SUBNET-20

Only subnets in the same virtual datacenter can be set as the default

SUBNET_DEFAULT_DIFFERENT_VDC

SUBNET-21

The subnet is already used by another virtual datacenter

SUBNET_ALREADY_IN_USE_BY_ANOTHER_VDC

SUBNET-22

The subnet name is already in use

SUBNET_DUPLICATED_NAME

SUBNET-23

Subnet IP creation failed

SUBNET_IP_CANNOT_BE_CREATED

System properties

 

 

SYSPROP-0

The requested system property does not exist

NON_EXISTENT_SYSTEM_PROPERTY

SYSPROP-1

There is already a system property with that name

SYSTEM_PROPERTIES_DUPLICATED_NAME

Tags

 

 

TAGGING-0

Tag does not match provider format restrictions

INVALID_TAG_FORMAT

TAGGING-1

Tag value cannot be null

NULL_TAG_VALUE

TAGGING-2

Tag key can not be null or empty

NULL_OR_EMPTY_TAG_KEY

TAGGING-3

Tag key is already assigned to resource

TAG_KEY_ALREADY_ASSIGNED

TAGGING-4

Tag key is not assigned to resource

TAG_KEY_NOT_ASSIGNED

TAGGING-5

Tag key is assigned in the provider. Try to synchronize.

TAG_KEY_ASSIGNED_IN_PROVIDER

TAGGING-6

Resource does not have support for tagging operations

UNSUPPORTED_RESOURCE_TYPE

TAGGING-7

Not enough free slots in provider to materialize tags

INSUFFICIENT_TAG_SLOTS_IN_PROVIDER

TAGGING-8

Error while executing tag operation in provider

FAILED_TAG_OP_IN_PROVIDER

TAGGING-9

Resource does not have support for async task operations

NO_ASYNC_TASK_RESOURCE_TYPE

TAGGING-10

Resource does not have a provider ID

RESOURCE_WITHOUT_PROVIDER_ID

TAGGING-11

Entities that are targets of the bulk tagging operation belong to different enterprises

MULTIPLE_ENTERPRISES_BULK_TAG_OP

TAGGING-12

Unable to operate over protected tag keys

OPERATE_PROTECTED_TAG_KEYS

TAGGING-13

Unable to parse tag policy.

TAG_POLICY_PARSE_ERROR

TAGGING-14

This tag policy is already assigned to this enterprise.

TAG_POLICY_ALREADY_ASSIGNED

TAGGING-15

Tag policy cannot be assigned to enterprise, some child policies are not compatible.

TAG_POLICY_UNABLE_TO_ATTACH_NOT_COMPATIBLE_CHILDS

TAGGING-16

Tag policy cannot override effects of its parent tag policy.

TAG_POLICY_TRIES_TO_OVERRIDE_EFFECT

TAGGING-17

The parent tag policy does not allow this key operation.

TAG_POLICY_KEY_OP_NOT_ALLOWED

TAGGING-18

The parent tag policy does not allow this value operation.

TAG_POLICY_VALUE_OP_NOT_ALLOWED

TAGGING-19

The parent tag policy does not allow you to restrict key operations.

TAG_POLICY_KEY_OP_RESTRICTIONS_NOT_VALID

TAGGING-20

The parent tag policy does not allow you to restrict value operations.

TAG_POLICY_VALUE_OP_RESTRICTIONS_NOT_VALID

TAGGING-21

The parent tag policy does not allow you to require tags on specific resources.

TAG_POLICY_REQUIRE_OP_NOT_ALLOWED

TAGGING-22

The parent tag policy does not allow you to restrict operations to require tags on specific resources.

TAG_POLICY_REQUIRE_OP_RESTRICTIONS_NOT_VALID

TAGGING-23

The tag policy collection does not contain a unique tag policy key.

TAG_POLICY_COLLECTION_NOT_UNIQUE_POLICY_NAME

TAGGING-24

The tag policy was not found.

TAG_POLICY_NOT_FOUND

TAGGING-25

The enterprise has tag policies attached that are not compatible with child tag policies.

TAG_POLICY_ENTERPRISE_NOT_COMPATIBLE

TAGGING-26

Unable to delete tag policy because it is overridden by child tag policies.

TAG_POLICY_UNABLE_TO_DELETE_OVERRIDE_TAG_POLICY

TAGGING-27

Unable to build AsyncTask, abstract datacenter is not available.

UNABLE_TO_BUILD_ASYNC_TASK

TAGGING-28

Tag filter valid operations are 'or' and 'and'

TAG_FILTER_INVALID_OPERATION

TAGGING-29

Empty collections of values for tag filter are not allowed

TAG_FILTER_EMPTY_TAG_VALUES

TAGGING-30

Tag filter operation is required

TAG_FILTER_EMPTY_OPERATION

Target group

 

 

TARGETGROUP-1

The requested target group does not exist

TARGET_GROUP_NOT_FOUND

TARGETGROUP-2

Target group health check not found

TARGET_GROUP_HEALTH_CHECK_NOT_FOUND

TARGETGROUP-3

Cannot embed HealthCheck during modify, use sub-resource instead

TARGET_GROUP_FLAT_PUT

TARGETGROUP-4

The requested target group target does not exist

TARGET_GROUP_TARGET_NOT_FOUND

TARGETGROUP-5

Invalid target group target

TARGET_GROUP_INVALID_TARGET

TARGETGROUP-6

Cannot register targets with the same provider ID and port

TARGET_GROUP_DUPLICATED

TARGETGROUP-7

Invalid link to target group

TARGET_GROUP_INVALID_LINK

TARGETGROUP-8

The requested target group is currently being used by a load balancer and cannot be deleted

TARGET_GROUP_CANNOT_DELETE

TARGETGROUP-9

Regional sync of target group not supported, please use the global endpoint to sync target groups

TARGET_GROUP_CANNOT_PERFORM_REGIONAL_SYNC

Tasks

 

 

TASK-1

The requested task does not exist

NON_EXISTENT_TASK

TASK-2

The task is not in the appropriate state

TASK_INVALID_STATE

Theme

 

 

THEME-0

Theme name already exists

THEME_NAME_ALREADY_EXIST

THEME-1

Domain already used by another theme

THEME_DOMAIN_ALREADY_USED

THEME-2

Invalid theme configuration

THEME_INVALID_CONFIGURATION

Ticket

 

 

TICKET-0

Data expected as ISO 8601 format

TICKET_DATE_PARSE_ERROR

Tiers

 

 

TIER-0

The requested storage tier does not exist

NON_EXISTENT_TIER

TIER-1

Tier embedded in StoragePool cannot be null

NULL_TIER

TIER-2

Missing link to storage tier

MISSING_TIER_LINK

TIER-3

Missing storage tier parameter

TIER_PARAM_NOT_FOUND

TIER-4

Datacenter parameter in storage tier link not found

TIER_LINK_DATACENTER_PARAM_NOT_FOUND

TIER-5

The storage tier is not in the datacenter where you are trying to create the storage pool

TIER_LINK_DATACENTER_DIFFERENT

TIER-6

Cannot disable a tier with associated storage pools

TIER_CONFLICT_DISABLING_TIER

TIER-7

The requested storage tier is disabled

TIER_DISABLED

TIER-8

Location parameter was not found in storage tier link

TIER_LINK_LOCATION_PARAM_NOT_FOUND

TIER-9

The location link of the storage tier does not match the location of the virtual datacenter supplied

TIER_LINK_LOCATION_DIFFERENT

TIER-10

The supplied storage allocation policy is not of a valid type

TIER_INVALID_STORAGE_ALLOCATION_POLICY

Two factor authentication

 

 

2FA-0

Unexpected error generating the two factor verification code

TWO_FACTOR_UNABLE_TO_GENERATE_CODE

2FA-1

Two-factor authentication is already enabled for the current user

TWO_FACTOR_AUTH_ENABLED

2FA-2

The given two-factor authentication provider is not supported

TWO_FACTOR_UNSUPPORTED_PROVIDER

2FA-3

The platform is not configured to use two factor authentication

TWO_FACTOR_AUTH_DISABLED

2FA-4

Cannot enable two-factor authentication for another user

TWO_FACTOR_ENABLE_DIFFERENT_USER

2FA-5

Cannot enable two-factor authentication. Email is required.

TWO_FACTOR_ENABLE_EMAIL_REQUIERED

2FA-6

Cannot disable two-factor authentication for another user

TWO_FACTOR_DISABLE_DIFFERENT_USER

User

 

 

USER 9

The user cannot delete his own user account

USER_DELETING_HIMSELF

USER 10

Cannot change the user nick (username)

USER_NICK_CANNOT_BE_CHANGED

USER 11

The user password is required

USER_PASSWORD_IS_NECESSARY

USER 12

The user name is required

USER_NAME_IS_NECESSARY

USER 13

The user nick (username) is required

USER_NICK_IS_NECESSARY

USER 14

Your enterprise does not allow you to manage this virtual datacenter

USER_VDC_RESTRICTED

USER-0

The user is not assigned to the enterprise

NOT_ASSIGNED_USER_ENTERPRISE

USER-1

Missing link to the role

MISSING_ROLE_LINK

USER-2

Missing roles parameter

ROLE_PARAM_NOT_FOUND

USER-3

The requested user does not exist

USER_NON_EXISTENT

USER-4

Duplicate username for user

USER_DUPLICATED_NICK

USER-5

The email is not valid

EMAIL_IS_INVALID

USER-6

Users can only be created in Abiquo auth mode

NOT_USER_CREATION_NOT_ABIQUO_MODE

USER-7

User's role can only be modified in Abiquo auth mode

NOT_EDIT_USER_ROLE_NOT_ABIQUO_MODE

USER-8

In LDAP mode cannot modify user's enterprise

NOT_EDIT_USER_ENTERPRISE_LDAP_MODE

USER-15

The supplied session does not exist

NON_EXISTENT_SESSION

USER-16

The role of the user is locked. Only users with the same role can delete users with locked roles

DELETE_USER_ROLE_IS_BLOCKED

USER-17

Cannot move user with local role to another enterprise

USER_LOCAL_ROLE

USER-18

Cannot assign role to user because the user's enterprise is not visible in the user's scope

USER_CANNOT_ASSOCIATE_ROLE

USER-19

Your scope is not allowed to use this scope.

USER_SCOPE_GREATER

USER-20

User must have a role from their enterprise or a global role

USER_AND_ROLE_MUST_BELONG_SAME_ENT

USER-21

The field surname is required

USER_SURNAME_IS_NECESSARY

USER-22

The role of the user is locked. Only users with the same role can modify users with locked roles

MODIFY_USER_ROLE_IS_BLOCKED

USER-23

The requested application does not exist

NON_EXISTENT_APPLICATION

USER-24

The virtual datacenter does not belong to the user's enterprise

USER_VDC_DIFFERENT_ENTERPRISE

USER-25

Cannot modify the user's role because this is the last user with the cloud admin role

USER_LAST_CLOUD_ADMIN

USER-26

The user email is required

USER_EMAIL_IS_NECESSARY

USER-27

The user link is invalid

INVALID_USER_LINK

USER-28

The requested metadata for this enterprise does not exist

ENTERPRISE_METADATA_NON_EXISTENT

USER-29

The requested metadata for this user does not exist

USER_METADATA_NON_EXISTENT

USER-30

Metadata cannot be null

METADATA_NON_EXISTENT

User password

 

 

PSW-1

Passwords must contain characters from three of the following five categories: -Uppercase characters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters) -Lowercase characters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters) -Base 10 digits (0 through 9) -Non-alphanumeric characters: ~!@#$%^&*_-+=|`(){}[]:;"'<>,.?/ -Any Unicode character that is categorized as an alphabetic character but is not uppercase or lowercase. This includes Unicode characters from Asian languages

PASSWORD_NOT_STRONG

PSW-2

Password must be at least %s characters in length

USER_PASSWORD_LENGTH

PSW-3

Cannot repeat any of the last %s passwords

PASSWORD_HISTORY

PSW-5

Password recovery is not allowed

PASSWORD_RESET

PSW-6

Your words did not match. Please try submitting again.

PASSWORD_RECAPTCHA_FAIL

PSW-7

Please enter reCAPTCHA.

PASSWORD_RECAPTCHA_EMPTY

PSW-8

Missing reCAPTCHA private key in abiquo.properties

PASSWORD_RECAPTCHA_KEY

PSW-9

User must change password on first login.

PASSWORD_FIRST_LOGIN

PSW-10

Password must not contain the user's entire Username or entire First Name or entire Last Name. These checks are not case sensitive.

PASSWORD_CONTAINS_USERNAME

PSW-11

Fail reCAPTCHA validation. Please try submitting again.

PASSWORD_RECAPTCHAV2_FAIL

PSW-12

Missing reCAPTCHA public key in the client-config-custom.json

PASSWORD_RECAPTCHA_PUBLIC_KEY

PSW-48

Password cannot be changed until %s days have passed since the last change

PASSWORD_MINIUM_AGE

VLAN

 

 

VLAN-0

You have reached the maximum VLANs that you can create in this virtual datacenter

VLANS_PRIVATE_MAXIMUM_REACHED

VLAN-1

Cannot create two VLANs with the same name in a virtual datacenter

VLANS_DUPLICATED_VLAN_NAME_VDC

VLAN-2

Cannot use any address outside the private range

VLANS_PRIVATE_ADDRESS_WRONG

VLAN-3

For performance reasons, the platform does not allow you to create large networks

VLANS_TOO_BIG_NETWORK

VLAN-4

This network can have a netmask of between 30 and 22. Use a value above 22

VLANS_TOO_BIG_NETWORK_II

VLAN-5

This network can have a netmask of between 30 and 22. Use a value below 30

VLANS_TOO_SMALL_NETWORK

VLAN-6

The network does not match the mask. Check your request

VLANS_INVALID_NETWORK_AND_MASK

VLAN-7

Gateway address out of range

VLANS_GATEWAY_OUT_OF_RANGE

VLAN-8

The requested virtual network does not exist

VLANS_NON_EXISTENT_VIRTUAL_NETWORK

VLAN-9

There must be at least one default VLAN in each virtual datacenter

VLANS_AT_LEAST_ONE_DEFAULT_NETWORK

VLAN-10

Attributes 'address', 'mask' and 'tag' cannot be changed when editing a private VLAN.

VLANS_EDIT_INVALID_VALUES

VLAN-11

The VLAN cannot be deleted because it is the default VLAN of this enterprise

VLANS_DEFAULT_NETWORK_CAN_NOT_BE_DELETED

VLAN-12

Cannot delete a VLAN with IPs used by virtual machines

VLANS_WITH_USED_IPS_CAN_NOT_BE_DELETED

VLAN-13

Field 'tag' is mandatory when you create public VLANs

VLANS_TAG_MANDATORY_FOR_PUBLIC_VLANS

VLAN-14

Cannot delete a VLAN with IPs purchased by enterprises

VLANS_WITH_PURCHASED_IPS_CAN_NOT_BE_DELETED

VLAN-15

Cannot create two VLANs with the same name in a datacenter

VLANS_DUPLICATED_VLAN_NAME_DC

VLAN-16

VLAN tag out of limits or already used with same configuration

VLANS_TAG_INVALID

VLAN-17

The requested IP object does not exist

VLANS_NON_EXISTENT_PUBLIC_IP

VLAN-18

Only 'quarantine' and 'available' attributes can be modified when editing an IP

VLANS_IP_EDIT_INVALID_VALUES

VLAN-19

Attributes 'address' and 'mask' cannot be changed when editing a public, external or unmanaged network

VLANS_PUBLIC_EDIT_INVALID_VALUES

VLAN-20

The IP does not exist or is not available

VLANS_PUBLIC_IP_NOT_TO_BE_PURCHASED

VLAN-21

The IP does not exist or is not purchased

VLANS_PUBLIC_IP_NOT_PURCHASED

VLAN-22

This IP address is currently being used. It cannot be released

VLANS_PUBLIC_IP_BUSY

VLAN-23

Invalid link to private IP address to create NIC

VLANS_PRIVATE_IP_INVALID_LINK

VLAN-24

Invalid virtual datacenter identifier in the IP link

VLANS_IP_LINK_INVALID_VDC

VLAN-25

The IP address is already used by another virtual machine

VLANS_IP_ALREADY_ASSIGNED_TO_A_VIRTUAL_MACHINE

VLAN-26

Invalid link to public IP address to create NIC

VLANS_PUBLIC_IP_INVALID_LINK

VLAN-27

Cannot release this IP from the virtual machine because the configured default gateway is in the same subnet. Please choose a different gateway before removing this IP

VLANS_IP_CAN_NOT_BE_DEASSIGNED_DUE_CONFIGURATION

VLAN-28

The NIC does not exist

VLANS_NIC_NOT_FOUND

VLAN-29

Every virtual machine should have at least one NIC

VLANS_CAN_NOT_DETACH_LAST_NIC

VLAN-30

Invalid link to reorder NICs on a virtual machine

VLANS_REORDER_NIC_INVALID_LINK

VLAN-31

Invalid link values (virtual datacenter, virtual appliance and/or virtual machine identifiers) for reordering NICs on a virtual machine

VLANS_REORDER_NIC_INVALID_LINK_VALUES

VLAN-32

Cannot set the IP as 'not available' while it is purchased by an enterprise

VLANS_PUBLIC_IP_EDIT_NOT_AVAILABLE_PURCHASED

VLAN-33

Cannot release a public IP while it is assigned to a virtual machine

VLANS_PUBIC_IP_CAN_NOT_RELEASE

VLAN-34

The configuration does not exist

VLANS_NON_EXISTENT_CONFIGURATION

VLAN-35

Cannot assign the external VLAN as default because it is not assigned to any enterprise

VLANS_CAN_NOT_ASSIGN_TO_DEFAULT_ENTERPRISE

VLAN-36

Unable to find default VLAN in virtual datacenter. Inconsistent state in database

VLANS_VIRTUAL_DATACENTER_SHOULD_HAVE_A_DEFAULT_VLAN

VLAN-37

Invalid enterprise identifier in the enterprise link

VLANS_INVALID_ENTERPRISE_LINK

VLAN-38

The IP address is already assigned to a virtual datacenter

VLANS_IP_ALREADY_ASSIGNED_TO_A_VIRTUAL_DATACENTER

VLAN-39

Cannot delete a VLAN with IPs assigned to a virtual datacenter

VLANS_WITH_IPS_ASSIGNED_TO_VDC

VLAN-40

The requested external VLAN does not belong to the same datacenter as the virtual datacenter

VLANS_EXTERNAL_VLAN_IN_ANOTHER_DATACENTER

VLAN-41

IP format is invalid

VLANS_INVALID_IP_FORMAT

VLAN-42

The IP does not exist

VLANS_IP_DOES_NOT_EXISTS

VLAN-44

The external VLAN belongs to another enterprise

VLANS_EXTERNAL_VLAN_OF_ANOTHER_ENTERPRISE

VLAN-45

The IP address is not available to be used by a virtual machine

VLANS_IP_NOT_AVAILABLE

VLAN-46

The requested IP object does not exist

VLANS_NON_EXISTENT_EXTERNAL_IP

VLAN-47

Cannot change enterprise because this network is used as the default by a virtual datacenter

VLANS_ASSIGNED_TO_ANOTHER_VIRTUAL_DATACENTER

VLAN-48

The virtual network is not unmanaged

VLANS_NOT_UNMANAGED

VLAN-49

Cannot delete unmanaged networks associated with virtual machines

VLANS_UNMANAGED_WITH_VM_CAN_NOT_BE_DELETED

VLAN-50

Enterprise link with rel 'enterprise' is mandatory

VLANS_MISSING_ENTERPRISE_LINK

VLAN-51

The IP %s is in quarantine

VLANS_IP_IS_IN_QUARANTINE

VLAN-52

Invalid input. Repeated NIC attachment value is not allowed

VLANS_IP_REL_REPEATED_LINKS

VLAN-53

Cannot edit the name and gateway of the VLAN because it has IPs assigned to virtual machines

VLAN_EDIT_IPS_ASSIGNED

VLAN-54

Unmanaged IP cannot be put in quarantine

VLANS_IP_QUARANTINE_UNMANAGED_NOT_ALLOWED

VLAN-55

The network service type does not belong to the same datacenter as the VLAN

VLAN_NST_FROM_OTHER_DATACENTER

VLAN-56

The virtual network is not an external network

VLANS_NOT_EXTERNAL

VLAN-57

Invalid input. Repeated IP href value is not allowed

VLANS_IP_HREF_REPEATED_LINKS

VLAN-58

The requested VLAN does not exist

NON_EXISTENT_VLAN

VLAN-59

The IP supplied does not belong to an unmanaged network

VLANS_IP_NOT_UNMANAGED

VLAN-60

When editing an UnmanagedIp, you may only change the attribute 'ip'

VLANS_EDIT_UNMANAGED_IP_WRONG_VALUES

VLAN-67

Private VLAN tags are automatically allocated and cannot be changed

VLANS_TAG_FORBIDDEN_FOR_PRIVATE_VLANS

VLAN-68

The IP %s is not available

VLANS_IP_IS_NOT_AVAILABLE

VLAN-69

Cannot create an IP in networks other than IPv6 networks

VLANS_IP4_CANNOT_CREATE

VLAN-70

The IP does not belong to the network

VLANS_IP_OUTSIDE_RANGE

VLAN-71

All IPs in the network are already created

VLANS_IPS_EXHAUSTED

VLAN-72

The requested IP is already created in the network

VLANS_IP_ALREADY_CREATED

VLAN-73

The supplied IP format does not match the IP version

VLANS_INCOMPATIBLE_IP_VERSION

VLAN-74

Cannot change the IP version of a VLAN

VLANS_CANNOT_CHANGE_IP_VERSION

VLAN-75

IPv6 networks can have a netmask of 64, 56 or 48

VLANS_INVALID_IPV6_MASK

VLAN-76

Cannot get a new MAC address for the IP

VLANS_CANNOT_GET_MAC

VLAN-77

Cannot create unmanaged IPs. Abiquo does not create IPs for unmanaged networks

VLANS_CANT_PRECREATE_UNMANAGED_IPS

VLAN-78

Cannot create IPs manually in strict networks

VLANS_IPV6_STRICT_CANT_BE_MANUAL

VLAN-79

Attributes 'gateway' and 'strict' cannot be changed when editing an IPv6 VLAN

VLANS_EDIT_INVALID_VALUES_IPV6

VLAN-80

IPv4 VLANs cannot be strict

VLANS_IPV4_CANNOT_BE_STRICT

VLAN-81

Address attribute is required

VLANS_ADDRESS_REQUIRED

VLAN-82

Mask attribute is required and must be equal or greater than 0

VLANS_MASK_REQUIRED

VLAN-83

Cannot set the IP as 'not available' while it is attached to a virtual machine

VLANS_IP_EDIT_NOT_AVAILABLE_PURCHASED

VLAN-84

At least one IP should be requested in order to create IPs

VLANS_IPS_BULK_CREATION_GRATER_THAN_0

VLAN-85

The requested number of IPs to create is out of range

VLANS_IPS_NUM_OUT_OF_RANGE

VLAN-86

Cannot create IPs because too many IPs were requested

VLANS_IPS_NUM_OUT_OF_SYSTEM_PROPERTY_RANGE

VLAN-87

Invalid IPv6 format

VLAN_IPV6_VALIDATION

VLAN-88

The IP is not within the allowed range of the VLAN

VLANS_IP_OUT_OF_RANGE_LIMIT

VLAN-89

The literal of the first IP is required

VLANS_IPS_BULK_CREATION_REQUIRED_IP

VLAN-90

The assigned VLAN tag is already in use by another existing network

VLANS_TAG_IN_USE

VLAN-91

VLAN network edition is not supported

VLAN_EDIT_NOT_SUPPORTED

VLAN-92

The VLAN requested has no Global Network

VLAN_NO_GLOBAL_NETWORK_ID_FOUND

VLAN-93

The device does not support this networking operation

VLAN_NOT_SUPPORTED_IN_DEVICE

VLAN-94

Invalid link to the VLAN network

VLAN_INVALID_LINK

VLAN-95

Invalid link to external IP address to create NIC

VLANS_EXTERNAL_IP_INVALID_LINK

VLAN-96

Invalid link to IP address

VLANS_IP_INVALID_LINK

VLAN-97

Could not free VLAN network tag from virtual machine delete

VLANS_TAG_RELEASE

VLAN-98

Cannot assign this range to the VLAN because part or all of the range has been excluded by the administrator

VLANS_CAN_NOT_ASSIGN_EXCLUDED_RANGE

VLAN-99

The format of the range is invalid

VLANS_IP_INVALID_RANGE_FORMAT

VLAN-100

Invalid domain name provided as VLAN DNS suffix

VLAN_INVALID_DOMAIN_NAME

VLAN-101

This IP address is currently used by a virtual machine. It cannot be deleted

VLANS_IP_CANNOT_BE_DELETED

VLAN-102

Cannot delete an IP while it is assigned to an enterprise

VLANS_IP_PURCHASED_CANNOT_BE_DELETED

VLAN-103

DHCP IP is outside of the network range

VLAN_DHCPIP

VLAN-104

Private IPs only can be reserved

VLANS_IP_RESERVE_PRIVATE_ALLOWED

VLAN-105

Cannot reserve an IP without providing a reason

VLANS_IP_RESERVE_REASON

VLAN-106

Cannot reserve an IP for a virtual machine in a different VDC

VLANS_IP_RESERVE_VIRTUALMACHINE

VLAN-107

The IP %s is reserved

VLANS_IP_IS_RESERVED

VLAN-108

A VLAN in the virtualmachine does not have the required dhcpIp because the network was created before assigning the dnsmasq remote service. Please use the 'dnsmasq-restore' tool to migrate the existing leases of the VLAN and the tool will also add the dhcpIp of the VLAN.

VLAN_DHCPIP_EXPECTED

VLAN-109

MAC address already exists

VLANS_MAC_DUPLICATED

VLAN-110

MAC address has incorrect format

VLANS_MAC_WRONG_PATTERN

VLAN-111

No external IPs available

VLANS_NO_EXTERNAL_IP_AVAILABLE

VLAN_61

The requested IPs are not from an external network

VLANS_INVALID_CONTENT_TYPE_NOT_EXTERNAL

VLAN_62

The requested IPs are not from an unmanaged network

VLANS_INVALID_CONTENT_TYPE_NOT_UNMANAGED

VLAN_63

The requested IPs are not from a public network

VLANS_INVALID_CONTENT_TYPE_NOT_PUBLIC

VLAN_64

The requested IP is not from an external network

VLANS_INVALID_CONTENT_TYPE_NOT_EXTERNAL_SINGLE

VLAN_65

The requested IP is not from an unmanaged network

VLANS_INVALID_CONTENT_TYPE_NOT_UNMANAGED_SINGLE

VLAN_66

The requested IP is not from a public network

VLANS_INVALID_CONTENT_TYPE_NOT_PUBLIC_SINGLE

VM HR

 

 

VM-HR-1

It is not possible to modify the cores per socket of the virtual machine in its current state. Power it off first

VM_HOT_RECONFIGURE_MODIFY_CORES_PER_SOCKET

VM clone

 

 

VM_CLONE-1

Clone of virtual machine from persistent templates is not allowed

VM_CLONE_OF_PERSISTENT_TEMPLATE

VM_CLONE-2

Clone of imported virtual machines is not allowed

VM_CLONE_OF_IMPORTED_VM

VM_CLONE-3

Clone of null virtual machine is not allowed

VM_CLONE_OF_NULL_VM

VM_CLONE-4

Null options are provided to clone the virtual machine

VM_CLONE_WITH_NULL_OPTIONS

VM_CLONE-5

Null user was provided to clone the virtual machine

VM_CLONE_WITH_NULL_USER

VM_CLONE-6

No public IPs available to clone virtual machine

VM_CLONE_NO_PUBLIC_IP_AVAILABLE

VM_CLONE-7

No private IPs available to clone virtual machine

VM_CLONE_NO_PRIVATE_IP_AVAILABLE

VM_CLONE-8

No external IPs available to clone virtual machine

VM_CLONE_NO_EXTERNAL_IP_AVAILABLE

VM_CLONE-9

No unmanaged IPs available to clone virtual machine

VM_CLONE_NO_UNMANAGED_IP_AVAILABLE

VM_CLONE-10

No floating IPs available to clone virtual machine

VM_CLONE_NO_FLOATING_IP_AVAILABLE

VM_CLONE-11

Unable to clone virtual machine

VM_CLONE_GENERIC_ERROR

VM_CLONE-12

Clone of captured virtual machines is not allowed

VM_CLONE_OF_CAPTURED_VM

VM_CLONE-13

Invalid label for virtual machine clone

VM_CLONE_INVALID_LABEL

VM_CLONE-14

No global subnet IPs available to clone virtual machine

VM_CLONE_NO_GLOBAL_SUBNET_IP_AVAILABLE

VM relocate

 

 

VM-RELOCATE-1

To relocate virtual machine the target machine link is required

VM_RELOCATE_REQUIRED_MACHINE_LINK

VM-RELOCATE-2

The selected target hypervisor doesn't satisfy one or more constraints

VM_RELOCATE_BAD_TARGET

VM-RELOCATE-3

The virtual machine relocate operation is not supported by the plugin

VM_RELOCATE_NOT_SUPPORTED_BY_PLUGIN

VM-RELOCATE-4

The virtual machine must be deployed in order for it to be relocated

VM_RELOCATE_VM_NOT_DEPLOYED

VM-RELOCATE-5

Relocate of virtual machine is not allowed in public cloud regions

VM_RELOCATE_IN_PUBLIC_CLOUD_REGION

VM-RELOCATE-6

The relocate operation must be done between machines in the same datacenter

VM_RELOCATE_NOT_IN_SAME_DATACENTER

VM-RELOCATE-7

The relocate operation must be done between machines in the same rack

VM_RELOCATE_NOT_IN_SAME_RACK

VM-RELOCATE-8

Relocate operation to the same machine is not allowed

VM_RELOCATE_IN_SAME_MACHINE

VM-RELOCATE-9

Relocate between different hypervisor types is not allowed

VM_RELOCATE_DIFFERENT_HYPEVISOR_TYPES

VM-RELOCATE-10

The virtual machine must have datastore tier for all disks

VM_RELOCATE_DATASTORE_TIER_REQUIRED

VM snapshot

 

 

SNAP-1

Snapshot not found

SNAPSHOT_NOT_FOUND

SNAP-2

Snapshot including memory requires a powered ON Virtual Machine

SNAPSHOT_MEMORY_REQUIRE_POWERON

SNAP-3

Suspend virtual machine when reverting requires a powered ON Virtual Machine

SNAPSHOT_SUSPEND_REQUIRE_POWERON

SNAP-4

Invalid virtual machine state to take a snapshot

SNAPSHOT_INVALID_VM_STATE

SNAP-5

Snapshot expiration hours exceeds the limit

SNAPSHOT_AUTODELETE_HOURS_LIMIT

Version

 

 

VERSION-1

Invalid version format

BAD_VERSION

VERSION-2

No logo exists for the requested version

NON_EXISTENT_LOGO

VERSION-3

No animated logo exists for the requested version

NON_EXISTENT_ANIMATED_LOGO

Virtual appliance

 

 

AAFFINITY-0

The anti-affinity layer requires more machines than currently available in the datacenter

ANTIAFFINITY_CAPACITY_DC

AAFFINITY-1

The anti-affinity layer requires more machines than currently available in the rack

ANTIAFFINITY_CAPACITY_RACK

LAYER-0

The layer already exists. To add virtual machines to an existing layer, use virtual machine reconfigure

LAYER_NAME_ALREADY_EXIST

LAYER-5

Malformed layer link

LAYER_INVALID_LINK

LAYER-6

Cannot move a deployed virtual machine from one layer to another

LAYER_MODIFY_DEPLOYED

LAYER-8

Cannot associate the virtual machine with this layer because the virtual machine is already allocated to a hypervisor that is incompatible with the layer

LAYER_ADD_DEPLOYED

VAPP-0

The requested virtual appliance does not exist

NON_EXISTENT_VIRTUALAPPLIANCE

VAPP-1

The virtual appliance is not deployed

VIRTUALAPPLIANCE_NOT_DEPLOYED

VAPP-2

The virtual appliance is not running

VIRTUALAPPLIANCE_NOT_RUNNING

VAPP-3

The virtual appliance is deployed

VIRTUALAPPLIANCE_DEPLOYED

VAPP-5

The virtual appliance cannot be deleted in this state. It should be NOT_DEPLOYED, UNKNOWN or EMPTY

VIRTUALAPPLIANCE_INVALID_STATE_DELETE

VAPP-6

The virtual appliance cannot be moved because it has no link to its virtual datacenter

VIRTUALAPPLIANCE_MOVE_MISSING_VDC

VAPP-7

The virtual appliance cannot be moved or copied because the target virtual datacenter is not in the same datacenter

VIRTUALAPPLIANCE_INVALID_DC_MOVE_COPY

VAPP-8

The virtual appliance cannot be moved in this state. It should be NOT_DEPLOYED

VIRTUALAPPLIANCE_INVALID_STATE_MOVE

VAPP-9

The virtual appliance cannot be moved or copied because it contains captured virtual machines

VIRTUALAPPLIANCE_MOVE_COPY_CAPTURED_VM

VAPP-10

The virtual appliance cannot be moved or copied because it contains virtual machine templates that are not compatible with the target hypervisor

VIRTUALAPPLIANCE_MOVE_COPY_INCOMPATIBLE_VM

VAPP-11

The virtual appliance cannot be copied because it contains persistent virtual machine templates

VIRTUALAPPLIANCE_COPY_PERSISTENT_VM

VAPP-12

The virtual appliance does not contain any virtual machines

VIRTUALAPPLIANCE_EMPTY

VAPP-13

The virtual appliance cannot be copied in this state. It should be NOT_DEPLOYED

VIRTUALAPPLIANCE_INVALID_STATE_COPY

VAPP-14

The virtual appliance move DTO does not contain the ''original'' link

VIRTUALAPPLIANCE_COPY_LINK

VAPP-15

The virtual appliance move DTO does not contain the ''source'' link

VIRTUALAPPLIANCE_MOVE_LINK

VAPP-16

There are no virtual machines in the specified layer

VIRTUALAPPLIANCE_NON_EXISTENT_LAYER

VAPP-17

The length of the layer property must be between 0 and 255 characters

VIRTUALAPPLIANCE_LAYER_LENGHT

VAPP-18

The virtual appliance cannot be moved or copied because the target virtual datacenter is not in the same enterprise

VIRTUALAPPLIANCE_INVALID_ENTERPRISE_MOVE_COPY

VAPP-19

The virtual appliance cannot be created because of validation errors

VIRTUALAPPLIANCE_INVALID

VAPP-20

Error undeploying virtual appliance

VIRTUALAPPLIANCE_UNDEPLOY

VAPP-21

Invalid virtual appliance link

INVALID_VIRTUALAPPLIANCE_LINK

VAPP-22

No target virtual appliance is specified and current is already restricted

VIRTUALAPPLIANCE_ALREADY_RESTRICTED

Virtual appliance specs

 

 

SPEC-0

The requested virtual appliance spec does not exist

NON_EXISTENT_VAPP_SPEC

SPEC-1

Not enough privileges to assign different user scope to virtual appliance spec

VAPP_SPEC_NOT_PRIV_OTHER_SCOPES

SPEC-2

Cannot create a new spec version. Spec not found for this virtual appliance

VAPP_SPEC_REQUIRE

SPEC-3

Cannot create a spec version because the spec's scopes is greater than the current user's scope

VAPP_SPEC_SCOPE_GREATER

SPEC-4

Expected default spec value (true/false)

VAPP_SPEC_DEFAULT

SPEC-5

The requested virtual appliance does not have any virtual machines. It is not possible to create a spec

VAPP_SPEC_EMPTY

SPEC-6

Cannot create the spec, the tier ID is not properly set

VAPP_SPEC_TIER_ID_CONFLICT

SPEC-7

Cannot create the spec, the datastore tier ID is not properly set

VAPP_SPEC_DATASTORE_TIER_ID_CONFLICT

SPEC-8

Cannot create the spec, the virtual machine template ID is not properly set

VAPP_SPEC_TEMPLATE_ID_CONFLICT

SPEC-9

Cannot create a version of a spec that belongs to another enterprise

VAPP_SPEC_OTHER_ENTERPRISE_VERSION

SPEC-10

Cannot delete the requested spec because it belongs to another enterprise

VAPP_SPEC_OTHER_ENTERPRISE_DELETE

SPEC-11

Cannot modify the requested spec because it belongs to another enterprise

VAPP_SPEC_OTHER_ENTERPRISE_EDIT

SPEC-12

Cannot create the spec, the virtual appliance has persistent virtual machines

VAPP_SPEC_PERSISTENT_VMS

SPEC-13

Disk must have a default datastore tier

VAPP_SPEC_DATASTORE_TIER_MUST_EXISTS

SPEC-14

Cannot materialize spec due validation errors

VAPP_SPEC_CANNOT_MATERIALIZE_VALIDATION_ERRORS

SPEC-15

There are not enough public networks to materialize the spec

VAPP_SPEC_CANNOT_MATERIALIZE_NOT_ENOUGH_PUBLIC_NET

SPEC-16

There are no available datastore tiers to assign to the defined disks

VAPP_SPEC_CANNOT_MATERIALIZE_NOT_AVAILABLE_DS_TIER

SPEC-17

Access to spec is not allowed. Enterprise is not included in spec's scope

VAPP_SPEC_OUT_OF_SCOPE

SPEC-18

Missing vdcId query parameter

VAPP_SPEC_VALIDATE_NOT_VDC

SPEC-19

Access to spec is not allowed for this location

VAPP_SPEC_OUT_OF_LOCATION

SPEC-20

Not enough public networks to create the virtual appliance spec

NOT_ENOUGH_PUBLIC_NETWORKS

SPEC-21

Firewall device must be created in your VDC to support firewalls needed for this Spec

REQUIRED_FIREWALL_DEVICE

SPEC-22

Load balancer device must be created in your VDC to support load balancers needed for this Spec

REQUIRED_LOAD_BALANCER_DEVICE

SPEC-23

Spec with extra hard disks is not supported in this VDC

UNSUPPORTED_EXTRA_HARD_DISK_VDC

SPEC-24

Spec with volumes cannot be deployed in a public cloud region

UNSUPPORTED_PERSISTENT_STORAGE_PCR

SPEC-25

Not enough public IPs to create the virtual appliance spec

NOT_ENOUGH_PUBLIC_IPS

SPEC-26

There are not enough available IPs materialized for the spec to assign to this virtual machine

VAPP_SPEC_CANNOT_MATERIALIZE_NOT_ENOUGH_IPS_AVAILABLE

SPEC-27

Cannot edit spec because the spec's scopes are greater than the current user's scope

VAPP_SPEC_EDIT_SCOPE_GREATER

SPEC-28

Backup configurations from the spec will not be materialized in a public cloud region

UNSUPPORTED_BACKUP_PCR

SPEC-29

Could not find a template to match the VApp spec template

VAPP_SPEC_TEMPLATE_NOT_FOUND

SPEC-30

Could not find a datastore tier that is compatible with the VApp spec datastore tier

VAPP_SPEC_DSTIER_NOT_FOUND

SPEC-31

Could not find a storage tier that is compatible with the VApp spec storage tier

VAPP_SPEC_TIER_NOT_FOUND

SPEC-32

The number of private networks to materialize is different from the number in the spec definition.

VAPP_SPEC_CANNOT_MATERIALIZE_DIFFERENT_PRIVATE_NETWORKS

SPEC-33

Could not find a backup policy compatible with the VApp spec backup policy

VAPP_SPEC_BACKUP_POLICY_NOT_FOUND

SPEC-34

Cannot create the spec, the backup policy ID is not properly set

VAPP_SPEC_BACKUP_POLICY_ID_CONFLICT

SPEC-35

Cannot materialize the backup policies because the configurations do not match

VAPP_SPEC_CANNOT_MATERIALIZE_BACKUP_POLICY_CONF_SIZES

SPEC-36

Cannot materialize the backup policies because the sources do not match

VAPP_SPEC_CANNOT_MATERIALIZE_BACKUP_POLICY_SOURCES

SPEC-37

Could not find a hardware profile compatible with the VApp spec requirements

VAPP_SPEC_HARDWAREPROFILE_NOT_FOUND

SPEC-38

This spec is configured to use multiple policies in the same virtual machine but this is not allowed

VAPP_SPEC_BACKUP_NOT_MULTIPLE_POLICY

SPEC-39

This spec contains load balancers that require not supported NAT IPs

VAPP_SPEC_LOAD_BALANCERS_REQUIRES_NAT

SPEC-40

This spec contains virtual machines that require not supported NAT IPs

VAPP_SPEC_VIRTUAL_MACHINES_REQUIRES_NAT

SPEC-41

There are not enough available NAT IPs for the required ports

VAPP_SPEC_CANNOT_MATERIALIZE_BECAUSE_NOT_AVAILABLE_NAT_IP

SPEC-42

Error while creating the spec from the virtual appliance: the NAT IP is using a private network that should already exist in the current spec building process. Contact your administrator

VAPP_SPEC_VMNETSPEC_MISSING_WHEN_NAT

SPEC-43

The external networks spec requires an existing external network

VAPP_SPEC_EXTERNAL_NET_LINK_REQUIRED

SPEC-44

There are some spec ids and entity ids related missing in the request

VAPP_SPEC_MISSING_IDS

SPEC-45

Firewalls routing to other firewalls are not supported in this provider. These rules will be ignored when materializing the spec

VAPP_SPEC_FIREWALL_TO_FIREWALL_NOT_SUPPORTED

SPEC-46

The datastore tiers set are not compatible with datastore tiers recommended of the virtual machine template

VAPP_SPEC_CANNOT_MATERIALIZE_NOT_COMPATIBLE_DS_TIER_TEMPLATE

SPEC-47

Cannot create the spec, the hardware profile ID is not properly set

VAPP_SPEC_HARDWARE_PROFILE_ID_CONFLICT

SPEC-48

Multiple hardware profiles with the same RAM and CPU have been found

VAPP_SPEC_HARDWAREPROFILE_MULTIPLE_FOUND

SPEC-49

The CPU and RAM does not exactly match the virtual machine configuration

VAPP_SPEC_HARDWAREPROFILE_NOT_MATCH

SPEC-50

There are floating IPs without a type specified. Public IPs to purchase will not be calculated until spec materialization

VAPP_SPEC_FLOATING_IP_TYPE_NOT_SPECIFIED

SPEC-51

Specs with target groups cannot be deployed in a public cloud region that does not support target groups

VAPP_SPEC_CANNOT_MATERIALIZE_TARGET_GROUPS

SPEC-52

Could not find an availability zone compatible with the Vapp spec requirements

VAPP_SPEC_AVAILABILITY_ZONE_NOT_FOUND

Virtual conversion

 

 

VASC-0

The requested persistent conversion does not exist

NON_EXISTENT_VIRTUALAPPLIANCE_STATEFULCONVERSION

VASC-1

Invalid expected state

INVALID_VASC_STATE

Virtual datacenter

 

 

VDC-0

The requested virtual datacenter does not exist

NON_EXISTENT_VIRTUAL_DATACENTER

VDC-1

Invalid hypervisor type for this virtual datacenter

VIRTUAL_DATACENTER_INVALID_HYPERVISOR_TYPE

VDC-2

This virtual datacenter contains virtual appliances and cannot be deleted without removing them first

VIRTUAL_DATACENTER_CONTAINS_VIRTUAL_APPLIANCES

VDC-3

This virtual datacenter has volumes attached and cannot be deleted without removing them first

VIRTUAL_DATACENTER_CONTAINS_RESOURCES

VDC-4

This virtual datacenter has networks without IP addresses

VIRTUAL_DATACENTER_INVALID_NETWORKS

VDC-5

Cannot edit resource limits; current virtual datacenter allocation exceeds the new specified limits (see SYSTEM traces in order to determine which resources are at HARD limit)

VIRTUAL_DATACENTER_LIMIT_EDIT_ARE_SURPRASED

VDC-6

Virtual datacenter must be created with a private network

VIRTUAL_DATACENTER_MUST_HAVE_NETWORK

VDC-8

Cannot edit resource limits; current virtual datacenter allocation exceeds the new specified limits

VIRTUAL_DATACENTER_LIMIT_EDIT_ARE_SURPRASED_SHORT

VDC-9

The provided virtual datacenter link is invalid

INVALID_VDC_LINK

VDC-10

The target virtual datacenter must be the same for this action

DIFFERENT_VIRTUAL_DATACENTER_NOT_ALLOWED

VDC-11

This virtual datacenter has load balancers and cannot be deleted without removing them first

VIRTUAL_DATACENTER_WITH_LOAD_BALANCERS

VDC-12

Cannot perform logical delete. You should do it over virtual datacenter of public cloud region

VIRTUAL_DATACENTER_LOGICAL_DELETE_NOT_ALLOWED

VDC-13

Cannot create a VDC in this region because the user will not be allowed to manage the VDC

VIRTUAL_DATACENTER_CREATION_NOT_ALLOWED

VDC-14

Virtual datacenter does not have a providerId (it has been deleted in the provider) so cannot perform the current action

VIRTUAL_DATACENTER_NEED_PROVIDERID

VDC-15

Virtual datacenter name cannot be changed

VIRTUAL_DATACENTER_EDIT_NAME_NOT_SUPPORTED

VDC-16

This virtual datacenter has target groups and cannot be deleted without removing them first

VIRTUAL_DATACENTER_WITH_TARGET_GROUPS

VDC-17

Cannot retrieve remote virtual datacenters in a private datacenter

RETRIEVE_REMOTE_VIRTUAL_DATACENTERS_ONLY_PUBLIC_CLOUD

Virtual machine

 

 

VM-0

The virtual machine does not have a hypervisor assigned

VIRTUAL_MACHINE_WITHOUT_HYPERVISOR

VM-1

The requested virtual machine does not exist

NON_EXISTENT_VIRTUALMACHINE

VM-2

The virtual machine is already locked by another operation

VIRTUAL_MACHINE_ALREADY_IN_PROGRESS

VM-02

Error reconfiguring virtual machine

RECONFIG

VM-3

The virtual machine is not deployed

VIRTUAL_MACHINE_NOT_DEPLOYED

VM-4

The virtual machine cannot change to the required state

VIRTUAL_MACHINE_STATE_CHANGE_ERROR

VM-5

The virtual machine cannot change state due to a communication problem

VIRTUAL_MACHINE_REMOTE_SERVICE_ERROR

VM-6

The virtual machine does not support the action PAUSE

VIRTUAL_MACHINE_PAUSE_UNSUPPORTED

VM-7

The allowed state for deploying virtual machines is NOT_ALLOCATED

VIRTUAL_MACHINE_INVALID_STATE_DEPLOY

VM-8

Virtual machine(s) in the LOCKED state cannot be deleted

VIRTUAL_MACHINE_INVALID_STATE_DELETE

VM-9

The requested virtual machine template does not exist

NON_EXISTENT_VIRTUAL_IMAGE

VM-10

The virtual machine is in a state that does not allow the request, therefore it cannot be modified

VIRTUAL_MACHINE_EDIT_STATE

VM-11

The virtual machine is not in any hypervisor. Therefore the change of state cannot be applied

VIRTUAL_MACHINE_UNALLOCATED_STATE

VM-12

The allowed power states for virtual machine deployment are ON, OFF, PAUSED, UNKNOWN or ALLOCATED

VIRTUAL_MACHINE_INVALID_STATE_UNDEPLOY

VM-13

Virtual machine configuration actions can only be performed when the virtual machine is NOT_ALLOCATED or OFF

VIRTUAL_MACHINE_INCOHERENT_STATE

VM-14

Only the 'used' attribute of the virtual machine network configuration can be changed

VIRTUAL_MACHINE_NETWORK_CONFIGURATION_CAN_NOT_BE_CHANGED

VM-15

There should be at least one 'used' network configuration in each virtual machine

VIRTUAL_MACHINE_AT_LEAST_ONE_USED_CONFIGURATION

VM-16

The virtual machine template supplied is not available in the virtual appliance's datacenter

VIRTUAL_MACHINE_MACHINE_TEMPLATE_NOT_IN_DATACENTER

VM-18

The virtual machine template is not compatible and there is no compatible conversion

VIRTUAL_MACHINE_IMAGE_NOT_COMPATIBLE

VM-19

The virtual machine template has a compatible conversion but it is not ready (in progress or failed)

VIRTUAL_MACHINE_IMAGE_NOT_READY

VM-20

To perform this action, the virtual machine must be in NON_MANAGED state

VIRTUAL_MACHINE_MUST_BE_NON_MANAGED

VM-21

The virtual machine node does not exist

NODE_VIRTUAL_MACHINE_IMAGE_NOT_EXISTS

VM-23

Cannot restore the original virtual machine after a failed reconfigure; the original virtual machine info was not found

VIRTUAL_MACHINE_BACKUP_NOT_FOUND

VM-24

The resource is already used by another virtual machine

RESOURCE_ALREADY_ASSIGNED_TO_A_VIRTUAL_MACHINE

VM-26

The allowed power state for resetting a virtual machine is ON

VIRTUAL_MACHINE_INVALID_STATE_RESET

VM-27

The allowed power state for creating an instance of a virtual machine is OFF

VIRTUAL_MACHINE_INVALID_STATE_SNAPSHOT

VM-32

Cannot reconfigure the virtual machine template when the virtual machine is present in the hypervisor

VIRTUAL_MACHINE_RECONFIGURE_TEMPLATE_IN_THE_HYPERVISOR

VM-33

We do not currently allow imported virtual machines to be reconfigured

VIRTUAL_MACHINE_IMPORTED_CAN_NOT_RECONFIGURE

VM-34

Only 'cpu' and 'ram' can be reconfigured in imported virtual machines

VIRTUAL_MACHINE_IMPORTED_CAN_NOT_RECONFIGURE_FULLY

VM-44

You are trying to undeploy an imported virtual machine. If you undeploy it, the virtual machine template cannot be recovered. To proceed with the undeploy, please call this functionality again with the 'forceUndeploy=true' option

VIRTUAL_MACHINE_IMPORTED_WILL_BE_DELETED

VM-45

Some of the resources indicated are already used

RESOURCES_ALREADY_ASSIGNED

VM-46

At least one IP address must be supplied when changing virtual machine NICs in deployed machine

VIRTUAL_MACHINE_AT_LEAST_ONE_NIC_SHOULD_BE_LINKED

VM-47

At least one hard disk must be supplied using a link when changing virtual machine hard disks

VIRTUAL_MACHINE_AT_LEAST_ONE_DISK_SHOULD_BE_LINKED

VM-48

Disk already attached to this virtual machine

VIRTUAL_MACHINE_DISK_ALREADY_ATTACHED_TO_THIS_VIRTUALMACHINE

VM-49

You have exceeded the number of NICs that can be added to a virtual machine

VIRTUAL_MACHINE_MAX_NICS_ALLOWED

VM-50

You are not permitted to add two NICs with IPs in the same VLAN

VIRTUAL_MACHINE_TWO_NICS_SAME_VLAN_NOT_ALLOWED

VM-51

Cannot create a virtual machine because the persistent virtual machine template is not ready

VIRTUAL_MACHINE_CREATION_PERSISTENT_NOT_FINISHED

VM-53

ESXi only supports memory sizes that are a multiple of 4

ESXI_4MULTIPLE

VM-54

Virtual machine contains extra HardDisk and/or Volumes with the same sequence, try detaching some external storage.

VIRTUAL_MACHINE_DISK_SEQUENCE_REPETITION

VM-55

Cannot attach more than 4 disks to an IDE controller

VIRTUAL_MACHINE_IDE_CONTROLLER_FULL

VM-56

Invalid virtual machine description: missing primary disk, hardware profile or identifier.

VIRTUAL_MACHINE_DEFINITION_INVALID

VM-57

The hypervisor where the virtual machine is deployed is not running properly. Contact your System Administrator

VIRTUAL_MACHINE_HYPERVISOR_NOT_MANAGED

VM-58

There are no IP addresses available in the default network for use by a virtual machine.

VIRTUAL_MACHINE_IP_NOT_AVAILABLE

VM-59

Virtual machine cannot be reconfigured due to unexpected errors. Contact your System Administrator

VIRTUAL_MACHINE_RECONFIGURE_UNEXPECTED_ERRORS

VM-60

Cannot change the layer of a virtual machine that has been assigned to a hypervisor

VIRTUAL_MACHINE_DEPLOYED_CANT_MOVE_LAYER

VM-61

The disk link(s) supplied are missing the type attribute or it is invalid

VIRTUAL_MACHINE_RECONFIGURE_MISSING_DISK_TYPE

VM-62

Invalid input. Repeated disk attachment value is not allowed.

VM_DISK_REL_REPEATED_LINKS

VM-63

Invalid input. Repeated disk href value is not allowed.

VM_DISK_HREF_REPEATED_LINKS

VM-64

Cannot create an instance of a virtual machine that is not managed by the platform. Please capture the virtual machine then try again

VM_INSTANCE_OF_NOT_MANAGED

VM-65

The name of the node is required

VM_NODE_NAME_NOT_FOUND

VM-66

Cannot deploy the virtual machine because target physical NIC cannot be found. The physical NIC where the virtual NIC with IP was attached may have been removed directly in the hypervisor

VIRTUAL_MACHINE_DEPLOY_NO_NST

VM-67

Virtual machine link not found

VIRTUAL_MACHINE_LINK_NOT_FOUND

VM-68

Malformed virtual machine link

VIRTUAL_MACHINE_INVALID_LINK

VM-69

Current target hypervisor does not have the required physical NICs to allocate the requested IPs

VM_RECONFIGURE_INVALID_NST

VM-70

The primary disk of the virtual machine cannot be modified

VIRTUAL_MACHINE_PRIMARY_DISK_CANNOT_BE_MODIFIED

VM-71

At least one primary (sequence 0) disk must be defined.

VIRTUAL_MACHINE_PRIMARY_DISK_SHOULD_BE_DEFINED

VM-72

Primary disk of virtual machine should be unique.

VIRTUAL_MACHINE_PRIMARY_DISK_SHOULD_BE_UNIQUE

VM-73

VRDP passwords should be up to 8 characters

VIRTUAL_MACHINE_VDRP_PASSWORD_TOO_LARGE

VM-74

Invalid character in password. VRDP password characters should be in range [a..z][A..Z][0..9]

VIRTUAL_MACHINE_VDRP_PASSWORD_INVALID_CHAR

VM-75

The Virtual Machine has two NICs using IPs in the same VLAN

VIRTUAL_MACHINE_DUPLICATED_VLAN

VM-76

Cannot update the resources in target physical machine and datastore

VIRTUAL_MACHINE_UPDATE_RESOURCES

VM-77

To capture a virtual machine, the virtualmachine link from the infrastructure context is required

VM_CAPTURE_LINK_REQUIRED

VM-78

Malformed virtual machine link from infrastructure to capture

VM_CAPTURE_INVALID_LINK

VM-79

The virtual datacenter is not compatible with the hypervisor from which you are capturing the virtual machine

VM_CAPTURE_INVALID_VDC_TYPE

VM-80

Disk sequences cannot be repeated

VM_CAPTURE_DISK_SEQUENCE_REPEATED

VM-82

The disk sequence does not match the data retrieved from the hypervisor

VM_CAPTURE_DISK_SEQUENCE_DOES_NOT_MATCH

VM-83

The disk size does not match the data retrieved from the hypervisor

VM_CAPTURE_DISK_SIZE_DOES_NOT_MATCH

VM-84

The size and the sequence are required properties of the disk

VM_CAPTURE_DISK_PROPERTIES_REQUIRED

VM-85

Some disks on the remote virtual machine cannot be captured

VM_CAPTURE_REMOTE_DISK_NOT_CAPTURED

VM-86

Every NIC defined requires a VLAN link

VM_CAPTURE_VLAN_REQUIRED_BY_NIC

VM-87

Malformed VLAN link

VM_CAPTURE_INVALID_VLAN_LINK

VM-88

The VLAN link contains an invalid virtual datacenter

VM_CAPTURE_INVALID_VLAN_LINK_VDC

VM-89

The VLAN link contains an invalid enterprise

VM_CAPTURE_INVALID_VLAN_LINK_ENTERPRISE

VM-90

The VLAN link contains an invalid datacenter

VM_CAPTURE_INVALID_VLAN_LINK_DATACENTER

VM-91

IP sequence cannot be repeated

VM_CAPTURE_IP_SEQUENCE_REPEATED

VM-92

The selected IP is already attached to another virtual machine

VM_CAPTURE_IP_ALREADY_ATTACHED

VM-93

Malformed IP address

VM_CAPTURE_IP_INVALID_ADDRESS

VM-94

The IP from the remote virtual machine does not match the NIC defined by the user in the same sequence

VM_CAPTURE_IP_SEQUENCE_NOT_MATCH

VM-95

The IP from the remote virtual machine does not match the NIC defined by the user with the same MAC address

VM_CAPTURE_IP_MAC_NOT_MATCH

VM-96

The MAC address, the IP address and the sequence are required properties of the NIC

VM_CAPTURE_IP_PROPERTIES_REQUIRED

VM-97

There are some NICs on the remote machine that cannot be captured

VM_CAPTURE_REMOTE_IP_NOT_CAPTURED

VM-98

The public IP was not purchased for this virtual datacenter

VM_CAPTURE_IP_NOT_PURCHASED

VM-99

The requested IP is in quarantine

VM_CAPTURE_IP_QUARENTINE

VM-100

The requested IP is not available

VM_CAPTURE_IP_NOT_AVAILABLE

VM-101

The network service type of the VLAN does not match the network service type of the selected network interface in the hypervisor

VM_CAPTURE_NST_INVALID

VM-102

The selected remote IP is using a tag that is incompatible with the selected VLAN network

VM_CAPTURE_INVALID_VLAN_TAG

VM-103

The selected remote IP is using a tag that is already used by a different VLAN than the selected one

VM_CAPTURE_NOT_AVAILABLE_VLAN_TAG

VM-104

Cannot assign the VLAN tag to the selected VLAN because it is out of the rack range

VM_CAPTURE_VLAN_TAG_OUT_OF_RACK_RANGE

VM-105

The selected rack will not allow new VLAN tags

VM_CAPTURE_VLAN_TAG_RACK_FULL

VM-106

A virtual machine must be captured in order to be released

VM_RELEASE_MUST_BE_CAPTURED

VM-107

A virtual machine must be deployed in order to be released

VM_RELEASE_MUST_BE_DEPLOYED

VM-108

Virtual machine cannot be reconfigured because of invalid new values

VIRTUAL_MACHINE_RECONFIGURE_INVALID_NEW_VALUES

VM-109

You are trying to undeploy a virtual machine that uses a template that is not stored in the Apps Library. If you undeploy it, the virtual machine template cannot be recovered. To proceed with the undeploy, please call this functionality again with the 'forceUndeploy=true' option

VIRTUAL_MACHINE_USING_MISSING_FILE_TEMPLATE_WILL_BE_DELETED

VM-110

Virtual machine is using a template without a system disk file. It cannot be deployed.

VIRTUAL_MACHINE_DEPLOY_MISSING_FILE_TEMPLATE

VM-111

Virtual machine cannot be created from a virtual machine template without a disk file

VIRTUAL_MACHINE_CREATE_MISSING_FILE_TEMPLATE

VM-112

Cannot perform this action because the cores per socket setting is not available for this hypervisor

CORES_PER_SOCKET_UNSUPPORTED

VM-113

Virtual machine cannot be created from a virtual machine template that is not in the DONE state; check the state and pending tasks

VIRTUAL_MACHINE_CREATE_TEMPLATE_NOT_DONE

VM-115

Cannot select an IPv6 strict network to capture a virtual machine

VM_CAPTURE_VLAN_STRICT

VM-116

The provider of the given virtual machine does not have support for virtual machine metrics. The monitoring flag cannot be modified.

VIRTUAL_MACHINE_RECONFIGURE_PROVIDER_NOT_IMPLEMENTS_VMMETRICS_INTERFACE

VM-117

No candidate machine is capable of handling the requirements of the Network Service Type: could not deploy the Virtual Machine and attach its NICs properly

VIRTUAL_MACHINE_NST_MISCONFIGURATION

VM-118

The virtual machine is already protected

VIRTUAL_MACHINE_ALREADY_PROTECTED

VM-119

The virtual machine is not protected

VIRTUAL_MACHINE_NOT_PROTECTED

VM-120

The virtual machine is protected and cannot be used

VIRTUAL_MACHINE_PROTECTED

VM-121

The virtual machine requires at least one IP while it is running

VIRTUAL_MACHINE_CANNOT_REMOVE_LAST_IP_IN_RECONFIGURE

VM-122

A disk in sequence position 0 is required to capture the remote virtual machine

VM_CAPTURE_DISK_0_MISSING

VM-123

Cannot capture a virtual machine with persistent disks

VM_CAPTURE_DISK_STATEFUL

VM-124

Some disk or volume sequences in the instance request are not found in the virtual machine

VM_INSTANCE_NOT_FOUND_STORAGE_SEQUENCE

VM-125

The MAC address of the remote IP is required, check the remote VM configuration

VM_SYCNHRONIZE_REMOTE_MAC_REQUIRED

VM-126

The identifier of the remote hard disk is required, check the remote VM configuration

VM_SYCNHRONIZE_REMOTE_DISK_REQUIRED

VM-127

The identifier of the remote volume is required, check the remote VM configuration

VM_SYCNHRONIZE_REMOTE_VOLUME_REQUIRED

VM-128

Invalid ISO disk format in the instance.

VM_INSTANCE_INVALID_ISO_FORMAT

VM-130

Invalid virtual machine description: At least one primary (sequence 0) disk must be defined.

VIRTUAL_MACHINE_DEFINITION_PRIMARY_DISK_MISSING

VM-131

Datastore is required in disk for virtual machine description

VIRTUAL_MACHINE_DEFINITION_DISK_NO_DATASTORE

VM-132

There are disks in a datastore with no tier or in a tier that is not allowed for the destination enterprise

VM_CAPTURE_DS_TIER_REQUIRED

VM-133

Hypervisor does not support changing the virtual machine CPU in the current state

VM_HOT_RECONFIGURE_NOT_SUPPORTED_CPU

VM-134

Hypervisor does not support changing the virtual machine RAM in the current state

VM_HOT_RECONFIGURE_NOT_SUPPORTED_RAM

VM-135

Hypervisor does not support changing the virtual machine disks in the current state

VM_HOT_RECONFIGURE_NOT_SUPPORTED_DISKS

VM-136

Hypervisor does not support changing the virtual machine network interfaces in the current state

VM_HOT_RECONFIGURE_NOT_SUPPORTED_NICS

VM-138

Virtual machine template is not configured to support changing the CPU in the current state

VM_HOT_RECONFIGURE_NOT_CONFIGURED_CPU

VM-139

Virtual machine template is not configured to support changing the RAM in the current state

VM_HOT_RECONFIGURE_NOT_CONFIGURED_RAM

VM-140

Virtual machine template is not configured to support changing the disks in the current state

VM_HOT_RECONFIGURE_NOT_CONFIGURED_DISKS

VM-141

Virtual machine template is not configured to support changing the network interfaces in the current state

VM_HOT_RECONFIGURE_NOT_CONFIGURED_NIKS

VM-143

It is not possible to decrease the CPU of the virtual machine in its current state. Power it off first

VM_HOT_RECONFIGURE_DECREASE_CPU

VM-144

It is not possible to decrease the RAM of the virtual machine in its current state. Power it off first

VM_HOT_RECONFIGURE_DECREASE_RAM

VM-145

Cannot capture a virtual machine without NICs

VM_CAPTURE_NO_NICS

VM-146

CPU value outside the maximum and minimum values defined in the virtual machine template

VM_CPU_INVALID

VM-147

RAM value outside the maximum and minimum values defined in the virtual machine template

VM_RAM_INVALID

VM-148

You are trying to undeploy a virtual machine with one or more disks that are not stored in the Apps Library, only on the hypervisor datastore. If you undeploy, you won't be able to recover those disks. To proceed with the undeploy, please call this functionality again with the 'forceUndeploy=true' option.

VIRTUAL_MACHINE_USING_NON_EMPTY_DISK_ONLY_IN_DATASTORE_WILL_BE_DELETED

VM-149

A deployed virtual machine was expected for this action

VIRTUAL_MACHINE_MUST_BE_DEPLOYED

VM-150

The selected VLAN %s for IP from sequence %s should be the VLAN %s

VM_CAPTURE_VLAN_INVALID

VM-151

The IP of sequence %s belongs to a VLAN that does not exist in the platform

VM_CAPTURE_VLAN_REMOTE_NOT_FOUND

VM-152

Cannot capture a virtual machine from a hypervisor that doesn't use a network device into a virtual datacenter that uses a network device

VM_CAPTURE_REMOTE_IP_NO_VLAN_PROVIDER_ID

VM-153

Cannot capture the virtual machine because there are more than one disk with UUID %s

VM_CAPTURE_DUPLICATED_DISK_UUID

VM-154

The virtual machine does not have a link to an active hardware profile so it cannot be deployed

VM_DEPLOY_MISSING_HP

VM-155

The VM has no owner or the owner does not have an email configured. Cannot generate and send the password for the guest operating system

VM_CANNOT_SEND_GUEST_PASSWORD

VM-156

Cannot reconfigure the virtual machine until synchronization is completed. Please wait until lastSynchronize is updated.

VM_RECONFIGURE_NOT_SYNCH

VM-157

Cannot create virtual machine fetching metrics. Monitoring is not enabled.

VM_CANNOT_ENABLE_MONITORING

VM-158

The virtual machine must use one of the hardware profiles that are recommended for this template

VM_NOT_RECOMMENDED_TEMPLATE_HP

VM-159

Invalid FQDN provided

VM_INVALID_FQDN

VM-160

Cannot modify the FQDN while the VM is deployed

VM_CANNOT_MODIFY_FQDN

VM-161

Generating an initial guest password requires guest customizations in the virtual machine template and support by the plugin

VM_GENERATEPASS_REQUIRES_GUESTSETUP

VM-162

Cannot modify the option to generate an initial guest password while the VM is deployed

VM_GENERATEPASS_REQUIRES_NOTDEPLOYED

VM-163

Could not get the remote access console for the virtual machine

VM_REMOTE_CONSOLE_UNAVAILABLE

VM-164

To get the remote console the virtual machine must be in state ON

VM_REMOTE_CONSOLE_NOT_DEPLOYED

VM-165

Windows hostname cannot exceed 15 characters in length

VM_INVALID_FQDN_WIN

VM-166

You cannot move or restrict a VM that is part of a scaling group. Perform this action on the scaling group instead

VM_OUTSOURCE_NOT_ALLOWED

VM-167

You are trying to delete a virtual machine associated with one or more action plans. If you delete the virtual machine, the related actions plans will be affected. To proceed with the delete, please call this functionality again with the 'force=true' option.

VM_USED_IN_ACTION_PLAN_WILL_BE_DELETED

VM-168

CPU must be specified.

VM_CPU_REQUIRED

VM-169

RAM must be specified.

VM_RAM_REQUIRED

VM-170

Cannot select the disks to create an instance of a virtual machine in this provider.

VM_INSTANCE_CANNOT_SELECT_DISKS

VM-171

Cannot attach IPs in networks from different availability zones

VM_INVALID_AVAILABILITY_ZONE_VLAN

VM-172

Cannot attach volumes from different availability zones

VM_INVALID_AVAILABILITY_ZONE_VOL

VM-173

Cannot attach volumes from different availability zones than the attached networks

VM_INVALID_AVAILABILITY_ZONE_VLAN_VOL

VM-174

Cannot attach volumes from different availability zones than the default network in the virtual datacenter. Specify an IP in another network with the same availability zone as the desired volume.

VM_INVALID_AVAILABILITY_ZONE_DEFAULT_VLAN_VOL

VM-175

If you release the VM, the firewall and/or load balancer will still have an association with the VM but it will be invalid so errors may occur.

VM_RELEASE_DETACH_RESOURCE

VM-176

The virtual machine must use one of the datastore tiers that are recommended for this template but one or more of the disks in the template is not configured to use a recommended tier

VM_NOT_RECOMMENDED_TEMPLATE_DS_TIER

VM-177

Cannot associate the virtual machine with more than one availability set

VM_INVALID_AVAILABILITY_SET_LINKS

VM-178

Cannot change the availability set of a virtual machine

VM_UPDATE_NO_CHANGE_AVAILSET

VM-179

The availability set must be from the same virtual machine's virtual datacenter

VM_DEPLOY_INVALID_AVAILSET

VM-180

Resetting a guest password requires an initial guest password

VM_INITIAL_GUEST_PASSWORD_NOT_FOUND

VM-181

Resetting a guest password requires guest customizations in the virtual machine template

VM_RESETPASS_REQUIRES_GUESTSETUP

VM-182

Virtual machine cannot have empty variables

VM_EMPTY_VARIABLE

VM-183

Variables of a deployed virtual machine cannot be modified

VM_DEPLOYED_EDIT_VARIABLES

VM-184

Virtual machine label cannot be modified

VM_UPDATE_NO_CHANGE_LABEL

VM-185

Invalid virtual machine label, must match regex %s

VM_INVALID_LABEL

VM-186

The virtual machine must use hardware profiles in order to increase or decrease its hardware profile

VM_INCREASE_DECREASE_WITHOUT_HP

VM-187

No more hardware profiles of the same type are available

VM_INCREASE_DECREASE_NO_HP_FOUND

VM-188

Multiple hardware profiles with the same type, CPU, and RAM have been found

VM_INCREASE_DECREASE_MULTIPLE_HP_FOUND

VM-189

Duplicated VM with the same ABQ identifier has been found

VM_DUPLICATED_ABQ_IDENTIFIER_FOUND

VM-190

Cannot attach different types of floating IP to the same virtual machine

VM_DIFFERENT_FLOATING_IP_TYPE

VM-191

Cannot change the resource group of a virtual machine

VM_UPDATE_NO_CHANGE_RESOURCE_GROUP

VM-192

Cannot assign a virtual machine to a different availability zone than its volumes and network

VM_INVALID_AVAILABILITY_ZONE_VM

VM-193

The virtual machine does not have a provider id so it cannot be deployed

VM_DEPLOY_MISSING_PROVIDER_ID

VM-194

Invalid virtual machine name, must match regex %s

VM_INVALID_NAME

VM-195

Attaching a new IP using Windows guest customization through vCenter requires to specify the current admin password in the request 'virtualmachine#guestPassword'

VM_RECONF_PASSWORD

VM-196

To Increase/decrease dynamic hardware profile is not supported

VM_INCREASE_DECREASE_DYNAMIC

VM-197

The network interface of the VLAN does not belong to the hypervisor of the virtual machine

VM_CAPTURE_NI_INVALID

VM-198

Unable to get current guest password of virtual machine, the password generation is in progress.

VM_GUEST_PASSWORD_IN_PROGRESS

VM-199

Cannot select volumes to create an instance of a virtual machine in this provider.

VM_INSTANCE_CANNOT_SELECT_VOLUMES

Virtual machine template

 

 

CONSTR-SNAPSHOT-LENGTH-NAME-MAX

The length of the NAME parameter must be less than 255 characters

SNAPSHOT_CONSTRAINT_LENGTH_NAME_MAX

CONSTR-SNAPSHOT-LENGTH-NAME-MIN

The length of the NAME parameter must be greater than 1 characters

SNAPSHOT_CONSTRAINT_LENGTH_NAME_MIN

VIMAGE-0

The requested virtual machine template does not exist

NON_EXISTENT_VIRTUAL_MACHINE_TEMPLATE

VIMAGE-1

The virtual machine template supplied is not an instance

VIMAGE_IS_NOT_BUNDLE

VIMAGE-2

Invalid virtual machine template identifier in the virtual machine template link

INVALID_VMTEMPLATE_LINK

VIMAGE-3

Invalid datacenter repository identifier in the datacenter repository link

INVALID_DATACENTER_RESPOSITORY_LINK

VIMAGE-7

The requested virtual machine template is a master template; master templates cannot be deleted

VMTEMPLATE_MASTER_TEMPLATE_CANNOT_BE_DELETED

VIMAGE-9

Cannot delete the requested shared virtual machine template because it belongs to another enterprise

VMTEMPLATE_SHARED_TEMPLATE_FROM_OTHER_ENTERPRISE

VIMAGE-10

The virtual machine template is being used by virtual machines and cannot be deleted

VMTEMPLATE_TEMPLATE_USED_BY_VIRTUAL_MACHINES_CANNOT_BE_DELETED

VIMAGE-12

Malformed icon URL

VIMAGE_MALFORMED_ICON_URI

VIMAGE-13

The virtual machine template is not a persistent template

VMTEMPLATE_IS_NOT_STATEFUL

VIMAGE-14

Cannot modify a failed persistent virtual machine template

VMTEMPLATE_FAILED_PERSISTENT_CANNOT_BE_MODIFIED

VIMAGE-15

Cannot modify a persistent virtual machine template that is in progress

VMTEMPLATE_IN_PROGRESS_PERSISTENT_CANNOT_BE_MODIFIED

VIMAGE-16

No template definition link found

TEMPLATE_DEFINITION_LINK_FOUND

VIMAGE-17

Invalid template definition link

TEMPLATE_DEFINITION_LINK_INVALID

VIMAGE-18

The requested template is already present for the current enterprise in the datacenter provided.

VMTEMPLATE_ALREADY_DOWNLOADED

VIMAGE-19

A persistent virtual machine template that is in progress cannot be deleted

TEMPLATE_DELETE_STATEFUL_PROGRESS

VIMAGE-20

The disk type of a persistent virtual machine template cannot be modified

VMTEMPLATE_PERSISTENT_DISK_TYPE_IMMUTABLE

VIMAGE-21

A persistent virtual machine template cannot be shared

VMTEMPLATE_PERSISTENT_CANNOT_BE_SHARED

VIMAGE-22

The path of a persistent virtual machine template cannot be modified

VMTEMPLATE_PERSISTENT_PATH_IMMUTABLE

VIMAGE-23

The HD required of a persistent virtual machine template cannot be modified. Resize the primary disk instead

VMTEMPLATE_PERSISTENT_HD_REQUIRED_IMMUTABLE

VIMAGE-24

The disk file size of a persistent virtual machine template cannot be modified

VMTEMPLATE_PERSISTENT_DISK_FILE_SIZE_IMMUTABLE

VIMAGE-25

Missing virtual machine template link

VMTEMPLATE_LINK_NOT_FOUND

VIMAGE-26

Invalid virtual machine template link

VMTEMPLATE_LINK_INVALID

VIMAGE-27

The request to create a virtual machine template must include a template definition link

VMTEMPLATE_INVALID_CREATE_REQUEST

VIMAGE-28

Cannot promote a virtual machine template instance with QUEUED conversions; please wait for them to finish then try again.

VMTEMPLATE_PROMOTE_CONVERSION_IN_PROGRESS

VIMAGE-29

The virtual machine template belongs to another enterprise and is not a shared template.

VMTEMPLATE_FROM_OTHER_ENTERPRISE_NOT_SHARED

VIMAGE-30

Cannot delete virtual machine template because conversions are in progress.

TEMPLATE_DELETE_CONVERSION_PROGRESS

VIMAGE-31

Cannot delete instance of virtual machine template because a conversion of this instance is still in progress.

TEMPLATE_DELETE_INSTANCE_PROGRESS

VIMAGE-33

Cannot delete the disk file of a persistent virtual machine template

TEMPLATE_DELETE_FILE_STATEFUL

VIMAGE-34

Current virtual machine template is not being used by any deployed virtual machines and it has no instances. Use template delete

TEMPLATE_DELETE_FILE_USE_DELETE

VIMAGE-35

Virtual machine template disk file is not found or currently unavailable in the repository filesystem.

TEMPLATE_FILE_NOT_FOUND

VIMAGE-36

Cannot process a virtual machine template creation event from datacenter repository refresh check.

TEMPLATE_CREATE_IN_REPO_ERROR

VIMAGE-37

Current virtual machine template already unavailable

TEMPLATE_DELETE_UNAVAILABLE

VIMAGE-38

The path of a public cloud template cannot be modified

VMTEMPLATE_PUBLIC_PATH_IMMUTABLE

VIMAGE-39

A public cloud template already exists for this path identifier

VMTEMPLATE_PUBLIC_DUPLICATED_PATH

VIMAGE-41

The disk format type of a public cloud template must be compatible with the provider

VMTEMPLATE_PUBLIC_DISKFORMAT_COMPATIBLE

VIMAGE-42

Could not modify disk information; use the new Disk resource

VMTEMPLATE_NOEDITDISKINFO_DEPRECATION

VIMAGE-43

Could not modify a virtual machine template with multiple disks

VMTEMPLATE_NOEDITMOREDISKS_DEPRECATION

VIMAGE-44

Current virtual machine template operation requires a single disk but more have been specified

VMTEMPLATE_SINGLE_DISK_REQUIRED

VIMAGE-45

Could not modify a template with multiple disks

TEMPLATE_NOEDITMOREDISKS_DEPRECATION

VIMAGE-46

Could not modify disk info.

TEMPLATE_NOEDITDISKINFO_DEPRECATION

VIMAGE-47

A HardDisk or Volume is assigned a sequence position already in use in the virtual machine template

VMTEMPLATE_DUPLICATED_SEQUENCE

VIMAGE-48

Cannot create a virtual machine with an empty disk as the primary disk

VMTEMPLATE_EMPTY_DISK_CANNOT_PRIMARY

VIMAGE-49

Invalid input. Repeated disk attachment value is not allowed.

VMTEMPLATE_DISK_REL_REPEATED_LINKS

VIMAGE-50

Invalid input. Repeated disk href value is not allowed.

VMTEMPLATE_DISK_HREF_REPEATED_LINKS

VIMAGE-51

Cannot add/remove disk. Use Disk resource.

VMTEMPLATE_DISK_CREATION

VIMAGE-52

A non-persistent template cannot be moved between virtual datacenters

TEMPLATE_STANDARD_CANNOT_MOVE

VIMAGE-53

The template is already linked to the given virtual datacenter

TEMPLATE_MOVE_SAME_VDC

VIMAGE-54

The template is being used by a virtual machine and cannot be moved

TEMPLATE_ATTACHED_CANNOT_MOVE

VIMAGE-55

The operation is not allowed because the template/disk does not physically exist in the repository

TEMPLATE_NOT_IN_REPOSITORY

VIMAGE-56

The template has not been completely deleted. One or more disks could not be deleted, please check the tracers for details. The template still exists with these failed disks.

TEMPLATE_DELETE_SOME_FAILED_DISKS

VIMAGE-57

The enterprise of the virtual machine template source and target must be the same.

VMTEMPLATE_DIFFERENT_ENTERPRISES

VIMAGE-58

A public cloud template has only one disk

VMTEMPLATE_EXPORT_PUBLIC_MULTIPLE_DISKS

VIMAGE-59

Cannot export a virtual machine template with persistent disks

VMTEMPLATE_EXPORT_STATEFUL

VIMAGE-60

Cannot duplicate, promote or export a virtual machine template with only empty disks

VMTEMPLATE_ONLY_EMPTY_DISKS

VIMAGE-61

Invalid minimum CPU. Check VM CPU settings or recommended hardware profile

VMTEMPLATE_CPU_INVALID_MIN

VIMAGE-62

Invalid maximum CPU. Check VM CPU settings or recommended hardware profile

VMTEMPLATE_CPU_INVALID_MAX

VIMAGE-63

Invalid minimum RAM. Check VM RAM settings or recommended hardware profile

VMTEMPLATE_RAM_INVALID_MIN

VIMAGE-64

Invalid maximum RAM. Check VM RAM settings or recommended hardware profile

VMTEMPLATE_RAM_INVALID_MAX

VIMAGE-65

Cannot edit CPU/RAM or set minimum and maximum values for a public template with a hardware profile

VMTEMPLATE_PUBLIC_EDIT_CPU_RAM

VIMAGE-66

Cannot access the templates of this enterprise from your current enterprise

VMTEMPLATE_USER_DIFFERENT_ENT

VIMAGE-67

Not enough privileges to assign a different user scope to a virtual machine template

VMTEMPLATE_NOT_PRIV_OTHER_SCOPES

VIMAGE-68

Access to template is not allowed. Enterprise is not included in template's scope

VMTEMPLATE_OUT_OF_SCOPE

VIMAGE-69

Cannot edit template because the template's scopes is greater than the current user's scope

VMTEMPLATE_SCOPE_GREATER

VIMAGE-70

Cannot edit template because the template belongs to another enterprise

VMTEMPLATE_SHARED_DIFFERENT_ENT

VIMAGE-71

Generating an initial guest password requires guest customizations

VMTEMPLATE_GENERATEPASS_REQUIRES_GUESTSETUP

VIMAGE-72

A virtual machine template without disks is not allowed

VMTEMPLATE_WITHOUT_DISK

VIMAGE-73

Cannot edit CPU/RAM of a virtual machine template with hardware profile

VMTEMPLATE_EDIT_CPU_RAM

VIMAGE-74

The list template publishers functionality is not available in private cloud

VMTEMPLATE_LIST_PUBLISHERS_ONLY_PUBLIC_CLOUD

VIMAGE-75

The virtual machine template disks must use the datastore tiers that are recommended for this template.

VMTEMPLATE_DISK_WITH_NOT_RECOMMENDED_DS_TIER

VIMAGE-76

Virtual machine template cannot have empty variables

VMTEMPLATE_EMPTY_VARIABLE

VIMAGE-77

Virtual machine template terms not found

VMTEMPLATE_TERMS_NOT_FOUND

VIMAGE-78

Virtual machine template terms not accepted

VMTEMPLATE_TERMS_NOT_ACCEPTED

VIMAGE-79

Virtual machine can have startup script from metadata or script template link, but not both

VMTEMPLATE_METADATA_INVALID

VIMAGE-AM-DOWN

Check appliance manager configuration error

VIMAGE_AM_DOWN

VIMAGE-INVALID-OVF-ALLOCATION-INITS

Virtual machine template cannot be added due to invalid allocation units

VIMAGE_INVALID_ALLOCATION_UNITS

VIMAGE-REPOSITORY-CHANGED

Datacenter repository location has changed

VMTEMPLATE_REPOSITORY_CHANGED

VIMAGE-SYNCH-DATACENTER-REPOSITORY

Cannot obtain downloaded templates in the datacenter repository

VMTEMPLATE_SYNCH_DC_REPO

Virtual private network

 

 

VPN-1

Invalid value for the Authentication field. Valid values are: PSK,CERTIFICATE

VPN_INVALID_AUTHENTICATION_VALUE

VPN-2

Invalid value for the DH group field. Valid values are: DH2,DH5,DH14,DH15,DH16,DH19,DH20,DH21

VPN_INVALID_DHGROUP_VALUE

VPN-3

The requested VPN does not exist

VPN_NOT_FOUND

VPN-4

Invalid local endpoint IP. Only NAT IPs are allowed

VPN_INVALID_LOCAL_ENDPOINT_IP

VPN-5

Missing virtual datacenter link

VPN_MISSING_VDC_LINK

VPN-6

Only private networks are supported for VPN local networks

VPN_INVALID_LOCAL_NETWORK

VPN-7

Local endpoint is autogenerated so cannot be supplied

VPN_AUTOGENERATED_ENDPOINT_TRUE

VPN-8

Local endpoint is required

VPN_AUTOGENERATED_ENDPOINT_FALSE

VPN-9

Encryption algorithm not supported

VPN_ENCRYPT_ALGORITHM_NOT_SUPPORTED

VPN-10

Diffie-Hellman Group not supported

VPN_DH_GROUP_NOT_SUPPORTED

VPN-11

Authentication mode not supported

VPN_AUTHENTICATION_MODE_NOT_SUPPORTED

VPN-12

Perfect Forward Secrecy cannot be disabled

VPN_PFS_ONLY_ENABLED

VPN-13

Perfect Forward Secrecy is not supported

VPN_PFS_ONLY_DISABLED

VPN-14

Cannot choose a set of networks to expose via VPN

VPN_ADVERTISE_INDIVIDUAL_NET_NOT_SUPPORTED

VPN-15

Must choose a set of networks to expose via VPN

VPN_ADVERTISE_INDIVIDUAL_NET_REQUIRED

VPN-16

VPN update is not supported

VPN_UPDATE_NOT_SUPPORTED

VPN-17

Cannot create VPN

VPN_CREATE_FAIL

VPN-18

Missing local endpoint link type

VPN_INVALID_LOCAL_ENDPOINT_LINK_TYPE

Virtual system monitor

 

 

VSM-0

An error occurred when monitoring the physical machine

MONITOR_PROBLEM

VSM-1

An error occurred when shutting down the monitored physical machine

UNMONITOR_PROBLEM

VSM-2

An error occurred when subscribing the virtual machine

SUBSCRIPTION_PROBLEM

VSM-3

An error occurred when unsubscribing the virtual machine

UNSUBSCRIPTION_PROBLEM

VSM-4

An error occurred when refreshing the virtual machine state

REFRESH_STATE_PROBLEM

VSM-5

An error occurred when resetting the last known state of the virtual machine

INVALIDATE_STATE_PROBLEM

VSM-6

An error occurred when checking and refreshing the virtual machine state

CHECK_AND_REFRESH_STATE_PROBLEM

VSM-7

VSM service unavailable; check the URL of the service.

VSM_UNAVAILABE

VSM-8

Cannot disable virtual machine monitoring

VSM_UNABLE_TO_DISABLE_MONITORING

VSM-9

Cannot enable virtual machine monitoring

VSM_UNABLE_TO_ENABLE_MONITORING

VSM-10

An error occurred when forcing the virtual machine definition sync

VM_DEF_SYNC_PROBLEM

VSM-11

An error occurred when publishing the virtual machine definition

PUBLISH_VM_DEF_PROBLEM

VSM-12

An error occurred when forcing monitor sync

MONITOR_SYNC_PROBLEM

VSM-13

An error occurred when listing all subscriptions

SUBSCRIPTION_LIST_PROBLEM

VSM-14

An error occurred when deleting the subscription

SUBSCRIPTION__DELETE_PROBLEM

Volumes

 

 

VOL-0

Could not create the volume in the selected tier

VOLUME_GENERIC_ERROR

VOL-1

There are not enough resources in the selected tier to create the volume

VOLUME_NOT_ENOUGH_RESOURCES

VOL-2

The name of the volume is required

VOLUME_NAME_NOT_FOUND

VOL-3

The volume does not exist

NON_EXISTENT_VOLUME

VOL-4

An unexpected error occurred while creating the volume

VOLUME_CREATE_ERROR

VOL-5

The volume cannot be deleted because it is associated with a virtual machine

VOLUME_MOUNTED_OR_RESERVED

VOL-6

Could not physically delete the volume from the target storage device

VOLUME_SSM_DELETE_ERROR

VOL-7

The volume cannot be deleted because it is being used in a persistent template process

VOLUME_DELETE_STATEFUL

VOL-8

The persistent volume cannot be deleted because it is being used in a virtual appliance

VOLUME_DELETE_IN_VIRTUALAPPLIANCE

VOL-9

The connection field of the volume is required

VOLUME_CONNECTION_NOT_FOUND

VOL-10

The size of the volume cannot be reduced

VOLUME_DECREASE_SIZE_LIMIT_ERROR

VOL-11

The 'name' attribute of the volume cannot exceed 256 characters in length

VOLUME_NAME_LENGTH_ERROR

VOL-13

The size property must be a non-zero integer up to 9223372036854775807

VOLUME_SIZE_INVALID

VOL-14

The volume cannot be edited because it is being used in a virtual machine

VOLUME_IN_USE

VOL-15

An unexpected error occurred and the volume could not be updated

VOLUME_UPDATE

VOL-17

The volume does not support the resize operation

VOLUME_RESIZE_NOT_SUPPORTED

VOL-18

Could not get the storage manager remote service

SSM_UNREACHABLE

VOL-19

Could not add the initiator mappings

VOLUME_GRANT_ACCESS_ERROR

VOL-20

The requested initiator mapping does not exist

NON_EXISTENT_VOLUME_MAPPING

VOL-21

The volume is not attached to the virtual machine

VOLUME_NOT_ATTACHED

VOL-22

Invalid link to the volume to attach

VOLUME_ATTACH_INVALID_LINK

VOL-23

Invalid virtual datacenter in the link to the volume to attach

VOLUME_ATTACH_INVALID_VDC_LINK

VOL-24

The volume is already attached to a virtual machine

VOLUME_ALREADY_ATTACHED

VOL-25

The maximum number of attached disks and volumes has been reached

VOLUME_TOO_MUCH_ATTACHMENTS

VOL-26

An unexpected error occurred while attaching the volume. Please contact the Administrator

VOLUME_ATTACH_ERROR

VOL-27

The volume is already detached

VOLUME_ALREADY_DETACHED

VOL-28

An unexpected error occurred while detaching the volume. Please contact the Administrator

VOLUME_DETACH_ERROR

VOL-29

An unexpected error occurred while reconfiguring storage

VOLUME_RECONFIGURE_ERROR

VOL-39

The volume can only be moved to another virtual datacenter in the same datacenter

VOLUME_WRONG_NEW_VIRTUALDATACENTER_DATACENTER

VOL-40

There are not enough resources in the selected pool to create the volume

VOLUME_NOT_ENOUGH_RESOURCES_POOL

VOL-41

The volume can only be moved to another virtual datacenter in the same enterprise

VOLUME_WRONG_NEW_VIRTUALDATACENTER_ENTERPRISE

VOL-43

The pool must be iSCSI when creating generic iSCSI volumes

VOLUME_GENERIC_ISCSI_INVALID_POOL

VOL-44

There is already a volume with that internal name

VOLUME_GENERIC_ISCSI_INVALID_INTERNAL_UUID

VOL-45

The internal name of the volume is required

VOLUME_GENERIC_ISCSI_INTERNAL_UUID_NOT_FOUND

VOL-46

The volume cannot be resized or removed from the virtual machine if it has snapshots

VOLUME_WITH_SNAPSHOTS

VOL-47

Cannot move a persistent volume. You should try to move the template

VOLUME_PERSISTENT_CANNOT_MOVE

VOL-48

Cannot change the disk controller or controller type of the volume because it is being used in a deployed virtual machine

VOLUME_DISK_CONTROLLER_CANNOT_CHANGE

VOL-49

Cannot retrieve remote volumes in a storage device in a private datacenter

STORAGE_SYNC_ONLY_PUBLIC_CLOUD

VOL-50

Cannot change the availability zone of a volume

VOLUME_UPDATE_NO_CHANGE_AVZONE

VOL-51

Need to select an availability zone to create a volume

VOLUME_REQUIRES_AVZONE

VOL-52

Volume encryption is not supported

VOLUME_ENCRYPTION_NOT_SUPPORTED

VOL-53

Cannot encrypt/decrypt an existing volume

VOLUME_UPDATE_NO_CHANGE_ENCRYPTION

VOL-54

Cannot perform logical delete. You should do it over volumes of public cloud region

VOLUME_LOGICAL_DELETE_NOT_ALLOWED

VOL-55

Cannot update volume to use a tier shared by more than one storage pool

VOLUME_EDIT_TIER_SHARED_STORAGE_POOL

VOL-56

The volume cannot be resized with virtual machine reconfigure because the virtual machine is not deployed

VOLUME_RESIZE_NOT_DEPLOYED

Workflow

 

 

WKF-01

Request to workflow endpoint failed

WORKFLOW_REQUEST_ERROR

WKF-02

Cancellation of a workflow task failed

WORKFLOW_CANCEL_ERROR

WKF-03

Continuation of a workflow task failed

WORKFLOW_CONTINUE_ERROR

XaaS

 

 

XAS-0

Failed to request in xas remote service

SERVICE_XAS_COMM

Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved