3.4.5.1.1 POST
The URL specified by the client in the HTTP request line of the POST request identifies the status point targeted for the client. The server can have multiple status points that have different access permissions associated with them. For example, some status points require HTTP access authentication (as specified in [RFC2616] section 11). As another example, status points allow only clients that connect from a specific IP address.
The syntax of the SendStatusReport request is defined as follows.
-
DSC-SendStatusReport-Request = DSC-SendStatusReport-Req-Line DSC-SendStatusReportSetReq-Headers DSC-SendStatusReportReq-Body DSC-SendStatusReport-Req-Line = "POST" SP Request-URI SP HTTP-Version CRLF Request-URI = Request-URI-Start DSC-SendStatusReportRequest-URI-End DSC-SendStatusReportRequest-URI-End = "Nodes(ConfigurationId=" SQUOTE ConfigurationID SQUOTE RBRACKET FSLASH "SendStatusReport" SQUOTE = %x27 ; ' (Single Quote) RBRACKET = %x29 ; ) (Closing Bracket) FSLASH = %x2F ; / (Forward Slash) ConfigurationID = UUID ; as specified in [RFC4122] DSC-SendStatusReportSetReq-Headers = *( DSC-SendStatusReportSetReq-Header-REQ / DSC-SendStatusReportSetReq-Header-OPT ) DSC-SendStatusReportSetReq-Header-REQ = Host ; section 14.23 of [RFC2616] / Accept ; section 14.1 of [RFC2616] / ContentType ; section 2.2.2.1.2 / Content-Length ; section 14.13 of [RFC2616] DSC-SendStatusReportSetReq-Header-OPT = Connection ; section 14.10 of [RFC2616] / Expect ; section 14.20 of [RFC2616] DSC-SendStatusReportReq-Body = StatusReportRequest ; section 3.4.5.1.1.1
The syntax of the SendStatusReport response is defined as follows:
-
DSC-SendStatusReport-Response = Status-Line DSC-SendStatusReportResp-Headers DSC-SendStatusReportResp-Body DSC-SendStatusReportResp-Headers = *( DSC-SendStatusReportResp-Header-REQ / DSC-SendStatusReportResp-Header-OPT) DSC-SendStatusReportResp-Header-REQ = Content-Length ; section 14.13 of [RFC2616] / Content-Type ; section 2.2.2.1.2 DSC-SendStatusReportResp-Header-OPT = Server ; section 14.38 of [RFC2616] DSC-SendStatusReportResp-Body = StatusReportContent ; section 3.4.5.1.1.2
The response message for this method can result in the following status codes.
|
Status code |
Description |
|---|---|
|
200 |
Request completed. |
|
400 |
Bad request. |
|
404 |
The resource is not found. |