doc-exports/docs/dcs/api-ref/dcs-api-0417001.html
Chen, Junjie 5e34f6ce26 DCS API-REF Initial Version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2022-12-09 16:44:56 +00:00

9 lines
1.4 KiB
HTML

<a name="dcs-api-0417001"></a><a name="dcs-api-0417001"></a>
<h1 class="topictitle1">API Usage Guidelines</h1>
<div id="body1577949733910"><p id="dcs-api-0417001__p139415965017">Distributed Cache Service (DCS) APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: <strong id="dcs-api-0417001__b118252573276">https://<em id="dcs-api-0417001__i107833192517">Endpoint</em>/</strong><em id="dcs-api-0417001__i117133142519"><strong id="dcs-api-0417001__b1825257182718">uri</strong></em>. In the URL, <strong id="dcs-api-0417001__b20119003"><em id="dcs-api-0417001__i1720519418302">uri</em></strong> indicates the resource path, that is, the API access path.</p>
<p class="MsoNormal" id="dcs-api-0417001__p25365761">DCS APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by <strong id="dcs-api-0417001__b46853302">Application/json</strong>.</p>
<p id="dcs-api-0417001__p18599131621018">For details on how to use APIs, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328001.html?tag=API Documents" target="_blank" rel="noopener noreferrer">API Usage Guidelines</a>.</p>
</div>