1/37
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
CRUD [...] = HTTP DELETE
Delete
CRUD [...] = HTTP GET
Read
CRUD [...] = HTTP POST
Create
CRUD [...] = HTTP PUT, PATCH
Update
CRUD Create = HTTP [...]
POST
CRUD Delete = HTTP [...]
DELETE
CRUD Read = HTTP [...]
GET
CRUD Update = HTTP [...]
PUT, PATCH
HTTP Response class 1xx = [...]
informational
HTTP Response class 2xx = [...]
successful
HTTP Response class 3xx = [...]
redirection
HTTP Response class 4xx = [...]
client error
HTTP Response class 5xx = [...]
server error
HTTP Response class [...] = client error
4xx
HTTP Response class [...] = informational
1xx
HTTP Response class [...] = redirection
3xx
HTTP Response class [...] = server error
5xx
HTTP Response class [...] = successful
2xx
HTTP Response code 102 = [...]
Processing
HTTP Response code 200 = [...]
OK
HTTP Response code 201 = [...]
Created
HTTP Response code 301 = [...]
Moved Permanently
HTTP Response code 401 = [...]
Unauthorized
HTTP Response code 404 = [...]
Not Found
HTTP Response code 500 = [...]
Internal Server Error
HTTP Response code [...] = Created
201
HTTP Response code [...] = Internal Server Error
500
HTTP Response code [...] = Moved Permanently
301
HTTP Response code [...] = Not Found
404
HTTP Response code [...] = OK
200
HTTP Response code [...] = Processing
102
HTTP Response code [...] = Unauthorized
401
REST APIs must be [stateful/stateless].
stateless
What does CRUD stand for?
Cread, Read, Update, Delete
What does URI stand for?
Uniform Resource Identifier
Which part of the following URI is the authority?https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device
sandboxdnac.cisco.com
Which part of the following URI is the path?https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device
/dna/intent/api/v1/network-device
Which part of the following URI is the scheme?https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device
https