Get the affected entities to update Target
Select
SaaS
Customer Managed
Get the affected entities to update Target
Path Parameters
- recoveryGroupId int32 required
Recovery group Id
- UpdateTargetId int32 required
Update Target Id
Query Parameters
- resetRepaveOption boolean
Reset Repave options
- resetStaticIPAddress boolean
Reset Static IP Address
Responses
- 200
- 400
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
repaveCompatibleEntities object[]
List of repave affected Entity
id int32name stringstaticIPCompatibleEntities object[]
List of static IP affected Entity
id int32name string
{
"repaveCompatibleEntities": [
{
"id": 0,
"name": "string"
}
],
"staticIPCompatibleEntities": [
{
"id": 0,
"name": "string"
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Recovery group or entity could not be found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...