本文へジャンプします。

【重要なお知らせ】サービス統合に基づくサービス名称の読み替えのお願い(2024年4月1日)

2024年4月1日をもって、「ニフクラ」は、「FJcloud-V」に統合し、名称を変更しました。
「ニフクラ」「NIFCLOUD」「nifcloud」は、「FJcloud-V」に読み替えていただきますようお願いいたします。

ニフクラ ユーザーガイド

クラウド トップ>Catalog>API>Catalogエラーコード表

Catalog:共通エラー

フォーマット

エラーフォーマットは下記の通りです。

{
  "message":"The cluster 'target' could not be found.",
  "code":"Client.InvalidParameterNotFound.Cluster"
}

共通エラー

コード メッセージ HTTPステータスコード 説明
Client.InvalidParameter Received invalid request. 400 ヘッダの不備、jsonボディの破損など、リクエストが異常。
Client.URLNotFound A specified URL is not found. 404 指定したURLは存在しない。
Client.InvalidParameterNotAllowed.Method A specified HTTP method is not allowed. 405 不正なHTTPのメソッドを指定した。
Server.InternalServerError An internal error has occurred. Please try your query again at a later time. 500 内部エラーが発生した。
Server.ServiceUnavailable This service is temporarily unavailable. Please try again later. 503 サービスが一時的に利用不可。
Server.Maintenance The system is in maintenance now. 503 サービスがメンテナンス中。

認証エラー

コード メッセージ HTTPステータスコード 説明
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 マルチアカウントの権限が不足。

パラメーターエラー

