GetSendQuota
処理概要
お客様の現在の送信上限値を返します。
指定するパラメーター
なし
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
GetSendQuotaResponse | structure |
ルート |
␣GetSendQuotaResult | structure |
結果 |
␣␣SentLast24Hours | double |
ユーザが過去24時間の間に実際に送信したメール数 |
␣␣Max24HourSend | double |
ユーザに許可されている過去24時間の間に送信できるメールの上限値 |
␣␣MaxSendRate | double |
ユーザに許可されている1秒間に送信できるメールの上限値 |
␣ResponseMetadata | structure |
共通メタ情報 |
␣␣RequestId | string |
リクエスト識別子 |
エラー
コード | メッセージ | タイプ | HTTPステータスコード | 説明 |
---|
リクエストサンプル
POST / HTTP/1.1
Authorization: NIFTY4-HMAC-SHA256 Credential=<Credential>/20140320/east-1/email/nifty4_request, SignedHeaders=content-type;host;x-nifty-date, Signature=<Signature>
Host: ess.api.nifcloud.com
Content-type: application/x-www-form-urlencoded
X-Nifty-Date: 20140320T132302Z
Content-Length: 38
Action=GetSendQuota&Version=2010-12-01N2014-05-28
応答サンプル
HTTP/1.1 200 OK
Date: Thu, 20 Mar 2014 13:23:02 GMT
x-amzn-RequestId: 71e747a5-3156-4766-95ce-13a3cbf55cf3
X-Nifty-RequestId: 71e747a5-3156-4766-95ce-13a3cbf55cf3
Content-Type: text/xml
Content-Length: 328
Connection: close
<GetSendQuotaResponse>
<GetSendQuotaResult>
<SentLast24Hours>13.0</SentLast24Hours>
<Max24HourSend>43200000.0</Max24HourSend>
<MaxSendRate>500.0</MaxSendRate>
</GetSendQuotaResult>
<ResponseMetadata>
<RequestId>71e747a5-3156-4766-95ce-13a3cbf55cf3</RequestId>
</ResponseMetadata>
</GetSendQuotaResponse>