Post /relocation/onboarding/rule
Create service instance
Request
URI
POST
https://{api_host}/relocation/onboarding/rule
COPY
Request Body
OnboardingRuleState of type(s) application/json
Optional
{
"disabled": false,
"filters": [
{
"field": "string",
"values": [
"string"
]
}
],
"status": "string",
"name": "string",
"planLink": "string",
"tenantLink": "string",
"documentSelfLink": "string"
}
boolean
disabled
Optional
Rule disabled or not. False by default
string
status
Optional
Rule status.
Possible values are : OK, UPDATING, CREATING, DELETING, ERROR,
string
name
Optional
Rule name.
string
planLink
Optional
Link to the parent onboarding plan.
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
Responses
200
Success
Returns OnboardingRuleState of type(s) application/json
{
"disabled": false,
"filters": [
{
"field": "string",
"values": [
"string"
]
}
],
"status": "string",
"name": "string",
"planLink": "string",
"tenantLink": "string",
"documentSelfLink": "string"
}
boolean
disabled
Optional
Rule disabled or not. False by default
string
status
Optional
Rule status.
Possible values are : OK, UPDATING, CREATING, DELETING, ERROR,
string
name
Optional
Rule name.
string
planLink
Optional
Link to the parent onboarding plan.
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
/relocation/onboarding/rule Operations
GET
Get /relocation/onboarding/rule
GET
Get /relocation/onboarding/rule/ {id}
POST
Post /relocation/onboarding/rule