Loading src/SOL023/CertificateManagement/CertificateManagement.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -378,7 +378,7 @@ components: instance identifier has been created successfully. The response body shall contain a representation of the created Subject instance, as defined in clause 5.6.2.2. clause 5.6.3.4. The HTTP response shall include a "Location" HTTP header that contains the resource URI of the created Subject instance. Loading Loading @@ -464,7 +464,7 @@ components: Shall be returned when information about zero or more subject instances has been queried successfully. The response body shall contain in an array the representations of zero or more subject instances, as defined in clause 5.6.2.2. defined in clause 5.6.3.4. If the "filter" URI parameter or one of the "all_fields", "fields" (if supported), "exclude_fields" (if supported) or "exclude_default" URI parameters was supplied in the request, the data in the response Loading src/SOL023/CertificateManagement/definitions/SOL023CertificateManagement_def.yaml +24 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,30 @@ definitions: items: type: string CertRepMessages: description: > This type represents a CertRepMessages. type: object required: - certResponse properties: certResponse: description: > The structure and attributes are defined in IETF RFC 5912. type: object required: - certReqId - status properties: certReqId: description: > Identifier of "CertReqMessages" or “CSRRequest” to corresponding to this "CertRepMessages". type: integer status: description: > State of the subject. $ref: "#/definitions/PKIStatusInfoType" CertSubjectData: description: > This type provides input information related to subject of certificate. Loading Loading
src/SOL023/CertificateManagement/CertificateManagement.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -378,7 +378,7 @@ components: instance identifier has been created successfully. The response body shall contain a representation of the created Subject instance, as defined in clause 5.6.2.2. clause 5.6.3.4. The HTTP response shall include a "Location" HTTP header that contains the resource URI of the created Subject instance. Loading Loading @@ -464,7 +464,7 @@ components: Shall be returned when information about zero or more subject instances has been queried successfully. The response body shall contain in an array the representations of zero or more subject instances, as defined in clause 5.6.2.2. defined in clause 5.6.3.4. If the "filter" URI parameter or one of the "all_fields", "fields" (if supported), "exclude_fields" (if supported) or "exclude_default" URI parameters was supplied in the request, the data in the response Loading
src/SOL023/CertificateManagement/definitions/SOL023CertificateManagement_def.yaml +24 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,30 @@ definitions: items: type: string CertRepMessages: description: > This type represents a CertRepMessages. type: object required: - certResponse properties: certResponse: description: > The structure and attributes are defined in IETF RFC 5912. type: object required: - certReqId - status properties: certReqId: description: > Identifier of "CertReqMessages" or “CSRRequest” to corresponding to this "CertRepMessages". type: integer status: description: > State of the subject. $ref: "#/definitions/PKIStatusInfoType" CertSubjectData: description: > This type provides input information related to subject of certificate. Loading