小乔 发表于 2021-8-4 15:46:34

【答题赢鸿鹄币】 REST API

QUESTION 69
A response code of 404 is received while using the REST API on Cisco DNA Center to POST to this URI: /dna/intent/api/v1/template-programmer/project
What does the code mean?
A. The POST/PUT request was fulfilled and a new resource was created. Information about the resource is in the response body.
B. The request was accepted for processing, but the processing was not completed.
C. The client made a request for a resource that does not exist.
D. The server has not implemented the functionality that is needed to fulfill the request.

选详细解释给予20鸿鹄币奖励

itwong 发表于 2021-8-4 15:46:35

答案是D, 服务器·端没有提供这个API, 详细请看 http error code 404 -> https://en.wikipedia.org/wiki/HTTP_404#:~:text=The%20HTTP%20404%2C%20404%20Not,not%20find%20what%20was%20requested.

whale- 发表于 2021-8-4 17:09:10

404 - 表示请求的网页不存在。应该选C 请求的资源不存在。
页: [1]
查看完整版本: 【答题赢鸿鹄币】 REST API