すべてのプロダクト
Search
ドキュメントセンター

:DescAccountSummary

最終更新日:Nov 09, 2025

このトピックでは、DescAccountSummary 操作を呼び出してアカウント情報を取得する方法について説明します。

デバッグ

OpenAPI Explorer でこの操作を直接呼び出すことができます。これにより、署名を計算する必要がなくなります。呼び出しが成功すると、OpenAPI Explorer は自動的に SDK コード例を生成します。

リクエストパラメータ

名前

必須

説明

Action

String

いいえ

DescAccountSummary

必須パラメーターです。値を DescAccountSummary に設定します。

レスポンスパラメータ

レスポンスパラメーターについては、例をご参照ください。表に記載されていないパラメーターは非推奨ですが、互換性のために保持されています。

名前

説明

DailyQuota

Integer

2000

日次割当クォータ。

DayuStatus

Integer

0

Short Message Service が有効になっているかどうかを示します。(このパラメーターは非推奨です。)

Domains

Integer

1

ドメイン名の数。

EnableTimes

Integer

0

有効期間。

MailAddresses

Integer

0

送信元アドレスの数。

MaxQuotaLevel

Integer

10

最大レベル。

MonthQuota

Integer

60000

月間クォータ。

QuotaLevel

Integer

2

レピュテーションレベル。

Receivers

Integer

0

(このパラメーターは非推奨です。)

RequestId

String

82B295BB-7E69-491F-9896-ECEAFF09E1A4

リクエスト ID。

Tags

Integer

0

タグの数。

Templates

Integer

1

テンプレートの数。

UserStatus

Integer

0

ユーザーのステータス。0: 通常。1: アカウントは凍結されています。2: 支払い遅延があります。4: 送信メールは制限されています。8: アカウントは論理的に削除されます。

SmsRecord

Integer

0

(このパラメーターは非推奨です。)

SmsTemplates

Integer

0

(このパラメーターは非推奨です。)

SmsSign

Integer

0

(このパラメーターは非推奨です。)

RemainFreeQuota

Integer

1910

残りの無料クォータ。

リクエストの例

http(s)://dm.aliyuncs.com/?Action=DescAccountSummary
&<Common request parameters>

レスポンスの例

XML フォーマット

<DescAccountSummaryResponse>
      <DayuStatus>0</DayuStatus>
      <SmsRecord>0</SmsRecord>
      <SmsSign>0</SmsSign>
      <UserStatus>0</UserStatus>
      <SmsTemplates>0</SmsTemplates>
      <Templates>1</Templates>
      <Domains>1</Domains>
      <MonthQuota>60000</MonthQuota>
      <Tags>0</Tags>
      <QuotaLevel>2</QuotaLevel>
      <EnableTimes>0</EnableTimes>
      <RequestId>82B295BB-7E69-491F-9896-ECEAFF09E1A4</RequestId>
      <MaxQuotaLevel>10</MaxQuotaLevel>
      <MailAddresses>0</MailAddresses>
      <DailyQuota>2000</DailyQuota>
      <Receivers>0</Receivers>
			<RemainFreeQuota>1910</RemainFreeQuota>
</DescAccountSummaryResponse>

JSON フォーマット

{
        "DayuStatus":0,
        "SmsRecord":0,
        "SmsSign":0,
        "UserStatus":0,
        "SmsTemplates":0,
        "Templates":1,
        "Domains":1,
        "MonthQuota":60000,
        "Tags":0,
        "QuotaLevel":2,
        "EnableTimes":0,
        "RequestId":"82B295BB-7E69-491F-9896-ECEAFF09E1A4",
        "MailAddresses":0,
        "MaxQuotaLevel":10,
        "Receivers":0,
        "DailyQuota":2000,
        "RemainFreeQuota":1910
}

エラーコード

エラーコードの詳細については、「API エラーセンター」をご参照ください。