This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from DMTF/hypermedia-uri
Made creative URIs for top-level collections
- Loading branch information
Showing
12 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"[email protected]": 1, | ||
"Members": [ | ||
{ | ||
"@odata.id": "/redfish/v1/Chassis/1" | ||
"@odata.id": "/redfish/v1/Chassis/A33" | ||
} | ||
], | ||
"@odata.context": "/redfish/v1/$metadata#ChassisCollection.ChassisCollection", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
"[email protected]": 1, | ||
"Members": [ | ||
{ | ||
"@odata.id": "/redfish/v1/Systems/1/LogServices/SEL" | ||
"@odata.id": "/redfish/v1/Systems/2M220100SL/LogServices/SEL" | ||
} | ||
], | ||
"Oem": {}, | ||
"@odata.context": "/redfish/v1/$metadata#LogServiceCollection.LogServiceCollection", | ||
"@odata.id": "/redfish/v1/Systems/1/LogServices", | ||
"@odata.id": "/redfish/v1/Systems/2M220100SL/LogServices", | ||
"@Redfish.Copyright": "Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem", | ||
"Id": "1", | ||
"Id": "2M220100SL", | ||
"Name": "Catfish System", | ||
"SystemType": "Physical", | ||
"AssetTag": "CATFISHASSETTAG", | ||
|
@@ -35,12 +35,12 @@ | |
] | ||
}, | ||
"LogServices": { | ||
"@odata.id": "/redfish/v1/Systems/1/LogServices" | ||
"@odata.id": "/redfish/v1/Systems/2M220100SL/LogServices" | ||
}, | ||
"Links": { | ||
"Chassis": [ | ||
{ | ||
"@odata.id": "/redfish/v1/Chassis/1" | ||
"@odata.id": "/redfish/v1/Chassis/A33" | ||
} | ||
], | ||
"ManagedBy": [ | ||
|
@@ -52,7 +52,7 @@ | |
}, | ||
"Actions": { | ||
"#ComputerSystem.Reset": { | ||
"target": "/redfish/v1/Systems/1/Actions/ComputerSystem.Reset", | ||
"target": "/redfish/v1/Systems/2M220100SL/Actions/ComputerSystem.Reset", | ||
"[email protected]": [ | ||
"On", | ||
"ForceOff", | ||
|
@@ -65,6 +65,6 @@ | |
} | ||
}, | ||
"@odata.context": "/redfish/v1/$metadata#ComputerSystem.ComputerSystem", | ||
"@odata.id": "/redfish/v1/Systems/1", | ||
"@odata.id": "/redfish/v1/Systems/2M220100SL", | ||
"@Redfish.Copyright": "Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"[email protected]": 1, | ||
"Members": [ | ||
{ | ||
"@odata.id": "/redfish/v1/Systems/1" | ||
"@odata.id": "/redfish/v1/Systems/2M220100SL" | ||
} | ||
], | ||
"@odata.context": "/redfish/v1/$metadata#ComputerSystemCollection.ComputerSystemCollection", | ||
|