Skip to content

Commit

Permalink
Merge pull request #120 from glimchb/mockup
Browse files Browse the repository at this point in the history
Updated bundled mockup to match 2023.3 release of public-rackmount1
  • Loading branch information
mraineri committed Apr 12, 2024
2 parents 6b400ec + 9c07b2d commit 183eb1f
Show file tree
Hide file tree
Showing 262 changed files with 1,069 additions and 775 deletions.
92 changes: 46 additions & 46 deletions public-rackmount1/$metadata/index.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"@Redfish.SupportedCertificates": [
"PEM"
],
"Oem": {},
"@odata.id": "/redfish/v1/AccountService/Accounts/1/Certificates",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
12 changes: 10 additions & 2 deletions public-rackmount1/AccountService/Accounts/1/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount",
"@odata.type": "#ManagerAccount.v1_12_0.ManagerAccount",
"Id": "1",
"Name": "User Account",
"Description": "User Account",
Expand All @@ -10,6 +10,9 @@
"Redfish"
],
"UserName": "Administrator",
"EmailAddress": "Tiffany@contoso.com",
"PhoneNumber": "312-555-1212",
"OneTimePasscodeDeliveryAddress": "3125551212@smsrelay.contoso.com",
"RoleId": "Administrator",
"Locked": false,
"Certificates": {
Expand All @@ -20,6 +23,11 @@
"@odata.id": "/redfish/v1/AccountService/Roles/Administrator"
}
},
"Actions": {
"#ManagerAccount.ChangePassword": {
"target": "/redfish/v1/AccountService/Accounts/1/Actions/ManagerAccount.ChangePassword"
}
},
"@odata.id": "/redfish/v1/AccountService/Accounts/1",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
14 changes: 12 additions & 2 deletions public-rackmount1/AccountService/Accounts/2/index.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount",
"@odata.type": "#ManagerAccount.v1_12_0.ManagerAccount",
"Id": "2",
"Name": "Employee #457",
"Description": "This user is both a Redfish administrator and a SNMPv3 user.",
"Enabled": true,
"Password": null,
"UserName": "contoso_employee457",
"MFABypass": {
"BypassTypes": [
"All"
]
},
"RoleId": "Administrator",
"Locked": false,
"AccountTypes": [
Expand All @@ -23,6 +28,11 @@
"@odata.id": "/redfish/v1/AccountService/Roles/Administrator"
}
},
"Actions": {
"#ManagerAccount.ChangePassword": {
"target": "/redfish/v1/AccountService/Accounts/2/Actions/ManagerAccount.ChangePassword"
}
},
"@odata.id": "/redfish/v1/AccountService/Accounts/2",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
2 changes: 1 addition & 1 deletion public-rackmount1/AccountService/Accounts/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
}
],
"@odata.id": "/redfish/v1/AccountService/Accounts",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@odata.type": "#ExternalAccountProvider.v1_5_0.ExternalAccountProvider",
"@odata.type": "#ExternalAccountProvider.v1_7_1.ExternalAccountProvider",
"Id": "ExternalRedfishService",
"Name": "Remote Redfish Service",
"Description": "Remote Redfish Service providing additional Accounts to this Redfish Service",
Expand All @@ -26,5 +26,5 @@
}
],
"@odata.id": "/redfish/v1/AccountService/ExternalAccountProviders/ExternalRedfishService",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
}
],
"@odata.id": "/redfish/v1/AccountService/ExternalAccountProviders",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"@odata.type": "#ActionInfo.v1_4_1.ActionInfo",
"Id": "RekeyActionInfo",
"Name": "Rekey Action Info",
"Parameters": [
{
"Name": "KeyPairAlgorithm",
"Required": true,
"DataType": "String",
"AllowableValues": [
"TPM_ALG_RSA",
"TPM_ALG_ECDSA"
]
},
{
"Name": "KeyBitLength",
"Required": false,
"DataType": "Number"
},
{
"Name": "KeyCurveId",
"Required": false,
"DataType": "String",
"AllowableValues": [
"TPM_ECC_NIST_P256",
"TPM_ECC_NIST_P384",
"TPM_ECC_NIST_P521"
]
}
],
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/Certificates/1/RekeyActionInfo",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"@odata.type": "#Certificate.v1_8_1.Certificate",
"Id": "1",
"Name": "HTTPS Certificate",
"CertificateString": "-----BEGIN CERTIFICATE-----\nMIIFsTCCA5mgAwIBAgIJAMusGfV8beSJMA0GCSqGSIb3DQEBCwUAMG8xCzAJBgNV\nBAYTAlVTMQ8wDQYDVQQIDAZPcmVnb24xETAPBgNVBAcMCFBvcnRsYW5kMRAwDgYD\nVQQKDAdDb250b3NvMQwwCgYDVQQLDANBQkMxHDAaBgNVBAMME21hbmFnZXIuY29u\ndG9zby5vcmcwHhcNMTgwOTA3MTMyMjA1WhcNMTkwOTA3MTMyMjA1WjBvMQswCQYD\nVQQGEwJVUzEPMA0GATowerECAwGT3JlZ29uMREwDwYDVQQHDAhQb3J0bGFuZDEQMA4G\nATowerECgwHQ29udG9zbzEMMAoGATowerECwwDQUJDMRwwGgYDVQQDDBNtYW5hZ2VyLmNv\nbnRvc28ub3JnMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw39VGz5K\n9bD8UUmyUxH+s+IaYsd3rd8V3R6g3bzttGOW52nopt3ZQD4COHPePBcCBh2+xRFk\n0Wd6oJUECXKNYhoFRJAhyz2fmkO5I37D40iY8/Ihqnt0Kmt/8hETL2VMKbALnR+4\nAUNNGSomRD24FQDlK1Vs6urZHvTsEL5Z+CNdbKY6Yn1ksxR8vmze4hdxnzrQCua1\no7zNVzudLdhVpfeC3BvmflMjszPOjlo5dSkXeRWqQ1LikgcHyEf3hYWq3WXMUpkV\nm2nlM3Tzeaz2nO1quQ/HJ/DUuvHHvWIIZdExL1RABzSN8Sr3ZkMShmTNN4QWmrEX\nEADN8g8OXrRKrup+R6nbUT55Getn5jPesI5fNDHk0KRBUG0ALY73l9+ZlAdRTesq\naV6AL2hUYrb1SNjh50i15s4yPOytspF4B9LaqsG1w3PGjgLaUtWHTXwGAMdHVhWs\nym//6zFv3Ri5tbjThpeYv+UIkreyb0yAFlx/Kz62EFbkFcnaGPATqVd4yLtVdYu0\nz5O8JWhOuybmWMe6ifO97X8w7/Nr9QyzkB64wXSqsNpRiuZraErqa+hBqvPkz8KE\nFEwiclRvZ9OrNk/iKr1FO1HNs1byvNyJ3S9Bu4bMwMnxzrdNzaB5Ti0IywIvQ/qw\nJ8icHIn+3EM5g+DmvQTZIXNKOryrndjIUA0CAwEAAaNQME4wHQYDVR0OBBYEFLLG\niNCud7LYUKojqRVNhKBWoApFMB8GATowerdIwQYMBaAFLLGiNCud7LYUKojqRVNhKBW\noApFMAwGATowerdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggIBAG+NJSRv1S0K4KjE\nwzAIlEsmYs65vPxKLg0a07EW8xO4m7AKtty9dyc3+xh0ftwosTmXp2GL3RbNFqpc\nqDjS/XLDGS7DCb5T/g2vZusfUCz6WXpJCZMBLNyNaVyhTHeV9f8sCWXAODwx8ED2\nIHADWI9EqYg3HovYJNP4iUXfivBkFdq6ptOwgMVLGpeMvt/VwBilOklL/+xrhiMD\n1SwZ+sPdWfgcIaeQ+Y3h0cbHzCeYlZDXjDR41zGrEb1lhSAj5n/BEQDjXsiIY386\n/czYW7Zz2ZxOK67ENaABUxg5w8iqu8wkF0pVHbjBThkEPvvdwWKAFLDC55q1KO4H\nsZLx8U/usUdHW9pz+/C7QW7UEJjKP7LfUWnosz7NJYtb7lXJ6pyLkstlA35/aXv3\nxS4eHxHFExl7hiTPgWuFYZUfhdTYSoUTO7WHI7IIZvAh05I/akrE7RpPXviMdIrI\nluKOGwMDHuKSUX93BfFcm9WyMx2cGvbORAXPonGadkPbNsuSK1YkalZ27x5Aq10T\nwJ6/u29+BMDIRB1qJPf5gm4itQpX0hLKXRAdSPKQgvA2gDN5fIlPDEAlWt3oo5JI\n6aWKaL1zAwSFcV2XE6c0r9ZrQPQw1cTzeAMDzMQ7MnEb6kt/YNdGfzTL/5b+vF+e\nHApck5WMN3G/8qlI5rFGXG5zljlu\n-----END CERTIFICATE-----",
"CertificateType": "PEM",
"Issuer": {
"Country": "US",
"State": "Oregon",
"City": "Portland",
"Organization": "Contoso",
"OrganizationalUnit": "ABC",
"CommonName": "manager.contoso.org"
},
"Subject": {
"Country": "US",
"State": "Oregon",
"City": "Portland",
"Organization": "Contoso",
"OrganizationalUnit": "ABC",
"CommonName": "manager.contoso.org"
},
"ValidNotBefore": "2018-09-07T13:22:05Z",
"ValidNotAfter": "2019-09-07T13:22:05Z",
"KeyUsage": [
"KeyEncipherment",
"ServerAuthentication"
],
"SerialNumber": "5d:7a:d8:df:f6:fc:c1:b3:ca:fe:fb:cc:38:f3:01:64:51:ea:05:cb",
"Fingerprint": "A6:E9:D2:5C:DC:52:DA:4B:3B:14:97:F3:A4:53:D9:99:A1:0B:56:41",
"FingerprintHashAlgorithm": "TPM_ALG_SHA1",
"SignatureAlgorithm": "sha256WithRSAEncryption",
"Actions": {
"#Certificate.Rekey": {
"target": "/redfish/v1/AccountService/OutboundConnections/1/Certificates/1/Actions/Certificate.Rekey",
"@Redfish.ActionInfo": "/redfish/v1/AccountService/OutboundConnections/1/Certificates/1/RekeyActionInfo"
},
"#Certificate.Renew": {
"target": "/redfish/v1/AccountService/OutboundConnections/1/Certificates/1/Actions/Certificate.Renew"
}
},
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/Certificates/1",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@odata.type": "#CertificateCollection.CertificateCollection",
"Name": "Certificate Collection",
"Members@odata.count": 1,
"Members": [
{
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/Certificates/1"
}
],
"@Redfish.SupportedCertificates": [
"PEM"
],
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/Certificates",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"@odata.type": "#ActionInfo.v1_4_1.ActionInfo",
"Id": "RekeyActionInfo",
"Name": "Rekey Action Info",
"Parameters": [
{
"Name": "KeyPairAlgorithm",
"Required": true,
"DataType": "String",
"AllowableValues": [
"TPM_ALG_RSA",
"TPM_ALG_ECDSA"
]
},
{
"Name": "KeyBitLength",
"Required": false,
"DataType": "Number"
},
{
"Name": "KeyCurveId",
"Required": false,
"DataType": "String",
"AllowableValues": [
"TPM_ECC_NIST_P256",
"TPM_ECC_NIST_P384",
"TPM_ECC_NIST_P521"
]
}
],
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates/1/RekeyActionInfo",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"@odata.type": "#Certificate.v1_8_1.Certificate",
"Id": "1",
"Name": "Client Certificate",
"CertificateString": "-----BEGIN CERTIFICATE-----\nMIIFsTCCA5mgAwIBAgIJAMusGfV8beSJMA0GCSqGSIb3DQEBCwUAMG8xCzAJBgNV\nBAYTAlVTMQ8wDQYDVQQIDAZPcmVnb24xETAPBgNVBAcMCFBvcnRsYW5kMRAwDgYD\nVQQKDAdDb250b3NvMQwwCgYDVQQLDANBQkMxHDAaBgNVBAMME21hbmFnZXIuY29u\ndG9zby5vcmcwHhcNMTgwOTA3MTMyMjA1WhcNMTkwOTA3MTMyMjA1WjBvMQswCQYD\nVQQGEwJVUzEPMA0GA1UECAwGT3JlZ29uMREwDwYDVQQHDAhQb3J0bGFuZDEQMA4G\nA1UECgwHQ29udG9zbzEMMAoGA1UECwwDQUJDMRwwGgYDVQQDDBNtYW5hZ2VyLmNv\nbnRvc28ub3JnMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw39VGz5K\n9bD8UUmyUxH+s+IaYsd3rd8V3R6g3bzttGOW52nopt3ZQD4COHPePBcCBh2+xRFk\n0Wd6oJUECXKNYhoFRJAhyz2fmkO5I37D40iY8/Ihqnt0Kmt/8hETL2VMKbALnR+4\nAUNNGSomRD24FQDlK1Vs6urZHvTsEL5Z+CNdbKY6Yn1ksxR8vmze4hdxnzrQCua1\no7zNVzudLdhVpfeC3BvmflMjszPOjlo5dSkXeRWqQ1LikgcHyEf3hYWq3WXMUpkV\nm2nlM3Tzeaz2nO1quQ/HJ/DUuvHHvWIIZdExL1RABzSN8Sr3ZkMShmTNN4QWmrEX\nEADN8g8OXrRKrup+R6nbUT55Getn5jPesI5fNDHk0KRBUG0ALY73l9+ZlAdRTesq\naV6AL2hUYrb1SNjh50i15s4yPOytspF4B9LaqsG1w3PGjgLaUtWHTXwGAMdHVhWs\nym//6zFv3Ri5tbjThpeYv+UIkreyb0yAFlx/Kz62EFbkFcnaGPATqVd4yLtVdYu0\nz5O8JWhOuybmWMe6ifO97X8w7/Nr9QyzkB64wXSqsNpRiuZraErqa+hBqvPkz8KE\nFEwiclRvZ9OrNk/iKr1FO1HNs1byvNyJ3S9Bu4bMwMnxzrdNzaB5Ti0IywIvQ/qw\nJ8icHIn+3EM5g+DmvQTZIXNKOryrndjIUA0CAwEAAaNQME4wHQYDVR0OBBYEFLLG\niNCud7LYUKojqRVNhKBWoApFMB8GA1UdIwQYMBaAFLLGiNCud7LYUKojqRVNhKBW\noApFMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggIBAG+NJSRv1S0K4KjE\nwzAIlEsmYs65vPxKLg0a07EW8xO4m7AKtty9dyc3+xh0ftwosTmXp2GL3RbNFqpc\nqDjS/XLDGS7DCb5T/g2vZusfUCz6WXpJCZMBLNyNaVyhTHeV9f8sCWXAODwx8ED2\nIHADWI9EqYg3HovYJNP4iUXfivBkFdq6ptOwgMVLGpeMvt/VwBilOklL/+xrhiMD\n1SwZ+sPdWfgcIaeQ+Y3h0cbHzCeYlZDXjDR41zGrEb1lhSAj5n/BEQDjXsiIY386\n/czYW7Zz2ZxOK67ENaABUxg5w8iqu8wkF0pVHbjBThkEPvvdwWKAFLDC55q1KO4H\nsZLx8U/usUdHW9pz+/C7QW7UEJjKP7LfUWnosz7NJYtb7lXJ6pyLkstlA35/aXv3\nxS4eHxHFExl7hiTPgWuFYZUfhdTYSoUTO7WHI7IIZvAh05I/akrE7RpPXviMdIrI\nluKOGwMDHuKSUX93BfFcm9WyMx2cGvbORAXPonGadkPbNsuSK1YkalZ27x5Aq10T\nwJ6/u29+BMDIRB1qJPf5gm4itQpX0hLKXRAdSPKQgvA2gDN5fIlPDEAlWt3oo5JI\n6aWKaL1zAwSFcV2XE6c0r9ZrQPQw1cTzeAMDzMQ7MnEb6kt/YNdGfzTL/5b+vF+e\nHApck5WMN3G/8qlI5rFGXG5zljlu\n-----END CERTIFICATE-----",
"CertificateType": "PEM",
"Issuer": {
"Country": "US",
"State": "Oregon",
"City": "Portland",
"Organization": "Contoso",
"OrganizationalUnit": "ABC",
"CommonName": "user1.contoso.org"
},
"Subject": {
"Country": "US",
"State": "Oregon",
"City": "Portland",
"Organization": "Contoso",
"OrganizationalUnit": "ABC",
"CommonName": "user1.contoso.org"
},
"ValidNotBefore": "2018-09-07T13:22:05Z",
"ValidNotAfter": "2019-09-07T13:22:05Z",
"KeyUsage": [
"KeyEncipherment",
"ServerAuthentication"
],
"SerialNumber": "5d:7a:d8:df:f6:fc:c1:b3:ca:fe:fb:cc:38:f3:01:64:51:ea:05:cb",
"Fingerprint": "A6:E9:D2:5C:DC:52:DA:4B:3B:14:97:F3:A4:53:D9:99:A1:0B:56:41",
"FingerprintHashAlgorithm": "TPM_ALG_SHA1",
"SignatureAlgorithm": "sha256WithRSAEncryption",
"Actions": {
"#Certificate.Rekey": {
"target": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates/1/Actions/Certificate.Rekey",
"@Redfish.ActionInfo": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates/1/RekeyActionInfo"
},
"#Certificate.Renew": {
"target": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates/1/Actions/Certificate.Renew"
}
},
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates/1",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"@odata.type": "#CertificateCollection.CertificateCollection",
"Name": "Certificate Collection",
"Members@odata.count": 1,
"Members": [
{
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates/1"
}
],
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
35 changes: 35 additions & 0 deletions public-rackmount1/AccountService/OutboundConnections/1/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"@odata.type": "#OutboundConnection.v1_0_1.OutboundConnection",
"Id": "1",
"Name": "Outbound Connection to contoso app",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Authentication": "MTLS",
"Certificates": {
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/Certificates"
},
"ClientCertificates": {
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1/ClientCertificates"
},
"ConnectionEnabled": true,
"EndpointURI": "wss://ws.contoso.com:443",
"RetryPolicy": {
"ConnectionRetryPolicy": "RetryCount",
"RetryIntervalMinutes": 5,
"RetryCount": 60
},
"Roles": [
"Administrator"
],
"WebSocketPingIntervalMinutes": 10,
"Links": {
"Session": {
"@odata.id": "/redfish/v1/SessionService/Sessions/1234567890ABCDEG"
}
},
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
14 changes: 14 additions & 0 deletions public-rackmount1/AccountService/OutboundConnections/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@odata.etag": "W/\"AB6D42B0\"",
"@odata.type": "#OutboundConnectionCollection.OutboundConnectionCollection",
"Description": "Outbound Connections for the AccountService",
"Name": "OutboundConnection",
"Members": [
{
"@odata.id": "/redfish/v1/AccountService/OutboundConnections/1"
}
],
"Members@odata.count": 1,
"@odata.id": "/redfish/v1/AccountService/OutboundConnections",
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"OemPowerControl"
],
"@odata.id": "/redfish/v1/AccountService/Roles/Administrator",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
2 changes: 1 addition & 1 deletion public-rackmount1/AccountService/Roles/Operator/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"OemPrivileges": [],
"@odata.id": "/redfish/v1/AccountService/Roles/Operator",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
2 changes: 1 addition & 1 deletion public-rackmount1/AccountService/Roles/ReadOnly/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
],
"OemPrivileges": [],
"@odata.id": "/redfish/v1/AccountService/Roles/ReadOnly",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}
2 changes: 1 addition & 1 deletion public-rackmount1/AccountService/Roles/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
}
],
"@odata.id": "/redfish/v1/AccountService/Roles",
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
"@Redfish.Copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}

0 comments on commit 183eb1f

Please sign in to comment.