Get VCF Watermark

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
Authentication
This operation uses the following authentication methods.
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

details
Optional

details


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

details
Optional

details


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

details
Optional

details


500

Internal Error

Operation doesn't return any data structure