Save VCF Watermark
DescriptionEvery product in the VMware Cloud Foundation (VCF) should mark themselves as deployed by VCF by including watermark information. Only admin users can perform this action.
Request
URLURL
Request Body
VMware Cloud Foundation (VCF) watermark configuration details.
{
"deployedby": "VMware Cloud Foundation",
"instanceid": "<UUID>",
"logtoken": "VCF",
"managedby": "<fqdn>",
"version": "vcf-4.0"
}
Deployment owner for vRealize Network Insight.
VMware Cloud Foundation (VCF) instance id.
Logtoken for VMware Cloud Foundation (VCF).
VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.
Version of VMware Cloud Foundation(VCF).
Authentication
Response
Response BodyResponse Body
{
"deployedby": "VMware Cloud Foundation",
"instanceid": "<UUID>",
"logtoken": "VCF",
"managedby": "<fqdn>",
"version": "vcf-4.0"
}
Deployment owner for vRealize Network Insight.
VMware Cloud Foundation (VCF) instance id.
Logtoken for VMware Cloud Foundation (VCF).
VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.
Version of VMware Cloud Foundation(VCF).
Errors
Internal Error