Actions
Bug #34284
openAdd support for searching when querying Api::V2::RemoteExecutionFeaturesController#index
Description
The controller currently does not support searching, let's implement it.
Updated by Victor Pavlushin over 2 years ago
Adam Ruzicka wrote:
The controller currently does not support searching, let's implement it.
If you are talking about the fact that there is no way to get a list of servers for remote execution, then I just ran into this problem. Since when integrating with an external IPAM, there is no way to get an id to fill in remote_execution_proxy_ids when creating or updating subnets
Updated by Adam Ruzicka over 2 years ago
No, that's someting completely different. This issue is about supporting searching when hitting /api/v2/remote_execution_features api endpoint.
Actions