[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Update VCF Watermark
DescriptionUpdate the existing VMware Cloud Foundation (VCF) watermark. Only admin users can perform this action.
Request
URLURL
https://vrni.example.com/api/ni/infra/watermark
Request Body
Request Body
VCFWatermarkConfiguration
of type(s) application/json
Required
VMware Cloud Foundation (VCF) watermark configuration details.
{
"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).
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 -X PUT -H "Content-Type: application/json" -d '{"deployedby":"VMware Cloud Foundation","instanceid":"<UUID>","logtoken":"VCF","managedby":"<fqdn>","version":"vcf-4.0"}' 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