Get Certificate Attributes

GET - certificate/attribute

Sample URL

http://<IP>:<GWPORT>/avxapi/certificate/attribute?gwkey=f000ca01&gwsource=external

Description

This API retrieves all the certificate attributes.

Parameters

Type Name Description Schema
Header

sessionid

required

AppViewX Session Id string
Query

gwkey

required

Tenant Key string
Query

gwsource

required

Source from which the request is triggered string

Sample Response

{

"response": [

{

"id": "keyNamecustomAttributecustomAttribute",

"type": "text",

"value": "testUpdateValue",

"values": null,

"label": "labelName",

"searchKey": "keyName",

"errorCode": null,

"mandatory": false,

"validation": null,

"divClasses": null,

"classNames": null,

"category": "certAttributes",

"certificateAuthority": null,

"regexValue": null,

"name": "keyName",

"mandatoryFor": null,

"_id": "keyName"

}

],

"message": "Certificate attributes fetched successfully",

"appStatusCode": null,

"tags": {},

"headers": null

}

Produces: application/json

Tags: avx_subsystem_certificate