52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"metadata": {
|
|
"apiVersion": "2015-03-09",
|
|
"endpointPrefix": "logadmin",
|
|
"jsonVersion": "1.1",
|
|
"serviceFullName": "Jibo Log",
|
|
"signatureVersion": "v4",
|
|
"targetPrefix": "Log_20150309",
|
|
"protocol": "json"
|
|
},
|
|
"operations": {
|
|
"SetLevel": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"friendlyIds",
|
|
"namespaces"
|
|
],
|
|
"members": {
|
|
"friendlyIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"namespaces": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"namespace": {
|
|
"type": "string"
|
|
},
|
|
"level": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"result"
|
|
],
|
|
"members": {
|
|
"result": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {}
|
|
} |