infra
Retrieve a list of operations to fix infra issues
get/infra/{infra_id}/auto_fixes
Path parameters
infra_idinteger required
An existing infra ID
Response
The list of suggested operations
Example response
[
{
"railjson": {
"groups": {
"LEFT": {
"dst": "LEFT",
"src": "BASE"
},
"RIGHT": {
"dst": "RIGHT",
"src": "BASE"
}
},
"id": "Point",
"ports": [
"LEFT",
"RIGHT",
"BASE"
]
}
}
]