DevOps with GitLab:共通エラー
フォーマット
エラーフォーマットは下記の通りです。
{
"message":"The instance 'target' could not be found.",
"code":"Client.InvalidParameterNotFound.Instance"
}
共通エラー
コード | メッセージ | HTTPステータスコード | 説明 |
---|---|---|---|
Client.InvalidParameterIllegalInput.Body | The body is not appropriate. | 400 | 不正なリクエストボディを指定した。 |
Client.InvalidParameter | Received invalid request. | 400 | ヘッダーの不備、json ボディの破損など、リクエスト異常が発生した。 |
Client.UnauthorizedOperation | You are not authorized to perform this operation. | 403 | リクエストしたアカウントでは DevOps with GitLab の操作をできない。 |
Client.URLNotFound | A specified URL is not found. | 404 | 指定した URL は存在しない。 |
Client.Client.InvalidParameterHttpMethod.${HTTPMethod} |
A specified method is not allowed. | 405 | 不正な HTTP のメソッドを指定した。 |
Client.RequestURITooLong | Request URI too long. | 414 | リクエスト URI が長すぎる。 |
Server.InternalError | An internal error has occurred. Please try your query again at a later time. | 500 | 内部エラーが発生した。 |
Server.Maintenance | The system is in maintenance now. | 503 | サービスがメンテナンス中。 |
認証エラー
コード | メッセージ | HTTPステータスコード | 説明 |
---|---|---|---|
Client.AuthFailure | This system was not able to validate the provided access credentials. | 401 | 認証失敗。シグネチャーやリクエスト方法の確認が必要。 |
Client.AuthFailurePermission | Authentication API abended. | 401 | 認証処理の中断。シグネチャーやリクエスト方法の確認が必要。 |
Client.AuthFailurePermission.AccessKey | This system was not able to validate the provided access key. | 401 | アクセスキーが不正。 |
Client.AuthFailureRequired.AccessKey | No access key was provided. | 401 | アクセスキーがリクエストで未指定 |
Client.AuthFailureRequired.Signature | No signature was provided. | 401 | シグネチャーがリクエストで未指定 |
Client.AuthFailureExpired | The signature for this request is expired. | 401 | シグネチャーが期限切れ |
Client.AuthFailurePermission.MultiAccount | You don’t have enough rights to operate this API. | 403 | マルチアカウントの権限が不足。 |
Client.AuthFailurePermission.OptInRequired | You are not subscribed to this service. | 403 | 認証失敗。ユーザーID状態異常のためサポートに連絡が必要。 |
パラメーターエラー
コード | メッセージ | HTTPステータスコード | 説明 |
---|---|---|---|
Client.Inoperable.Instance.DiskCapacityLimitExceeded | The disk capacity is already maximum. | 400 | ディスクサイズがゾーンのディスク上限に達している。 |
Client.Inoperable.Instance.NotRestorableGitlabVersion | There is no restoable gitlab version. | 400 | 指定したバックアップファイルはリストア可能なGitLabバージョンではない。 |
Client.Inoperable.Instance.NotUpgradableGitlabVersion | There is no upgradeable gitlab version. | 400 | アップグレード可能なGitLabバージョンが存在しない。 |
Client.InvalidParameterCannotSpecify.AvailabilityZone | Specified AvailabilityZone is not available. | 400 | 提供外のゾーンを指定している。 |
Client.InvalidParameterCannotSpecify.DiskSize | Specified DiskSize is not available. | 400 | 提供外のディスクサイズを指定している。 |
Client.InvalidParameterCannotSpecify.GitlabVersion | Specified GitlabVersion is not available. | 400 | 提供外のGitLabのバージョンを指定している。 |
Client.InvalidParameterCannotSpecify.InstanceType | Specified InstanceType is not available. | 400 | 提供外のインスタンスタイプを指定している。 |
Client.InvalidParameterCannotSpecify.MetricsName | Specified MetricsName is not available. | 400 | メトリック名に cpu, memory, or disk 以外を指定している。 |
Client.InvalidParameterCannotSpecify.NetworkConfig.NetworkId | Specified NetworkConfig.NetworkId is not available. | 400 | 提供外のネットワークIDを指定している。 |
Client.InvalidParameterCannotSpecify.NetworkConfig.PrivateAddress | Specified NetworkConfig.PrivateAddress is not available. | 400 | 提供外のプライベートIPアドレスを指定している。 |
Client.InvalidParameterCannotSpecify.ObjectStorageConfig.BucketUseObjects | Specified ObjectStorageConfig.BucketUseObjects is not available. | 400 | オブジェクトに lfs, packages, or containerRegistry 以外を指定している。 |
Client.InvalidParameterCannotSpecify.ObjectStorageConfig.Region | Specified ObjectStorageConfig.Region is not available. | 400 | 提供外のオブジェクトストレージのリージョンを指定している。 |
Client.InvalidParameterCannotSpecify.Port | Specified Port is not available. | 400 | ファイアウォールルールの PORT に 22 or 443 以外を指定している。 |
Client.InvalidParameterCannotSpecify.Protocol | Specified Protocol is not available. | 400 | ファイアウォールルールのプロトコルに TCP or ICMP 以外を指定している。 |
Client.InvalidParameterCannotSpecify.Region | Specified Region is not available. | 400 | 提供外のリージョンを指定している。 |
Client.InvalidParameterDuplicate.BackupRuleName | The BackupRuleName ‘${param} ’ related with a instance already exists. |
400 | 指定したバックアップルール名はすでに存在している。 |
Client.InvalidParameterDuplicate.FirewallGroupName | The FirewallGroupName ‘${param} ’ already exists. |
400 | 指定したファイアウォールグループ名はすでに存在している。 |
Client.InvalidParameterDuplicate.FirewallRule | The FirewallRule ‘${param} ’ already exists. |
400 | 指定したファイアウォールルールはすでに存在している。 |
Client.InvalidParameterDuplicate.FirewallRuleIds | The requested FirewallRuleIds have duplicated ruleId.. | 400 | 指定したファイアウォールルールIDはすでに存在している。 |
Client.InvalidParameterDuplicate.FirewallRules | The requested FirewallRules have duplicated rule. | 400 | 指定したファイアウォールルールはすでに存在している。 |
Client.InvalidParameterDuplicate.InstanceId | The InstanceId ‘${param} ’ already exists. |
400 | 指定したDevOpsサーバー名はすでに存在している。 |
Client.InvalidParameterDuplicate.ObjectStorageConfig.BucketName | The ObjectStorageConfig.BucketName ‘${param} ’ already exists. |
400 | 指定したオブジェクトストレージのバケット名はすでに存在している。 |
Client.InvalidParameterDuplicate.ParameterGroupName | The ParameterGroupName ‘${param} ’ already exists. |
400 | 指定したパラメーターグループ名はすでに存在している。 |
Client.InvalidParameterFormat.BackupId | The parameter BackupId is not valid format. BackupId must be 32 characters alphanumeric. | 400 | 指定したバックアップIDが32文字の半角英数字ではない。 |
Client.InvalidParameterFormat.BackupRuleName | The parameter BackupRuleName is not valid format. BackupRuleName must be 1 to 63 characters lowercase alphanumeric or ‘-’. | 400 | 指定したバックアップルール名が1~63文字の半角英数字または’-’ではない。 |
Client.InvalidParameterFormat.Description | The parameter Description is not valid. Because it contains control characters or is not a string. | 400 | 指定したメモが不正(制御文字が含まれているか、文字列でない)。 |
Client.InvalidParameterFormat.EndTime | The parameter EndTime is not valid. Because the EndTime key contains invalid values. It must be a rfc3339 format and utc timezone (2015-07-01T20:10:30.781Z). | 400 | 指定したメトリックス取得終了時刻がRFC3389準拠の時刻(UTC)ではない。 |
Client.InvalidParameterFormat.FirewallGroupName | The parameter FirewallGroupName is not valid name. Names must be lowercase alphanumeric. | 400 | 指定したファイアウォールグループ名が半角英数小文字ではない。 |
Client.InvalidParameterFormat.FirewallRule | The parameter FirewallRules is not valid type. Type must be array. | 400 | 指定したファイアウォールルールが配列ではない。 |
Client.InvalidParameterFormat.FirewallRuleId | The parameter FirewallRuleId is not valid format.FirewallRuleId Must be 32 characters alphanumeric. | 400 | 指定したファイアウォールルールIDが32文字の英数字ではない。 |
Client.InvalidParameterFormat.FirewallRules | The parameter FirewallRules is not valid type. Type must be array. | 400 | 指定したファイアウォールルールが配列ではない。 |
Client.InvalidParameterFormat.IPInvalidFormat | The parameter IPInvalidFormat is not valid format. This parameter must be CIDR or IP notations. | 400 | 指定した IPアドレス・Cidrの形式が Cidr形式またはIPアドレス表記ではない。 |
Client.InvalidParameterFormat.IPInvalidRange | The parameter IPInvalidRange is not valid cidr. Cidr /32 cannot be specified. | 400 | 指定した Cidrの範囲が不正(/32の指定は不可)。 |
Client.InvalidParameterFormat.InitialRootPassword | The parameter InitialRootPassword is not valid. Because the InitialRootPassword key contains invalid values. It must be 8 to 128 alphanumeric characters. | 400 | 指定したrootユーザーの初期パスワードが8~128文字の英数字ではない。 |
Client.InvalidParameterFormat.InstanceId | The parameter InstanceId is not valid name. | 400 | 指定したDevOpsサーバー名が不正。 |
Client.InvalidParameterFormat.NetworkConfig.NetworkId | The parameter NetworkConfig.NetworkId is not valid format. This parameter must consist of ‘net-’ prefix and 8 lowercase alphanumeric characters. | 400 | 指定したネットワークIDが’net-’接頭辞と英数小文字8文字ではない。 |
Client.InvalidParameterFormat.ObjectStorageConfig.Account | The parameter ObjectStorageConfig.Account is not valid. It must be 1 to 128 string characters. | 400 | 指定したオブジェクトストレージのアカウントが不正(空文字列であるか、文字列でない)。 |
Client.InvalidParameterFormat.ObjectStorageConfig.BucketName | The parameter ObjectStorageConfig.BucketName is not valid. It must be 3 to 32 characters lowercase alphanumeric. | 400 | 指定したオブジェクトストレージのバケット名が3~32文字の半角英数小文字ではない。 |
Client.InvalidParameterFormat.ParameterGroupName | The parameter ParameterGroupName is not valid. Because it contains control characters. | 400 | 指定したパラメーターグループ名が不正(制御文字が含まれている)。 |
Client.InvalidParameterFormat.Parameters | The parameter Parameters is not valid. Type must be map. | 400 | 指定したパラメーターが不正。 |
Client.InvalidParameterFormat.Parameters.gitlab_email_from | The parameter Parameters.gitlab_email_from is not valid. Because the Parameters.gitlab_email_from key contains invalid values. It must be in the form of an email address. | 400 | 指定した ’gitlab_email_from’パラメーターの値がメールアドレスではない。 |
Client.InvalidParameterFormat.Parameters.gitlab_email_reply_to | The parameter Parameters.gitlab_email_reply_to is not valid. Because the Parameters.gitlab_email_reply_to key contains invalid values. It must be in the form of an email address. | 400 | 指定した ’gitlab_email_reply_to’パラメーターの値がメールアドレスではない。 |
Client.InvalidParameterFormat.Parameters.key | The parameter Parameters.key is not valid. Because the key of json contains invalid keys. | 400 | 指定した パラメーターのキーに不正な値が含まれている。 |
Client.InvalidParameterFormat.Parameters.omniauth_allow_single_sign_on | The parameter Parameters.omniauth_allow_single_sign_on is not valid. Because the Parameters.omniauth_allow_single_sign_on key contains invalid values. It must be a string csv format and contain ‘saml’. | 400 | 指定した ’omniauth_allow_single_sign_on’パラメーターの値が ’saml’を含むCSV形式ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_auto_link_saml_user | The parameter Parameters.omniauth_auto_link_saml_user is not valid. Because the Parameters.omniauth_auto_link_saml_user key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_auto_link_saml_user’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_auto_sign_in_with_provider | The parameter Parameters.omniauth_auto_sign_in_with_provider is not valid. Because the Parameters.omniauth_auto_sign_in_with_provider key contains invalid values. It must be the string ‘saml’. | 400 | 指定した ’omniauth_auto_sign_in_with_provider’パラメーターの値が文字列’saml’ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_block_auto_created_users | The parameter Parameters.omniauth_block_auto_created_users is not valid. Because the Parameters.omniauth_block_auto_created_users key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_block_auto_created_users’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_admin_groups | The parameter Parameters.omniauth_providers_saml_admin_groups is not valid. Because the Parameters.omniauth_providers_saml_admin_groups key contains invalid values. It must be a string csv format. | 400 | 指定した ’omniauth_providers_saml_admin_groups’パラメーターの値がCSV形式の文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_assertion_consumer_service_url | The parameter Parameters.omniauth_providers_saml_assertion_consumer_service_url is not valid. Because the Parameters.omniauth_providers_saml_assertion_consumer_service_url key contains invalid values. It must be in the form of url. | 400 | 指定した ’omniauth_providers_saml_assertion_consumer_service_url’パラメーターの値がURL形式ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_auditor_groups | The parameter Parameters.omniauth_providers_saml_auditor_groups is not valid. Because the Parameters.omniauth_providers_saml_auditor_groups key contains invalid values. It must be a string csv format. | 400 | 指定した ’omniauth_providers_saml_auditor_groups’パラメーターの値がCSV形式の文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_external_groups | The parameter Parameters.omniauth_providers_saml_external_groups is not valid. Because the Parameters.omniauth_providers_saml_external_groups key contains invalid values. It must be a string csv format. | 400 | 指定した ’omniauth_providers_saml_external_groups’パラメーターの値がCSV形式の文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_groups_attribute | The parameter Parameters.omniauth_providers_saml_groups_attribute is not valid. Because the Parameters.omniauth_providers_saml_groups_attribute key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_providers_saml_groups_attribute’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_idp_cert_fingerprint | The parameter Parameters.omniauth_providers_saml_idp_cert_fingerprint is not valid. Because the Parameters.omniauth_providers_saml_idp_cert_fingerprint key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_providers_saml_idp_cert_fingerprint’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_idp_sso_target_url | The parameter Parameters.omniauth_providers_saml_idp_sso_target_url is not valid. Because the Parameters.omniauth_providers_saml_idp_sso_target_url key contains invalid values. It must be in the form of url. | 400 | 指定した ’omniauth_providers_saml_idp_sso_target_url’パラメーターの値がURL形式ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_issuer | The parameter Parameters.omniauth_providers_saml_issuer is not valid. Because the Parameters.omniauth_providers_saml_issuer key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_providers_saml_issuer’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_label | The parameter Parameters.omniauth_providers_saml_label is not valid. Because the Parameters.omniauth_providers_saml_label key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_providers_saml_label’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_name | The parameter Parameters.omniauth_providers_saml_name is not valid. Because the Parameters.omniauth_providers_saml_name key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_providers_saml_name’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_name_identifier_format | The parameter Parameters.omniauth_providers_saml_name_identifier_format is not valid. Because the Parameters.omniauth_providers_saml_name_identifier_format key contains invalid values. It must be a string. | 400 | 指定した ’omniauth_providers_saml_name_identifier_format’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.omniauth_providers_saml_required_groups | The parameter Parameters.omniauth_providers_saml_required_groups is not valid. Because the Parameters.omniauth_providers_saml_required_groups key contains invalid values. It must be a string csv format. | 400 | 指定した ’omniauth_providers_saml_required_groups’パラメーターの値がCSV形式の文字列ではない。 |
Client.InvalidParameterFormat.Parameters.smtp_password | The parameter Parameters.smtp_password is not valid. Because the Parameters.smtp_password key contains invalid values. It must be a string. | 400 | 指定した ’smtp_password’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.smtp_user_name | The parameter Parameters.smtp_user_name is not valid. Because the Parameters.smtp_user_name key contains invalid values. It must be a string. | 400 | 指定した ’smtp_user_name’パラメーターの値が文字列ではない。 |
Client.InvalidParameterFormat.Parameters.value | The parameter Parameters.value is not valid. Because the value of json contains invalid values. | 400 | 指定したパラメーターの値に無効な値が含まれている。 |
Client.InvalidParameterFormat.Port | The parameter Port is not valid. Port must not input when protocol is ‘ICMP’ . | 400 | 指定した PORTがICMPプロトコルの場合、ポートを入力してはならない。 |
Client.InvalidParameterFormat.StartTime | The parameter StartTime is not valid. Because the StartTime key contains invalid values. It must be a rfc3339 format and utc timezone (2015-07-01T20:10:30.781Z). | 400 | 指定したメトリックス取得開始時刻がRFC3389準拠の時刻(UTC)ではない。 |
Client.InvalidParameterFormat.To | The parameter To is not valid. Because the To key contains invalid values. It must be in the form of an email address. | 400 | 指定したアラート通知先メールアドレスの値がメールアドレスではない。 |
Client.InvalidParameterNotFound.Backup | The BackupId ‘${param} ’ could not be found. |
404 | 指定したバックアップIDが見つからない。 |
Client.InvalidParameterNotFound.BackupRule | The BackupRuleName ‘${param} ’ could not be found. |
404 | 指定したバックアップルールが見つからない。 |
Client.InvalidParameterNotFound.FirewallGroup | The FirewallGroupName ‘${param} ’ could not be found. |
404 | 指定したファイアウォールグループが見つからない。 |
Client.InvalidParameterNotFound.FirewallRule | The FirewallRule ‘${param} ’ could not be found. |
404 | 指定したファイアウォールルールが見つからない。 |
Client.InvalidParameterNotFound.Instance | The InstanceId ‘${param} ’ could not be found. |
404 | 指定したDevOpsサーバーが見つからない。 |
Client.InvalidParameterNotFound.NetworkConfig.NetworkId | The NetworkConfig.NetworkId ‘${param} ’ could not be found. |
404 | 指定したネットワークIDが見つからない。 |
Client.InvalidParameterNotFound.ObjectStorageConfig.Account | The ObjectStorageConfig.Account ‘${param} ’ could not be found. |
404 | 指定したObjectStorageConfig.Accountが見つからない。 |
Client.InvalidParameterNotFound.ObjectStorageConfig.BucketName | The ObjectStorageConfig.BucketName ‘${param} ’ could not be found. |
404 | 指定したObjectStorageConfig.BucketNameが見つからない。 |
Client.InvalidParameterNotFound.ParameterGroup | The ParameterGroupName ‘${param} ’ could not be found. |
404 | 指定したパラメーターグループが見つからない。 |
Client.InvalidParameterOverlapRange.NetworkConfig.NetworkId.and.InternalNetwork | Specified NetworkConfig.NetworkId overlaps with the subnet of the internal network. | 400 | 指定したネットワークIDのCidrの範囲が内部ネットワーク帯と重複している。 |
Client.InvalidParameterRequired.BackupRuleName | The request is missing a required parameter: BackupRuleName. | 400 | リクエストに必要なパラメータ:バックアップルール名を指定していない。 |
Client.InvalidParameterRequired.CreateInstanceContent | The request is missing any required parameters: InstanceId, FirewallGroupName, ParameterGroupName, InitialRootPassword, InstanceType, DiskSize or object children (if NetworkConfig or ObjectStorageConfig is specified). | 400 | リクエストに必要なパラメータ:DevOpsサーバー名、ファイアウォールグループ名、パラメーターグループ名、rootユーザーの初期パスワード、インスタンスタイプ、ディスクサイズ、設定の子要素(ネットワーク設定、または、オブジェクトストレージ設定を指定している場合)を指定していない。 |
Client.InvalidParameterRequired.EndTime | The request is missing a required parameter: EndTime. | 400 | リクエストに必要なパラメータ:メトリックス取得終了時刻を指定していない。 |
Client.InvalidParameterRequired.FirewallGroupName | The request is missing required parameter: FirewallGroupName | 400 | リクエストに必要なパラメータ:ファイアウォールグループ名を指定していない。 |
Client.InvalidParameterRequired.FirewallRule | The request is missing required parameter: FirewallRule | 400 | リクエストに必要なパラメータ:ファイアウォールルールを指定していない。 |
Client.InvalidParameterRequired.FirewallRuleId | The request is missing a required parameter: FirewallRuleId. | 400 | リクエストに必要なパラメータ:ファイアウォールルールIDを指定していない。 |
Client.InvalidParameterRequired.FirewallRules | The request is missing required parameter: FirewallRules | 400 | リクエストに必要なパラメータ:ファイアウォールルールを指定していない。 |
Client.InvalidParameterRequired.ObjectStorageConfig.BucketUseObjects | The request is missing any required parameters: any children of objectStorageConfig object (if you specify it). | 400 | 指定したObjectStorageConfig内でBucketUseObjectsが一件も指定されていない(空dictionaryが渡された)。 |
Client.InvalidParameterRequired.ParameterGroupName | The request is missing required parameter: ParameterGroupName | 400 | リクエストに必要なパラメータ:パラメーターグループ名を指定していない。 |
Client.InvalidParameterRequired.Parameters.omniauth_providers.saml | The request is missing any required parameters for saml provider: omniauth_providers_saml_label, omniauth_providers_saml_assertion_consumer_service_url, omniauth_providers_saml_idp_cert_fingerprint, omniauth_providers_saml_idp_sso_target_url, omniauth_providers_saml_issuer and omniauth_providers_saml_name_identifier_format. | 400 | リクエストに必要なパラメータ:omniauth_providers_saml_label、omniauth_providers_saml_assertion_consumer_service_url、omniauth_providers_saml_idp_cert_fingerprint、omniauth_providers_saml_idp_sso_target_url、omniauth_providers_saml_issuer、omniauth_providers_saml_name_identifier_format を指定していない。 |
Client.InvalidParameterRequired.Parameters.omniauth_providers.saml.groups | The request is missing any required parameters for saml groups: omniauth_providers_saml_required_groups or omniauth_providers_saml_external_groups or omniauth_providers_saml_admin_groups or omniauth_providers_saml_auditor_groups | 400 | リクエストに必要なパラメータ:omniauth_providers_saml_required_groups または omniauth_providers_saml_external_groups または omniauth_providers_saml_admin_groups または omniauth_providers_saml_auditor_groups を指定していない。 |
Client.InvalidParameterRequired.Parameters.saml | The request is missing any required parameters: omniauth_allow_single_sign_on, omniauth_auto_sign_in_with_provider, omniauth_block_auto_created_users and omniauth_auto_link_saml_user. | 400 | リクエストに必要なパラメータ:omniauth_allow_single_sign_on、omniauth_auto_sign_in_with_provider、omniauth_block_auto_created_users、omniauth_auto_link_saml_user を指定していない。 |
Client.InvalidParameterRequired.Parameters.smtp | The request is missing any required parameters: smtp_user_name, smtp_password, gitlab_email_from and gitlab_email_reply_to. | 400 | リクエストに必要なパラメータ:smtp_user_name、smtp_password、gitlab_email_from、gitlab_email_reply_to を指定していない。 |
Client.InvalidParameterRequired.RestoreInstanceContent | The request is missing any required parameters: InstanceId, BackupId, FirewallGroupName, ParameterGroupName, InitialRootPassword, InstanceType, DiskSize or object children (if NetworkConfig or ObjectStorageConfig is specified). | 400 | リクエストに必要なパラメータ:DevOpsサーバー名、バックアップID、ファイアウォールグループ名、パラメーターグループ名、rootユーザーの初期パスワード、インスタンスタイプ、ディスクサイズ、設定の子要素(ネットワーク設定、または、オブジェクトストレージ設定を指定している場合)を指定していない。 |
Client.InvalidParameterRequired.StartTime | The request is missing a required parameter: StartTime. | 400 | リクエストに必要なパラメータ:メトリックス取得開始時刻を指定していない。 |
Client.InvalidParameterRequired.To | The request is missing a required parameter: To. | 400 | リクエストに必要なパラメータ:アラート通知先メールアドレスを指定していない。 |
Client.InvalidParameterRequired.UpdateBackupRuleContent | The request is missing any required parameters: UpdateBackupRuleContent. | 400 | リクエストに必要なパラメータ:メモ、変更後のバックアップルール名のいずれかを指定していない。 |
Client.InvalidParameterRequired.UpdateInstanceContent | The request is missing any required parameters: InstanceType or Description or FirewallGroupName | 400 | リクエストに必要なパラメータ:インスタンスタイプ、メモ、ファイアウォールグループ名のいずれかを指定していない。 |
Client.InvalidParameterRequired.UpdateNetworkInterfaceContent | The request is missing any required parameters: any children of networkConfig object (if you specify it). | 400 | リクエストに必要なパラメータ:ネットワーク設定の子要素(ネットワーク設定を指定している場合)を指定していない。 |
Client.InvalidParameterTooLong.BackupRuleName | The parameter BackupRuleName is not valid becasuse it is longer than 63 characters. | 400 | バックアップルール名に63文字を超える値を指定している。 |
Client.InvalidParameterTooLong.Description | The parameter Description is not valid becasuse it is longer than 255 characters. | 400 | メモに255文字を超える値を指定している。 |
Client.InvalidParameterTooLong.FirewallGroupName | The parameter FirewallGroupName is not valid becasuse it is longer than 63 characters. | 400 | ファイアウォールグループ名に63文字を超える値を指定している。 |
Client.InvalidParameterTooLong.FirewallRuleDescription | The parameter description is not valid becasuse it is longer than 40 characters. | 400 | メモに40文字を超える値を指定している。 |
Client.InvalidParameterTooLong.InstanceId | The parameter InstanceId is not valid becasuse it is longer than 30 characters. | 400 | DevOpsサーバー名に30文字を超える値を指定している。 |
Client.InvalidParameterTooLong.ObjectStorageConfig.Account | The parameter ObjectStorageConfig.Account is not valid becasuse it is longer than 128 characters. | 400 | オブジェクトストレージのアカウントに128文字を超える値を指定している。 |
Client.InvalidParameterTooLong.ParameterGroupName | The parameter ParameterGroupName is not valid becasuse it is longer than 63 characters. | 400 | パラメーターグループ名に63文字を超える値を指定している。 |
Client.ZoneMismatch.FirewallGroupName.and.Instance | The FirewallGroupName does not belong to availability zone ${zone} . |
400 | ファイアウォールグループとDevOpsサーバーのゾーンが異なるため、ファイアウォールグループを操作できない。 |
Client.ZoneMismatch.NetworkConfig.NetworkId.and.Instance | The NetworkConfig.NetworkId does not belong to availability zone ${zone} . |
400 | ネットワークIDとDevOpsサーバーのゾーンが異なるため、ネットワークIDを操作できない。 |
上限値エラー
コード | メッセージ | HTTPステータスコード | 説明 |
---|---|---|---|
Client.LimitExceeded.FirewallGroup | Request would result in user exceeding the allowed number of FirewallGroup. | 400 | ファイアウォールグループ作成数上限に達している。 |
Client.LimitExceeded.FirewallRule | Request would result in user exceeding the allowed number of FirewallRule. | 400 | ファイアウォールルール作成数上限に達している。 |
Client.LimitExceeded.Instance | Request would result in user exceeding the allowed number of Instance. | 400 | DevOpsサーバー作成数上限に達している。 |
Client.LimitExceeded.ParameterGroup | Request would result in user exceeding the allowed number of ParameterGroupName. | 400 | パラメーターグループ作成数上限に達している。 |
ステータスエラー
コード | メッセージ | HTTPステータスコード | 説明 |
---|---|---|---|
Client.ResourceIncorrectState.BackupId.InUse | Cannot operate the BackupId ‘${param} ’ because any of the related instances are still restoring. |
404 | 操作可能な他のDevOpsサーバーがリストア中のため、操作できない。 |
Client.ResourceIncorrectState.FirewallGroup.Creating | Cannot operate the FirewallGroup ‘${param} ’ because the related firewall group state is CREATING. |
400 | 操作対象に紐づいているファイアウォールグループが作成中のため、操作できない。 |
Client.ResourceIncorrectState.FirewallGroup.Deleting | Cannot operate the FirewallGroup ‘${param} ’ because the related firewall group state is DELETING. |
400 | 操作対象に紐づいているファイアウォールグループが削除中のため、操作できない。 |
Client.ResourceIncorrectState.FirewallGroup.Failed | Cannot operate the FirewallGroup ‘${param} ’ because the related firewall group state is FAILED. |
400 | 操作対象に紐づいているファイアウォールグループでエラーが発生しているため、操作できない。 |
Client.ResourceIncorrectState.FirewallGroup.InUse | Cannot operate the FirewallGroup ‘${param} ’ because the related Instance is still attaching. |
400 | 対象のファイアウォールグループを使用しているDevOpsサーバーがあるため、操作できない。 |
Client.ResourceIncorrectState.FirewallGroup.Processing | Cannot operate the FirewallGroup ‘${param} ’ because the related firewall group state is PROCESSING. |
400 | 操作対象に紐づいているファイアウォールグループが処理中のため、操作できない。 |
Client.ResourceIncorrectState.Instance.Backing-up | Cannot operate the Instance ‘${param} ’ because the related instance state is BACKING-UP. |
400 | 操作対象に紐づいているDevOpsサーバーがバックアップ中のため、操作できない。 |
Client.ResourceIncorrectState.Instance.Creating | Cannot operate the Instance ‘${param} ’ because the related instance state is CREATING. |
400 | 操作対象に紐づいているDevOpsサーバーが作成中のため、操作できない。 |
Client.ResourceIncorrectState.Instance.Deleting | Cannot operate the Instance ‘${param} ’ because the related instance state is DELETING. |
400 | 操作対象に紐づいているDevOpsサーバーが削除中のため、操作できない。 |
Client.ResourceIncorrectState.Instance.Failed | Cannot operate the Instance ‘${param} ’ because the related instance state is FAILED. |
400 | 操作対象に紐づいているDevOpsサーバーでエラーが発生しているため、操作できない。 |
Client.ResourceIncorrectState.Instance.Processing | Cannot operate the Instance ‘${param} ’ because the related instance state is PROCESSING. |
400 | 操作対象に紐づいているDevOpsサーバーが処理中のため、操作できない。 |
Client.ResourceIncorrectState.Instance.Restoring | Cannot operate the Instance ‘${param} ’ because the related instance state is RESTORING. |
400 | 操作対象に紐づいているDevOpsサーバーがリストア中のため、操作できない。 |
Client.ResourceIncorrectState.Instance.Upgrading | Cannot operate the Instance ‘${param} ’ because the related instance state is UPGRADING. |
400 | 操作対象に紐づいているDevOpsサーバーがアップグレード中のため、操作できない。 |
Client.ResourceIncorrectState.ParameterGroupName.InUse | Cannot operate the ParamerterGroupName ‘${param} ’ because the related instance is still attaching. |
400 | 対象のパラメーターグループを使用しているDevOpsサーバーがあるため、操作できない。 |
Client.ResourceIncorrectState.ParameterGroupName.Processing | Cannot operate the ParamerterGroupName ‘${param} ’ because the related instance state is PROCESSING. |
400 | 操作対象に紐づいているパラメーターグループが処理中のため、操作できない。 |
注意事項
-
${param}
には実際の入力値が入ります。 -
${zone}
にはニフクラのゾーン名が入ります。 -
${resource}
にはDevOpsサーバーやfirewall group等のリソース名が入ります。 -
${version}
にはDevOpsサーバーのGitLabバージョンが入ります。 -
${HTTPMethod}
にはHTTPメソッド名が入ります。