コード メッセージ HTTPステータスコード 説明
Client.InvalidParameterFormat.ResourceGroupName The parameter resource group name is not valid name. Names must be lowercase alphanumeric or ‘-’, and must start and end with an alphanumeric character. 400 指定したリソースグループ名が半角英数小文字またはハイフン(先頭と末尾を除く)ではない。
Client.InvalidParameterFormat.Description The parameter description is not valid format. 400 指定したメモの形式が不正。
Client.InvalidParameterFormat.Template The parameter template is not valid format. 400 指定したテンプレートの形式が不正。
Client.InvalidParameterFormat.ResourceNamePrefix The parameter resource name prefix is not valid format. Prefix must be lowercase alphanumeric. 400 指定したリソース名接頭辞が半角英数小文字ではない。
Client.InvalidParameterFormat.Region The parameter region is not valid format. 400 指定したリージョンの形式が不正。
Client.InvalidParameterFormat.AvailabilityZone The parameter availability zone is not valid format. 400 指定したゾーンの形式が不正。
Client.InvalidParameterFormat.DeploymentModel The parameter deployment model is not valid format. 400 指定したデプロイメントモデルの形式が不正。
Client.InvalidParameterFormat.AccountingType The parameter accounting type is not valid format. 400 指定した課金タイプの形式が不正。
Client.InvalidParameterFormat.KeyName The parameter key name is not valid format. 400 指定したSSHキー名の形式が不正。
Client.InvalidParameterFormat.NetworkId The parameter network id is not valid format. 400 指定したネットワークIDの形式が不正。
Client.InvalidParameterFormat.ServiceAccountKey The parameter service account key is not valid format. Keys must be JSON format. 400 指定したサービスアカウントキーの形式が不正。
Client.InvalidParameterFormat.Location The parameter location is not valid format. 400 指定したGoogle Cloudのロケーション名の形式が不正。
Client.InvalidParameterFormat.InstanceType The parameter instance type is not valid format. 400 指定したサーバータイプの形式が不正。
Client.InvalidParameterFormat.VolumeType The parameter volume type is not valid format. 400 指定したディスクタイプの形式が不正。
Client.InvalidParameterFormat.AnthosVersion The parameter anthos version is not valid format. 400 指定したAnthosのバージョンの形式が不正。
Client.InvalidParameterFormat.AnthosServiceMeshVersion The parameter anthos service mesh version is not valid format. 400 指定したAnthos Service Meshのバージョンの形式が不正。
Client.InvalidParameterFormat.LoadBalancerType The parameter load balancer type is not valid format. 400 指定したロードバランサータイプの形式が不正。
Client.InvalidParameterFormat.LoadBalancerVip The parameter load balancer vip is not valid format. 400 指定したロードバランサーのVIPの形式が不正。
Client.InvalidParameterFormat.SystemIpAddress The parameter systemIpAddress is not valid format. 400 指定したマルチロードバランサーのシステムIPアドレスの形式が不正。
Client.InvalidParameterFormat.ClusterName The parameter cluster name is not valid name. Names must be lowercase alphanumeric or ‘-’, and must start and end with an alphanumeric character. 400 指定したクラスター名が半角英数小文字またはハイフン(先頭と末尾を除く)ではない。
Client.InvalidParameterFormat.NodePoolName The parameter node pool name is not valid name. Names must be lowercase alphanumeric or ‘-’, and must start and end with an alphanumeric character. 400 指定したノードプール名が半角英数小文字またはハイフン(先頭と末尾を除く)ではない。
Client.InvalidParameterFormat.Cursor The parameter cursor is not valid format. 400 指定したページネーションカーソルの形式が不正。
Client.InvalidParameterFormat.Language The parameter language is not valid format. 400 指定した言語の形式が不正。
Client.InvalidParameterRequired.ResourceGroupName The request is missing a required parameter: resourceGroupName 400 リソースグループ名を指定していない。
Client.InvalidParameterRequired.Template The request is missing a required parameter: template 400 テンプレートを指定していない。
Client.InvalidParameterRequired.ResourceNamePrefix The request is missing a required parameter: resourceNamePrefix 400 リソース名接頭辞を指定していない。
Client.InvalidParameterRequired.Region The request is missing a required parameter: region 400 リージョンを指定していない。
Client.InvalidParameterRequired.AvailabilityZone The request is missing a required parameter: availabilityZone 400 ゾーンを指定していない。
Client.InvalidParameterRequired.DeploymentModel The request is missing a required parameter: deploymentModel 400 デプロイメントモデルを指定していない。
Client.InvalidParameterRequired.KeyName The request is missing a required parameter: keyName 400 SSHキー名を指定していない。
Client.InvalidParameterRequired.ServiceAccountKey The request is missing a required parameter: serviceAccountKey 400 サービスアカウントキーを指定していない。
Client.InvalidParameterRequired.Location The request is missing a required parameter: location 400 Google Cloudのロケーションを指定していない。
Client.InvalidParameterRequired.InstanceType The request is missing a required parameter: instanceType 400 サーバータイプを指定していない。
Client.InvalidParameterRequired.VolumeType The request is missing a required parameter: volumeType 400 ディスクタイプを指定していない。
Client.InvalidParameterRequired.LoadBalancerType The request is missing a required parameter: loadBalancerType 400 コントロールプレーンロードバランサーのタイプを指定していない。
Client.InvalidParameterRequired.LoadBalancerVip The request is missing a required parameter: loadBalancerVip 400 コントロールプレーンロードバランサーのVIPを指定していない。
Client.InvalidParameterRequired.SystemIpAddress The request is missing a required parameter: systemIpAddress 400 マルチロードバランサーのシステムIPアドレスを指定していない。
Client.InvalidParameterRequired.ClusterName The request is missing a required parameter: clusterName 400 クラスター名を指定していない。
Client.InvalidParameterRequired.NodePoolName The request is missing a required parameter: nodePoolName 400 ノードプール名を指定していない。
Client.InvalidParameterRequired.ControlPlane The request is missing a required parameter: controlPlane 400 コントロールプレーンを指定していない。
Client.InvalidParameterRequired.ControlPlaneLoadBalancer The request is missing a required parameter: controlPlaneLoadBalancer 400 コントロールプレーンロードバランサーを指定していない。
Client.InvalidParameterRequired.GoogleCloudConfig The request is missing a required parameter: googleCloudConfig 400 Google Cloudの設定を指定していない。
Client.InvalidParameterRequired.AdminWorkstation The request is missing a required parameter: adminWorkstation 400 管理ワークステーションを指定していない。
Client.InvalidParameterRequired.AdminCluster The request is missing a required parameter: adminCluster 400 管理クラスターを指定していない。
Client.InvalidParameterRequired.NodePool The parameter nodePools must be provided when Anthos Service Mesh is enabled. 400 Anthos Service Mesh有効時にノードプールを指定していない。
Client.InvalidParameterCannotSpecify.Template Invalid template '${param}' was specified. It is not available. 400 提供外のテンプレートを指定している。
Client.InvalidParameterCannotSpecify.Region Invalid region '${param}' was specified. It is not available. 400 提供外のリージョンを指定している。
Client.InvalidParameterCannotSpecify.AvailabilityZone Invalid availability zone '${param}' was specified. It is not available. 400 提供外のゾーンを指定している。
Client.InvalidParameterCannotSpecify.DeploymentModel Invalid deployment model '${param}' was specified. This parameter must be ‘standalone’, ‘multi’ or ‘hybrid’. 400 デプロイメントモデルにstandalone, multi, hybrid以外を指定している。
Client.InvalidParameterCannotSpecify.AccountingType Invalid accounting type '${param}' was specified. This parameter must be either ‘monthly’ or ‘pay-per-use’. 400 課金タイプにmonthlypay-per-use以外を指定している。
Client.InvalidParameterCannotSpecify.InstanceType Invalid instance type '${param}' was specified. It is not available. 400 提供外のサーバータイプを指定している。
Client.InvalidParameterCannotSpecify.VolumeType Invalid volume type '${param}' was specified. It is not available. 400 提供外のディスクタイプを指定している。
Client.InvalidParameterCannotSpecify.VolumeSize Invalid volume size '${param}' was specified. It is not available. 400 提供外のディスクサイズを指定している。
Client.InvalidParameterCannotSpecify.LoadBalancerType Invalid load balancer type '${param}' was specified. This parameter must be ‘elastic-load-balancer’. 400 提供外のロードバランサータイプを指定している。
Client.InvalidParameterCannotSpecify.AnthosVersion Invalid anthos version '${param}' was specified. It is not available. 400 提供外のAnthosバージョンを指定している。
Client.InvalidParameterCannotSpecify.AnthosServiceMeshVersion Invalid anthos service mesh version '${param}' was specified. It is not available. 400 提供外のAnthos Service Meshバージョンを指定している。
Client.InvalidParameterCannotSpecify.SystemIpAddressCount Invalid number of systemIpAddresses was specified. The number of system IP addresses must be two. 400 マルチロードバランサーのシステムIPアドレスの個数が2個でない。
Client.InvalidParameterCannotSpecify.NetworkId Invalid network id '${param}' was specified. It is not available. 400 指定不可のネットワークIDを指定している。
Client.InvalidParameterCannotSpecify.NodePoolName The node pool name '${param}' cannot be used. It is the same as a cluster name. 400 ノードプール名にクラスター名と同じ名前を指定している。
Client.InvalidParameterCannotSpecify.Language Invalid language '${param}' was specified. This parameter must be ‘ja’ or ‘en’. 400 言語にja,en以外を指定している。
Client.InvalidParameterCannotSpecify.NodePool The node pools cannot be created in a admin cluster when the deployment model is ‘multi’. 400 デプロイメントモデルがmultiの時に、管理クラスターにノードプールを指定している。
Client.InvalidParameterCannotSpecify.ControlPlaneNodeCount A specified the number of nodes in the control plane node pool which is not allowed. 400 許可されていないコントロールプレーンのノードプールのノード数を指定した。
Client.InvalidParameterTooLong.ResourceGroupName The parameter resource group name is not valid because it is longer than 40 characters. 400 リソースグループ名に40文字を超える値を指定している。
Client.InvalidParameterTooLong.Description The parameter description is not valid because it is longer than 255 characters. 400 メモに255文字を超える値を指定している。
Client.InvalidParameterTooLong.ResourceNamePrefix The parameter resource name prefix is not valid because it is longer than 6 characters. 400 リソース名接頭辞に6文字を超える値を指定している。
Client.InvalidParameterTooLong.KeyName The parameter key name is not valid because it is longer than 32 characters. 400 SSHキー名に32文字を超える値を指定している。
Client.InvalidParameterTooLong.ClusterName The parameter cluster name is not valid because it is longer than 40 characters. 400 クラスター名に40文字を超える値を指定している。
Client.InvalidParameterTooLong.NodePoolName The parameter node pool name is not valid because it is longer than 40 characters. 400 ノードプール名に40文字を超える値を指定している。
Client.InvalidParameterTooLong.InstanceType The parameter instance type is not valid because it is longer than 32 characters. 400 サーバータイプに32文字を超える値を指定している。
Client.InvalidParameterTooShort.KeyName The parameter key name is not valid because it is shorter than 6 characters. 400 ノードプール名に6文字より少ない値を指定している。
Client.InvalidParameterOutOfRange.Limit The requested limit is out of range value. The value must be between 20 and 100. 400 取得するイベントの数に20-100の範囲外の値を指定している。
Client.InvalidParameterDuplicate.ResourceGroupName The resource group '${param}' already exists. 400 指定したリソースグループ名はすでに存在している。
Client.InvalidParameterDuplicate.ResourceNamePrefix The resource name prefix '${param}' already exists. 400 指定したリソース名接頭辞はすでに存在している。
Client.InvalidParameterDuplicate.ClusterName The cluster '${param}' already exists. 400 指定したクラスター名はすでに存在している。
Client.InvalidParameterDuplicate.NodePoolName The node pool '${param}' already exists. 400 指定したノードプール名はすでに存在している。
Client.InvalidParameterDuplicate.IpAddress The ip address '${param}' already exists. 400 指定したIPアドレスはすでに存在している。
Client.InvalidParameterDuplicate.LoadBalancerVip The load balancer vip '${param}' already exists. 400 指定したロードバランサーのVIPはすでに存在している。
Client.InvalidParameterDuplicate.SystemIpAddress The systemIpAddress '${param}' already exists. 400 指定したマルチロードバランサーのシステムIPアドレスはすでに存在している。
Client.InvalidParameterDuplicate.LoadBalancerVip.and.SystemIpAddress The load balancer vip and systemIpAddress '${param}' is duplicated. 400 指定したロードバランサーのVIPとマルチロードバランサーのシステムIPアドレスが重複している。
Client.InvalidParameterNotFound.ResourceGroup The resource group '${param}' could not be found. 404 指定したリソースグループが見つからない。
Client.InvalidParameterNotFound.Cluster The cluster '${param}' could not be found. 404 指定したクラスターが見つからない。
Client.RegionMismatch.ResourceGroup.and.AdminWorkstation The admin workstation region '${param}' does not belongs to resource group region ${resourceGroupRegion}. 400 指定した管理ワークステーションのリージョンとリソースグループのリージョンが異なるため、操作できない。
Client.ZoneMismatch.ResourceGroup.and.AdminWorkstation The admin workstation availability zone '${param}' does not belongs to resource group availability zone ${resourceGroupZone}. 400 指定した管理ワークステーションのゾーンとリソースグループのゾーンが異なるため、操作できない。
Client.RegionMismatch.ResourceGroup.and.ControlPlaneNodePool The control plane region '${param}' does not belongs to resource group region ${resourceGroupRegion}. 400 指定したコントロールプレーンのリージョンとリソースグループのリージョンが異なるため、操作できない。
Client.ZoneMismatch.ResourceGroup.and.ControlPlaneNodePool The control plane availability zone '${param}' does not belongs to resource group availability zone ${resourceGroupZone}. 400 指定したコントロールプレーンのゾーンとリソースグループのゾーンが異なるため、操作できない。
Client.RegionMismatch.ResourceGroup.and.NodePool The node pool region '${param}' does not belongs to resource group region ${resourceGroupRegion}. 400 指定したノードプールのリージョンとリソースグループのリージョンが異なるため、操作できない。
Client.ZoneMismatch.ResourceGroup.and.NodePool The node pool availability zone '${param}' does not belongs to resource group availability zone ${resourceGroupZone}. 400 指定したノードプールのゾーンとリソースグループのゾーンが異なるため、操作できない。
Client.Inoperable.ResourceGroup.NotAllowedDeploymentModel This operation is not available for the deployment model '${param}'. 400 指定したリソースグループのデプロイメントモデルでは対象の操作ができない。
Client.Inoperable.ResourceGroup.NotYetProvisioned Cannot operate the resource group '${param}' because it is not yet provisioned. 400 指定したリソースグループはまだプロビジョンされていないため、対象の操作ができない。
Client.Inoperable.ResourceGroup.AlreadyProvisioned Cannot operate the resource group '${param}' because it is already provisioned. 400 指定したリソースグループはすでにプロビジョニング済みのため、対象の操作ができない。
Client.Inoperable.UserCluster.NewerThanAdminClusterAnthosVersion Cannot operate the user cluster '${name}' because the specified Anthos version is newer than the Anthos version of admin cluster. 400 指定したユーザークラスターのAnthosバージョンが管理クラスターのAnthosバージョンよりも新しいため、操作できない。

