[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Save VCF Watermark

Description

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.

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/infra/watermark
Copy

Request Body

Request Body

VCFWatermarkConfiguration of type(s) application/json Required

VMware Cloud Foundation (VCF) watermark configuration details.

{
    "deployedby": "VMware Cloud Foundation",
    "instanceid": "<UUID>",
    "logtoken": "VCF",
    "managedby": "<fqdn>",
    "version": "vcf-4.0"
}
string
deployedby Optional

Deployment owner for vRealize Network Insight.


string
instanceid Optional

VMware Cloud Foundation (VCF) instance id.


string
logtoken Optional

Logtoken for VMware Cloud Foundation (VCF).


string
managedby Optional

VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.


string
version Optional

Version of VMware Cloud Foundation(VCF).

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

201 Created

Returns VCFWatermarkConfiguration of type(s) application/json
{
    "deployedby": "VMware Cloud Foundation",
    "instanceid": "<UUID>",
    "logtoken": "VCF",
    "managedby": "<fqdn>",
    "version": "vcf-4.0"
}
string
deployedby Optional

Deployment owner for vRealize Network Insight.


string
instanceid Optional

VMware Cloud Foundation (VCF) instance id.


string
logtoken Optional

Logtoken for VMware Cloud Foundation (VCF).


string
managedby Optional

VMware Cloud Foundation (VCF) manager identifier to determine which instance manages the VRNI.


string
version Optional

Version of VMware Cloud Foundation(VCF).

Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
409

Already Exists


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"deployedby":"VMware Cloud Foundation","instanceid":"<UUID>","logtoken":"VCF","managedby":"<fqdn>","version":"vcf-4.0"}' https://vrni.example.com/api/ni/infra/watermark


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Feedback

Was this page helpful?