Get /relocation/onboarding/rule/ {id}
Read the service document
Request
URI
GET
https://{api_host}/relocation/onboarding/rule/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
Success
Returns com_vmware_relocation_wo_rule_OnboardingRuleService_OnboardingRuleState of type(s) application/json
{
"disabled": false,
"filters": [
{
"field": "string",
"values": [
"string"
]
}
],
"name": "string",
"planLink": "string",
"tenantLink": "string"
}
boolean
disabled
Optional
Rule disabled or not. False by default
filters
Optional
Filters associated with this rule
string
name
Optional
Rule name.
string
planLink
Optional
Link to the parent onboarding plan.
string
tenantLink
Optional
Link to a tenant
404
Error
Returns com_vmware_xenon_common_ServiceErrorResponse of type(s) application/json
{
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
}
array of string
details
Optional
details
string
message
Optional
message
string
messageId
Optional
messageId
array of string
stackTrace
Optional
stackTrace
integer As int64 As int64
statusCode
Optional
statusCode
/relocation/onboarding/rule Operations
GET
Get /relocation/onboarding/rule
GET
Get /relocation/onboarding/rule/ {id}
POST
Post /relocation/onboarding/rule