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://vrni.example.com/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 vRealize Network Insight.
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
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
401
Unauthorized
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
404
Not Found
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
500
Internal Error
Operation doesn't return any data structure
Infrastructure Operations
DELETE
Delete VCF Watermark
GET
Get Node
GET
Get VCF Watermark
GET
List Nodes
POST
Save VCF Watermark
PUT
Update VCF Watermark