Object Storage API, REST: Bucket.GetHTTPSConfig
Returns the HTTPS configuration for the specified bucket.
HTTP request
GET https://storage.api.cloud.yandex.net/storage/v1/buckets/{name}:getHttpsConfig
Path parameters
Field |
Description |
name |
string Required field. Name of the bucket to return the HTTPS configuration for. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"sourceType": "string",
"issuer": "string",
"subject": "string",
"dnsNames": [
"string"
],
"notBefore": "string",
"notAfter": "string",
"certificateId": "string"
}
A resource for HTTPS configuration of a bucket.
Field |
Description |
name |
string Name of the bucket. |
sourceType |
enum (SourceType) Type of TLS certificate source.
|
issuer |
string Issuer of the TLS certificate. |
subject |
string Subject of the TLS certificate. |
dnsNames[] |
string List of DNS names of the TLS certificate (Subject Alternative Name field). |
notBefore |
string (date-time) Start of the TLS certificate validity period (Not Before field). String in RFC3339 To work with values in this field, use the APIs described in the |
notAfter |
string (date-time) End of the TLS certificate validity period (Not After field) String in RFC3339 To work with values in this field, use the APIs described in the |
certificateId |
string ID of the TLS certificate in Certificate Manager. To get information about the certificate from Certificate Manager, make a |