vpn revocation¶
IPsec VPN revocation settings
revocation Specification¶
Parameter
Value
Type
Collection
Object Key(s)
name
Collection Name
Collection URI
/axapi/v3/vpn/revocation
Element Name
revocation
Element URI
/axapi/v3/vpn/revocation/{name}
Element Attributes
revocation_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/vpn/revocation | ||
Create List | POST | /axapi/v3/vpn/revocation | ||
Get Object | GET | /axapi/v3/vpn/revocation/{name} | ||
Get List | GET | /axapi/v3/vpn/revocation | ||
Modify Object | POST | /axapi/v3/vpn/revocation/{name} | ||
Replace Object | PUT | /axapi/v3/vpn/revocation/{name} | ||
Replace List | PUT | /axapi/v3/vpn/revocation | ||
Delete Object | DELETE | /axapi/v3/vpn/revocation/{name} |
revocation-list¶
revocation-list is JSON List of revocation attributes
revocation-list : [
]
revocation attributes¶
ca
Description Certificate Authority file name
Type: string
Maximum Length: 255 characters
Maximum Length: 1 characters
crl
Description: crl is a JSON Block. Please see below for crl
Type: Object
name
Description Revocation name
Type: string
Maximum Length: 31 characters
Maximum Length: 1 characters
ocsp
Description: ocsp is a JSON Block. Please see below for ocsp
Type: Object
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
crl¶
Specification
Value
Type
object
crl-pri
Description Primary CRL URL (http://www.example.com/ocsp) (only .der filetypes)
Type: string
Format: string-rlx
Maximum Length: 255 characters
Maximum Length: 1 characters
crl-sec
Description Secondary CRL URL (http://www.example.com/ocsp) (only .der filetypes)
Type: string
Format: string-rlx
Maximum Length: 255 characters
Maximum Length: 1 characters
ocsp¶
Specification
Value
Type
object
ocsp-pri
Description Primary OCSP Authentication Server
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/aam/authentication/server/ocsp/instance
ocsp-sec
Description Secondary OCSP Authentication Server
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/aam/authentication/server/ocsp/instance