Hello,
Our Swordfish service returns the following xml response for a StorageService instance:
{
"@Redfish.Copyright": "Copyright 2015-2016 SNIA. All rights reserved.",
"@odata.context": "/redfish/v1/$metadata#StorageService.v1_0_0.StorageService",
"@odata.type": "#StorageService.v1_0_0.StorageService",
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')",
"Id": "4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA",
"Identifier":{
"DurableName": "421F4993-2EAB-7802-9E73-A9E7CF4331SS",
"DurableNameFormat": "UUID"
},
"Status":{
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"StorageGroups":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/StorageGroups"
},
"EndpointGroups":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/EndpointGroups"
},
"ClientEndpointGroups":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/ClientEndpointGroups"
},
"ServerEndpointGroups":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/ServerEndpointGroups"
},
"Volumes":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/Volumes"
},
"StoragePools":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/StoragePools"
},
"Endpoints":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/Endpoints"
},
"ClassesOfService":{
"@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/ClassesOfService"
}
}
But the the navigation links StorageGroups, EndpointGroups, etc are not clickable when presented in the browser and so we are unable to continue exploring the model.
Tested with latest Firefox, Chrome and Chromium.
Below is an image with Chromium.

Hello,
Our Swordfish service returns the following xml response for a StorageService instance:
{ "@Redfish.Copyright": "Copyright 2015-2016 SNIA. All rights reserved.", "@odata.context": "/redfish/v1/$metadata#StorageService.v1_0_0.StorageService", "@odata.type": "#StorageService.v1_0_0.StorageService", "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')", "Id": "4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA", "Identifier":{ "DurableName": "421F4993-2EAB-7802-9E73-A9E7CF4331SS", "DurableNameFormat": "UUID" }, "Status":{ "State": "Enabled", "HealthRollup": "OK", "Health": "OK" }, "StorageGroups":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/StorageGroups" }, "EndpointGroups":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/EndpointGroups" }, "ClientEndpointGroups":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/ClientEndpointGroups" }, "ServerEndpointGroups":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/ServerEndpointGroups" }, "Volumes":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/Volumes" }, "StoragePools":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/StoragePools" }, "Endpoints":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/Endpoints" }, "ClassesOfService":{ "@odata.id": "/redfish/v1/StorageServices/Members('4FDB0851-EE73-C655-0D13-A2A7F8A4F7AA')/ClassesOfService" } }But the the navigation links StorageGroups, EndpointGroups, etc are not clickable when presented in the browser and so we are unable to continue exploring the model.
Tested with latest Firefox, Chrome and Chromium.

Below is an image with Chromium.