[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get Certificate

Description

Get certificate for given url

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/vidm/certificate
Copy

Query Parameters

Query Parameters

string
url Required

Complete URL path to fetch certificate


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns VidmCertificate of type(s) application/json
{
    "vidm_root_certificate": "-----BEGIN CERTIFICATE----- ..etc.."
}
string
vidm_root_certificate Optional

Root certificate of the VIDM server

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/vidm/certificate?url=string


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?