Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions listings/os.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"method": "GET",
"summary": "OS manufacturer",
"notes": "return the OS vendor",
"notes": "return the OS manufacturer",
"responseClass": "string",
"nickname": "getOSmanufacturer",
"produces": [
Expand All @@ -51,8 +51,8 @@
"operations": [
{
"method": "GET",
"summary": "Time in seconds since the system was boot",
"notes": "Time in seconds since the system was boot",
"summary": "Time in seconds since the system was booted",
"notes": "Time in seconds since the system was booted",
"responseClass": "long",
"nickname": "getLastBootUpTime",
"produces": [
Expand All @@ -71,7 +71,7 @@
{
"method": "GET",
"summary": "current time and date",
"notes": "return the OS time and date",
"notes": "return the current time and date",
"responseClass": "dateTime",
"nickname": "getDate",
"produces": [
Expand All @@ -89,7 +89,7 @@
"operations": [
{
"method": "GET",
"summary": "return OS Total Virtual Memory Size in bytes",
"summary": "return OS total virtual memory Size in bytes",
"notes": "",
"responseClass": "long",
"nickname": "getTotalVirtualMemorySize",
Expand All @@ -108,7 +108,7 @@
"operations": [
{
"method": "GET",
"summary": "return OS Free Virtual Memory in bytes",
"summary": "return OS free virtual memory in bytes",
"notes": "",
"responseClass": "long",
"nickname": "getFreeVirtualMemory",
Expand All @@ -127,8 +127,8 @@
"operations": [
{
"method": "POST",
"summary": "shutdown the OS",
"notes": "",
"summary": "shut down the OS",
"notes": "shut down the OS",
"responseClass": "",
"nickname": "shutdown",
"parameters": [
Expand Down