Question 286 of 290 from exam 400-151: CCIE Data Center Written Exam

Question 286 of 290 from exam 400-151: CCIE Data Center Written Exam

Question

"ins_api": {
“version”: "1.0",
"type": "cli_conf”,
"chunk": "O"
"sid: 4

"input": taiwe interface-vian ;int vlan 10 ;ip address 10.0.0.1 255.255.255.0",
“output_format”: "json"

Refer to the exhibit.

Which response of this API request is true? A.

"type": “cli _conf”,
“version”: "1.0",
"outputs": {
“output”: {
"code": "400",
"msg": “CLI execution error”,
“clierror”: "% Invalid command\n"

we

B.

"ins_api": {
"sid": "eoc”,
"type": “cli_conf",
“version”: "1.0",
“outputs”: {
“output”: [

{
“code”: "200",
"msg": “Success”,
"body": {}

>

"code": "200",
"msg": "Success",
“body”: {}

"code": "200",
"msg': "Success",
“body”: {}

C.

{
“ins_api": {
"sid": "eoc",
"type": "cli_conf",
“version”: "1.0",
"outputs": {
“output”: {
"msg": "Response chunking only allowed in show cmds",
“code”: "501"

ded

D.

"ins_api": {
"type": "cli_conf”,
"version": "1.0",
Msid’: "eoc",
"outputs": {
"output’’: [

"msg": "Success",
"code": "200",
"body": {}

Explanations

D.