Add Consumer Ref To Cert Library Item
Adds the specified consumer reference to a library item.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/ssl/certificateLibrary/{certLibraryItemId}/consumers
COPY
Path Parameters
string
certLibraryItemId
Required
certLibraryItemId
Request Body
EntityReference
of type(s)
application/json
Optional
{
"name": "string",
"id": "string"
}
Responses
200
OK
Returns
EntityReference
of type(s)
application/json;version=39.1
"EntityReference Object"
string
name
Optional
name
string
id
Optional
id
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/1.0.0/ssl/certificateLibrary/{certLibraryItemId}/consumers
Availability
Added in 35.0
On This Page
Certificate Library Operations
GET
Query Certificate Library
POST
Add Certificate Library Item
GET
Get Certificate Library Item
PUT
Update Certificate Library Item
DELETE
Delete Certificate Library Item
GET
Query Cert Library Item Consumer Refs
POST
Add Consumer Ref To Cert Library Item
PUT
Replace Cert Library Item Consumer Refs