Save VCF Watermark
Every 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.
{
"deployedby": "VMware Cloud Foundation",
"version": "vcf-4.0",
"managedby": "<fqdn>",
"instanceid": "<UUID>",
"logtoken": "VCF"
}
Deployment owner for vRealize Network Insight.
Version of VMware Cloud Foundation(VCF).
VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.
VMware Cloud Foundation (VCF) instance id.
Logtoken for VMware Cloud Foundation (VCF).
Success
{
"deployedby": "VMware Cloud Foundation",
"version": "vcf-4.0",
"managedby": "<fqdn>",
"instanceid": "<UUID>",
"logtoken": "VCF"
}
Deployment owner for vRealize Network Insight.
Version of VMware Cloud Foundation(VCF).
VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.
VMware Cloud Foundation (VCF) instance id.
Logtoken for VMware Cloud Foundation (VCF).
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Already Exists
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error