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

Get VCF Watermark

Description

Retrieve the saved watermark for VMware Cloud Foundation (VCF) watermark. Only admin/auditor users can perform this action.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/infra/watermark
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns VCFWatermarkConfiguration of type(s) application/json
{
    "deployedby": "VMware Cloud Foundation",
    "instanceid": "<UUID>",
    "logtoken": "VCF",
    "managedby": "<fqdn>",
    "version": "vcf-4.0"
}
string
deployedby Optional

Deployment owner for vRealize Network Insight.


string
instanceid Optional

VMware Cloud Foundation (VCF) instance id.


string
logtoken Optional

Logtoken for VMware Cloud Foundation (VCF).


string
managedby Optional

VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.


string
version Optional

Version of VMware Cloud Foundation(VCF).

Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/infra/watermark


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

Was this page helpful?