3c20a9bae6
This updates the API documentation for the Drivers resource class, replacing many of the samples and adding more verbiage to each property. It's not perfect, but this is vastly more correct than the current docs. Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com> Change-Id: Ibe045bea539b8fd2f02d7be37e09cc74f09b8df1
27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"links" : [
|
|
{
|
|
"rel" : "self",
|
|
"href" : "http://127.0.0.1:6385/v1/drivers/agent_ipmitool"
|
|
},
|
|
{
|
|
"href" : "http://127.0.0.1:6385/drivers/agent_ipmitool",
|
|
"rel" : "bookmark"
|
|
}
|
|
],
|
|
"name" : "agent_ipmitool",
|
|
"properties" : [
|
|
{
|
|
"rel" : "self",
|
|
"href" : "http://127.0.0.1:6385/v1/drivers/agent_ipmitool/properties"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://127.0.0.1:6385/drivers/agent_ipmitool/properties"
|
|
}
|
|
],
|
|
"hosts" : [
|
|
"localhost"
|
|
]
|
|
}
|