Jeremy's IT Lab CCNA REST APIs Day 61

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/37

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:58 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

CRUD [...] = HTTP DELETE

Delete

2
New cards

CRUD [...] = HTTP GET

Read

3
New cards

CRUD [...] = HTTP POST

Create

4
New cards

CRUD [...] = HTTP PUT, PATCH

Update

5
New cards

CRUD Create = HTTP [...]

POST

6
New cards

CRUD Delete = HTTP [...]

DELETE

7
New cards

CRUD Read = HTTP [...]

GET

8
New cards

CRUD Update = HTTP [...]

PUT, PATCH

9
New cards

HTTP Response class 1xx = [...]

informational

10
New cards

HTTP Response class 2xx = [...]

successful

11
New cards

HTTP Response class 3xx = [...]

redirection

12
New cards

HTTP Response class 4xx = [...]

client error

13
New cards

HTTP Response class 5xx = [...]

server error

14
New cards

HTTP Response class [...] = client error

4xx

15
New cards

HTTP Response class [...] = informational

1xx

16
New cards

HTTP Response class [...] = redirection

3xx

17
New cards

HTTP Response class [...] = server error

5xx

18
New cards

HTTP Response class [...] = successful

2xx

19
New cards

HTTP Response code 102 = [...]

Processing

20
New cards

HTTP Response code 200 = [...]

OK

21
New cards

HTTP Response code 201 = [...]

Created

22
New cards

HTTP Response code 301 = [...]

Moved Permanently

23
New cards

HTTP Response code 401 = [...]

Unauthorized

24
New cards

HTTP Response code 404 = [...]

Not Found

25
New cards

HTTP Response code 500 = [...]

Internal Server Error

26
New cards

HTTP Response code [...] = Created

201

27
New cards

HTTP Response code [...] = Internal Server Error

500

28
New cards

HTTP Response code [...] = Moved Permanently

301

29
New cards

HTTP Response code [...] = Not Found

404

30
New cards

HTTP Response code [...] = OK

200

31
New cards

HTTP Response code [...] = Processing

102

32
New cards

HTTP Response code [...] = Unauthorized

401

33
New cards

REST APIs must be [stateful/stateless].

stateless

34
New cards

What does CRUD stand for?

Cread, Read, Update, Delete

35
New cards

What does URI stand for?

Uniform Resource Identifier

36
New cards

Which part of the following URI is the authority?https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device

sandboxdnac.cisco.com

37
New cards

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

38
New cards

Which part of the following URI is the scheme?https://sandboxdnac.cisco.com/dna/intent/api/v1/network-device

https