Files
Zos/Skills/@be/node_modules/@jibo/jibo-server-client/apis/backup-2017-02-22.min.json

75 lines
1.4 KiB
JSON

{
"metadata": {
"apiVersion": "2017-02-22",
"endpointPrefix": "backup",
"jsonVersion": "1.1",
"serviceFullName": "Jibo Backup",
"signatureVersion": "v4",
"targetPrefix": "Backup_20170222",
"protocol": "json"
},
"operations": {
"New": {
"input": {
"type": "structure",
"required": [
"loopId"
],
"members": {
"loopId": {}
}
},
"output": {
"type": "structure",
"required": [
"uploadUrl"
],
"members": {
"uploadUrl": {
"type": "string"
}
}
}
},
"List": {
"input": {
"type": "structure",
"required": [
"loopId"
],
"members": {
"loopId": {}
}
},
"output": {
"type": "list",
"member": {
"type": "structure",
"members": {
"modified": {
"type": "string"
},
"etag": {
"type": "string"
},
"size": {
"type": "string"
},
"location": {
"type": "structure",
"members": {
"expires": {
"type": "string"
},
"url": {
"type": "string"
}
}
}
}
}
}
}
},
"shapes": {}
}