What does the code mean?

Posted by: Pdfprep Category: 350-401 Tags: , ,

A response code of 404 is received while using the REST API on Cisco UNA Center to POST to this URI.

/dna/intent/api/v1 /template-programmer/project

What does the code mean?
A . The client made a request a resource that does not exist.
B . The server has not implemented the functionality that is needed to fulfill the request.
C . The request accepted for processing, but the processing was not completed.
D . The POST/PUT request was fulfilled and a new resource was created, Information about the resource is in the response body.

Answer: A

Explanation:

The 404 (Not Found) error status code indicates that the REST API can’t map the client’s URI to a resource but may be available in the future. Subsequent requests by the client are permissible.

Leave a Reply

Your email address will not be published.