integ/restapi-doc/restapi-doc/api-ref/src/wadls/sm-api/v1/api_samples/smapi-versions-response.json

25 lines
469 B
JSON

{
"default_version": {
"id": "v1",
"links": [
{
"href": "http://10.10.10.2:7777/v1/",
"rel": "self"
}
]
},
"version": [
{
"id": "v1",
"links": [
{
"href": "http://10.10.10.2:7777/v1/",
"rel": "self"
}
]
}
],
"name": "System Management API",
"description": "System Management API from Wind River"
}