Get VCF Watermark
Retrieve the saved watermark for VMware Cloud Foundation (VCF) watermark. Only admin/auditor users can perform this action.
Request
URI
GET
https://{api_host}/api/ni/infra/watermark
COPY
Responses
200
Success
Returns
VCFWatermarkConfiguration
of type(s)
application/json
{
"deployedby": "VMware Cloud Foundation",
"version": "vcf-4.0",
"managedby": "<fqdn>",
"instanceid": "<UUID>",
"logtoken": "VCF"
}
string
deployedby
Optional
Deployment owner for Operations for Networks.
string
version
Optional
Version of VMware Cloud Foundation(VCF).
string
managedby
Optional
VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.
string
instanceid
Optional
VMware Cloud Foundation (VCF) instance id.
string
logtoken
Optional
Logtoken for VMware Cloud Foundation (VCF).
400
Bad Request
Returns
ApiError
of type(s)
application/json
"ApiError Object"
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
401
Unauthorized
Returns
ApiError
of type(s)
application/json
"ApiError Object"
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
404
Not Found
Returns
ApiError
of type(s)
application/json
"ApiError Object"
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
500
Internal Error
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/ni/infra/watermark