Ed Tanous | 852432a | 2022-07-07 14:32:37 -0700 | [diff] [blame] | 1 | { |
| 2 | "$id": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json", |
| 3 | "$ref": "#/definitions/CertificateCollection", |
| 4 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame] | 5 | "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
Ed Tanous | 852432a | 2022-07-07 14:32:37 -0700 | [diff] [blame] | 6 | "definitions": { |
| 7 | "CertificateCollection": { |
| 8 | "anyOf": [ |
| 9 | { |
| 10 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" |
| 11 | }, |
| 12 | { |
| 13 | "additionalProperties": false, |
| 14 | "description": "The collection of Certificate resource instances.", |
| 15 | "longDescription": "This resource shall represent a resource collection of Certificate instances for a Redfish implementation.", |
| 16 | "patternProperties": { |
| 17 | "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
| 18 | "description": "This property shall specify a valid odata or Redfish property.", |
| 19 | "type": [ |
| 20 | "array", |
| 21 | "boolean", |
| 22 | "integer", |
| 23 | "number", |
| 24 | "null", |
| 25 | "object", |
| 26 | "string" |
| 27 | ] |
| 28 | } |
| 29 | }, |
| 30 | "properties": { |
| 31 | "@odata.context": { |
| 32 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" |
| 33 | }, |
| 34 | "@odata.etag": { |
| 35 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" |
| 36 | }, |
| 37 | "@odata.id": { |
| 38 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" |
| 39 | }, |
| 40 | "@odata.type": { |
| 41 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" |
| 42 | }, |
| 43 | "Description": { |
| 44 | "anyOf": [ |
| 45 | { |
| 46 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" |
| 47 | }, |
| 48 | { |
| 49 | "type": "null" |
| 50 | } |
| 51 | ], |
| 52 | "readonly": true |
| 53 | }, |
| 54 | "Members": { |
| 55 | "description": "The members of this collection.", |
| 56 | "items": { |
| 57 | "$ref": "http://redfish.dmtf.org/schemas/v1/Certificate.json#/definitions/Certificate" |
| 58 | }, |
| 59 | "longDescription": "This property shall contain an array of links to the members of this collection.", |
| 60 | "readonly": true, |
| 61 | "type": "array" |
| 62 | }, |
| 63 | "Members@odata.count": { |
| 64 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" |
| 65 | }, |
| 66 | "Members@odata.nextLink": { |
| 67 | "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink" |
| 68 | }, |
| 69 | "Name": { |
| 70 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", |
| 71 | "readonly": true |
| 72 | }, |
| 73 | "Oem": { |
| 74 | "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", |
| 75 | "description": "The OEM extension property.", |
| 76 | "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." |
| 77 | } |
| 78 | }, |
| 79 | "required": [ |
| 80 | "Members", |
| 81 | "Members@odata.count", |
| 82 | "@odata.id", |
| 83 | "@odata.type", |
| 84 | "Name" |
| 85 | ], |
| 86 | "type": "object" |
| 87 | } |
| 88 | ], |
| 89 | "deletable": false, |
| 90 | "insertable": true, |
| 91 | "updatable": false, |
| 92 | "uris": [ |
| 93 | "/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Certificates", |
| 94 | "/redfish/v1/AccountService/ActiveDirectory/Certificates", |
| 95 | "/redfish/v1/AccountService/LDAP/Certificates", |
| 96 | "/redfish/v1/AccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates", |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 97 | "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates", |
| 98 | "/redfish/v1/AccountService/MultiFactorAuth/SecurID/Certificates", |
Ed Tanous | 852432a | 2022-07-07 14:32:37 -0700 | [diff] [blame] | 99 | "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates", |
| 100 | "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates", |
| 101 | "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates", |
| 102 | "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Certificates", |
Ed Tanous | a8d8f9d | 2023-01-26 13:57:00 -0800 | [diff] [blame] | 103 | "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certificates", |
| 104 | "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates", |
Ed Tanous | 852432a | 2022-07-07 14:32:37 -0700 | [diff] [blame] | 105 | "/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates", |
| 106 | "/redfish/v1/Systems/{ComputerSystemId}/Boot/Certificates", |
| 107 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Boot/Certificates", |
| 108 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Boot/Certificates", |
| 109 | "/redfish/v1/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates", |
| 110 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates", |
| 111 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot/SecureBootDatabases/{DatabaseId}/Certificates", |
| 112 | "/redfish/v1/EventService/Subscriptions/{EventDestinationId}/Certificates", |
| 113 | "/redfish/v1/EventService/Subscriptions/{EventDestinationId}/ClientCertificates", |
| 114 | "/redfish/v1/Systems/{ComputerSystemId}/Certificates", |
| 115 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Certificates", |
| 116 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Certificates", |
| 117 | "/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates", |
| 118 | "/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}/Certificates", |
| 119 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Certificates", |
| 120 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates", |
| 121 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/Certificates", |
| 122 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/Certificates", |
| 123 | "/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates", |
| 124 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Certificates", |
| 125 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates", |
| 126 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Certificates", |
| 127 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Certificates", |
| 128 | "/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates", |
| 129 | "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates", |
| 130 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates", |
| 131 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates", |
| 132 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates", |
| 133 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Certificates", |
| 134 | "/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates", |
| 135 | "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates", |
| 136 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates", |
| 137 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates", |
| 138 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates", |
| 139 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Certificates", |
| 140 | "/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Certificates", |
| 141 | "/redfish/v1/Chassis/{ChassisId}/Certificates", |
| 142 | "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates", |
| 143 | "/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/Certificates", |
| 144 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates", |
| 145 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Certificates", |
| 146 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates", |
| 147 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/Certificates", |
| 148 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/Certificates", |
| 149 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/Certificates", |
| 150 | "/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Certificates", |
| 151 | "/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates", |
| 152 | "/redfish/v1/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates", |
| 153 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates", |
| 154 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates", |
| 155 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/Certificates", |
| 156 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/VirtualMedia/{VirtualMediaId}/ClientCertificates", |
| 157 | "/redfish/v1/UpdateService/RemoteServerCertificates", |
| 158 | "/redfish/v1/UpdateService/ClientCertificates", |
| 159 | "/redfish/v1/Managers/{ManagerId}/Certificates", |
| 160 | "/redfish/v1/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates", |
| 161 | "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates", |
Asmitha Karunanithi | 009c645 | 2022-09-22 01:07:59 -0500 | [diff] [blame] | 162 | "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/KeyManagement/KMIPCertificates", |
| 163 | "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates", |
| 164 | "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates", |
| 165 | "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Client/TrustedCertificates", |
| 166 | "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Client/RevokedCertificates", |
| 167 | "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Server/TrustedCertificates", |
Ed Tanous | f263e09 | 2023-05-22 09:56:29 -0700 | [diff] [blame] | 168 | "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/TLS/Server/RevokedCertificates", |
Ed Tanous | e9cc1bc | 2023-09-21 11:15:30 -0700 | [diff] [blame] | 169 | "/redfish/v1/Chassis/{ChassisId}/TrustedComponents/{TrustedComponentId}/Certificates", |
| 170 | "/redfish/v1/AccountService/OutboundConnections/{OutboundConnectionId}/Certificates", |
| 171 | "/redfish/v1/AccountService/OutboundConnections/{OutboundConnectionId}/ClientCertificates" |
Ed Tanous | 852432a | 2022-07-07 14:32:37 -0700 | [diff] [blame] | 172 | ] |
| 173 | } |
| 174 | }, |
| 175 | "owningEntity": "DMTF", |
| 176 | "title": "#CertificateCollection.CertificateCollection" |
| 177 | } |