F5 Distributed Cloud Services API for ves.io.schema.operate.crl

Download OpenAPI specification:Download

Proto definitions for CRL refresh in VER

Resync CRL

Resync CRL by downloading from the server again

path Parameters
namespace
required
string

Namespace

x-example: "system" Namespace for which the request is sent (system)

site
required
string

Site Name

x-example: "value" Name of the site for which request is sent

Request Body schema: application/json
required
name
string (CRL Name)

Exclusive with [uid] Name of the CRL object

namespace
string (Namespace)

Namespace for which the request is sent (system)

Example: "system"

site
string (Site Name)

Name of the site for which request is sent

Example: "value"

uid
string (CRL UID)

Exclusive with [name] UID of the CRL object

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "namespace": "string",
  • "site": "string",
  • "uid": "string"
}

Response samples

Content type
application/json
{
  • "status": "string"
}