-
Notifications
You must be signed in to change notification settings - Fork 38
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 #93 from DMTF/Mockup-Update
Updated bundled mockup to match 2022.3 release of public-rackmount1
- Loading branch information
Showing
257 changed files
with
5,450 additions
and
648 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
200 changes: 100 additions & 100 deletions
200
public-rackmount1/CertificateService/GenerateCSRActionInfo/index.json
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,100 +1,100 @@ | ||
{ | ||
"@odata.type": "#ActionInfo.v1_1_2.ActionInfo", | ||
"Id": "GenerateCSRActionInfo", | ||
"Name": "Generate CSR Action Info", | ||
"Parameters": [ | ||
{ | ||
"Name": "CommonName", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "AlternativeNames", | ||
"Required": false, | ||
"DataType": "StringArray" | ||
}, | ||
{ | ||
"Name": "Organization", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "OrganizationalUnit", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "City", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "State", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "Country", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "Email", | ||
"Required": false, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"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" | ||
] | ||
}, | ||
{ | ||
"Name": "CertificateCollection", | ||
"Required": true, | ||
"DataType": "Object" | ||
}, | ||
{ | ||
"Name": "KeyUsage", | ||
"Required": false, | ||
"DataType": "StringArray", | ||
"AllowableValues": [ | ||
"DigitalSignature", | ||
"NonRepudiation", | ||
"KeyEncipherment", | ||
"DataEncipherment", | ||
"KeyAgreement", | ||
"KeyCertSign", | ||
"CRLSigning", | ||
"EncipherOnly", | ||
"DecipherOnly", | ||
"ServerAuthentication", | ||
"ClientAuthentication", | ||
"CodeSigning", | ||
"EmailProtection", | ||
"OCSPSigning" | ||
] | ||
} | ||
], | ||
"Oem": {}, | ||
"@odata.id": "/redfish/v1/CertificateService/GenerateCSRActionInfo", | ||
"@Redfish.Copyright": "Copyright 2018-2019 DMTF. All rights reserved." | ||
} | ||
{ | ||
"@odata.type": "#ActionInfo.v1_3_0.ActionInfo", | ||
"Id": "GenerateCSRActionInfo", | ||
"Name": "Generate CSR Action Info", | ||
"Parameters": [ | ||
{ | ||
"Name": "CommonName", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "AlternativeNames", | ||
"Required": false, | ||
"DataType": "StringArray" | ||
}, | ||
{ | ||
"Name": "Organization", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "OrganizationalUnit", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "City", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "State", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "Country", | ||
"Required": true, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"Name": "Email", | ||
"Required": false, | ||
"DataType": "String" | ||
}, | ||
{ | ||
"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" | ||
] | ||
}, | ||
{ | ||
"Name": "CertificateCollection", | ||
"Required": true, | ||
"DataType": "Object" | ||
}, | ||
{ | ||
"Name": "KeyUsage", | ||
"Required": false, | ||
"DataType": "StringArray", | ||
"AllowableValues": [ | ||
"DigitalSignature", | ||
"NonRepudiation", | ||
"KeyEncipherment", | ||
"DataEncipherment", | ||
"KeyAgreement", | ||
"KeyCertSign", | ||
"CRLSigning", | ||
"EncipherOnly", | ||
"DecipherOnly", | ||
"ServerAuthentication", | ||
"ClientAuthentication", | ||
"CodeSigning", | ||
"EmailProtection", | ||
"OCSPSigning" | ||
] | ||
} | ||
], | ||
"Oem": {}, | ||
"@odata.id": "/redfish/v1/CertificateService/GenerateCSRActionInfo", | ||
"@Redfish.Copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright." | ||
} |
Oops, something went wrong.