[{"label":"Latest (4.4.0)","version":"latest"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Invite Member
DescriptionInvite a VMware Cloud Foundation to be member of a federation
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/sddc-federation/membership-tokens
Request Body
Request Body
{
"inviteeFqdn": "string",
"inviteeRole": "CONTROLLER",
"tokenExpiryHours": 0
}
string
inviteeFqdn
Optional
string
inviteeRole
Optional
Possible values are: CONTROLLER , MANAGER , MEMBER , NOT_JOINED
number as float
tokenExpiryHours
Optional
Response
Response
Response BodyResponse Body
200 OK returns
MembershipInvitation
of type(s) application/json
{
"controllerFqdn": [
"string"
],
"error": {
"error": "string",
"errorPack": {
"arguments": {},
"component": "string",
"defaultMessage": "string",
"localBundle": "string",
"messageKey": "string"
},
"suggestedRemedy": "string",
"suggestedRemedyPack": {
"arguments": {},
"component": "string",
"defaultMessage": "string",
"localBundle": "string",
"messageKey": "string"
}
},
"invitationToken": "string",
"inviteeFqdn": "string",
"inviteeRole": "CONTROLLER"
}
array of
string
controllerFqdn
Optional
string
invitationToken
Optional
string
inviteeFqdn
Optional
string
inviteeRole
Optional
Possible values are: CONTROLLER , MANAGER , MEMBER , NOT_JOINED
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"inviteeFqdn":"string","inviteeRole":"CONTROLLER","tokenExpiryHours":0}' https://sfo-vcf01.rainpole.io/v1/sddc-federation/membership-tokens
[{"label":"Latest (4.4.0)","version":"latest"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
On This Page
Membership Token Operations
post