上限値エラー

コード メッセージ HTTPステータスコード 説明
Client.LimitExceeded.ResourceGroup Request would result in user exceeding the allowed number of resource groups. 400 リソースグループ作成数上限に達している。
Client.LimitExceeded.AnthosResourceGroup Request would result in user exceeding the allowed number of anthos provisioned resource groups. 400 Anthosがプロビジョニングされたリソースグループの作成数上限に達している。
Client.LimitExceeded.AnthosUserCluster Request would result in user exceeding the allowed number of user clusters. 400 ユーザークラスター作成数上限に達している。
Client.LimitExceeded.AnthosNodePool Request would result in user exceeding the allowed number of node pools. 400 ノードプール作成数上限に達している。
Client.LimitExceeded.AnthosNode Request would result in user exceeding the allowed number of nodes. 400 ノード作成数上限に達している。
Client.LimitExceeded.AnthosNodePoolNode Request would result in user exceeding the allowed number of nodes per nodePool. 400 ノードプール毎のノード作成数上限に達している。
Client.LimitExceeded.Instance Request would result in user exceeding the allowed number of instances. 400 インスタンス作成数上限に達している。

ステータスエラー

コード メッセージ HTTPステータスコード 説明
Client.ResourceIncorrectState.ResourceGroup.Processing Cannot operate the ${resource} '${param}' because the resource group status is processing. 400 操作対象に紐付いているリソースグループが処理中のため、操作できない。
Client.ResourceIncorrectState.ResourceGroup.Failed Cannot operate the ${resource} '${param}' because the resource group status is failed. 400 操作対象のリソースグループがエラーのため、操作できない。
Client.ResourceIncorrectState.ResourceGroup.AgentOffline Cannot operate the ${resource} '${param}' because the resource group status is agent-offline. 400 操作対象のリソースグループ内のエージェントと疎通が取れないため、操作できない。
Client.ResourceIncorrectState.AnthosAdminCluster.Warning Cannot operate the ${resource} '${param}' because the admin cluster status is warning. 400 操作対象の管理クラスターに異常があるため、操作できない。
Client.ResourceIncorrectState.AnthosUserCluster.Processing Cannot operate the ${resource} '${param}' because the user cluster status is processing. 400 操作対象のユーザークラスターが処理中のため、操作できない。

注意事項

  • ${} には入力値や操作対象の情報が入ります。
  • ※本ページ記載の金額は、すべて税抜表示です。
  • ※本ページ記載の他社製品名および会社名などは、各社の商標または登録商標です。
  • ※本ページの内容は、2024年5月14日時点の情報です。

推奨画面サイズ 1024×768 以上