[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Get VCF Watermark
DescriptionRetrieve the saved watermark for VMware Cloud Foundation (VCF) watermark. Only admin/auditor users can perform this action.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://vrni.example.com/api/ni/infra/watermark
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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
ApiError
400
Bad Request
ApiError
401
Unauthorized
ApiError
404
Not Found
500
Internal Error
Code Samples
cURL Command
curl https://vrni.example.com/api/ni/infra/watermark
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Infrastructure Operations
delete
get
get
post