-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
customer-requestedDO NOT USE. Instead, add to the project and fill in "Customer".DO NOT USE. Instead, add to the project and fill in "Customer".
Description
Problem statement
Users should be able to query workspaces in a deployment by the set value of a coder_parameter
. For example, if I wanted to list all workspaces in my organization that use a specific AWS region.
Implementation details
This could be implemented as a new query option for the list workspaces API endpoint.
If we wanted to enable multiple parameter querying:
"q": { "parameters" : [
"param_name": "target_value",
...
]
}
Impact Notes
Customer requested feature. This can already be done by querying the resources provisioned by workspaces in some cases, but it's messy. This would be valuable for checking deprecated images, keys, and other configuration.
matifali, MrPeacockNLB and MaximeNoulin
Metadata
Metadata
Assignees
Labels
customer-requestedDO NOT USE. Instead, add to the project and fill in "Customer".DO NOT USE. Instead, add to the project and fill in "Customer".