meta data for this page
  •  

This is an old revision of the document!


Service Root

GET

Request

GET /redfish/v1
Content-Type: applicaton/json

Response

service_root_response_example.json
{
	"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot", 
	"@odata.id": "/redfish/v1/", 
	"@odata.type": "#ServiceRoot.v1_1_1.ServiceRoot", 
	"Id": "RootService", 
	"Description": "This object represents the root Redfish service.",
	"Name": "Root Service", 
	"RedfishVersion": "1.1.0", 
	"UUID": "fc9a2b8c-0e75-40d5-900d-7401c4b0d444",
	"AccountService": { 
		"@odata.id": "/redfish/v1/AccountService" 
	},
	"SessionService": { 
		"@odata.id": "/redfish/v1/SessionService" 
	}, 
	"Managers": { 
		"@odata.id": "/redfish/v1/Managers" 
	}, 
	"Chassis": { 
		"@odata.id": "/redfish/v1/Chassis" 
	}, 
	"Systems": { 
		"@odata.id": "/redfish/v1/Systems" 
	}, 
	"EthernetSwitches": { 
		"@odata.id": "/redfish/v1/EthernetSwitches" 
	},
	"PcieSwitches": { 
		"@odata.id": "/redfish/v1/PcieSwitches" 
	}, 
	"ComposedNodes": { 
		"@odata.id": "/redfish/v1/ComposedNodes" 
	}, 
	"Oem": { 
		"RECS.Box": { 
			"@odata.type": "#RECS.Box.Oem.ServiceRoot", 
			"ApiVersion": "0.01.00", 
		} 
	}, 
	"Links": {
		"Sessions" : {
			"@odata.id": "/redfish/v1/SessionService/Sessions"
		}
	}
}

PUT

This Operation is not supported on this resource.

PATCH

This Operation is not supported on this resource.

POST

This Operation is not supported on this resource.

DELETE

This Operation is not supported on this resource.