
Aligns the API doc with its current functionality. - Splits the examples (requests and responses) into their own json files. - Splits parameters and result fields into a parameters.yaml file to simplify shared fields between APIs. - Several APIs actually return 200 for delete rather than 204 - Converted 'Patch' to 'Software Update' when referring to the variety of update types supported. - Added missing fields. ex: extra-args for strategies. - Updated responses to include new sync status fields. Change-Id: I6d26765be0a8e98664f904314af15bfdfab9fda2 Story: 2008675 Task: 43752 Signed-off-by: albailey <Al.Bailey@windriver.com>
18 lines
593 B
JSON
18 lines
593 B
JSON
{
|
|
"name": "subcloud1",
|
|
"system_mode": "simplex",
|
|
"management_subnet": "192.168.101.0/24",
|
|
"management_start_address": "192.168.101.2",
|
|
"management_end_address": "192.168.101.50",
|
|
"management_gateway_address": "192.168.101.1",
|
|
"systemcontroller_gateway_address": "192.168.204.101"
|
|
"external_oam_subnet": "10.10.10.0/24",
|
|
"external_oam_gateway_address": "10.10.10.1",
|
|
"external_oam_floating_address": "10.10.10.12",
|
|
"sysadmin_password": "XXXXXXX",
|
|
"bootstrap-address": "10.10.10.12",
|
|
"description": "Subcloud 1"
|
|
"location": "Somewhere"
|
|
}
|
|
|