python-irodsclient icon indicating copy to clipboard operation
python-irodsclient copied to clipboard

Add support for changing zone-wide values in R_GRID_CONFIGURATION table

Open korydraughn opened this issue 4 months ago • 3 comments

Enhancement

The following icommands are good reference material for this:

  • iadmin get_delay_server_info
  • iadmin set_delay_server HOSTNAME
  • iadmin get_grid_configuration_value NAMESPACE OPTION_NAME
  • iadmin set_grid_configuration_value NAMESPACE OPTION_NAME OPTION_VALUE

korydraughn avatar Jul 21 '25 12:07 korydraughn

Will this be a new endpoint for an already existing iRODS api ?

d-w-moore avatar Jul 21 '25 13:07 d-w-moore

The APIs exist. The PRC needs to expose them.

Here's some documentation.

  • https://docs.irods.org/5.0.1/doxygen/set__grid__configuration__value_8h.html#ac8cf1e5801089f85131e54174c2ff010
  • https://docs.irods.org/5.0.1/doxygen/get__grid__configuration__value_8h.html#a8aa12820cdc913f23b9917f403cb83c0
  • https://docs.irods.org/5.0.1/icommands/administrator/#get_grid_configuration
  • https://docs.irods.org/5.0.1/icommands/administrator/#set_grid_configuration

korydraughn avatar Jul 21 '25 13:07 korydraughn

Ah, ok. Great!

The APIs exist. The PRC needs to expose them.

Here's some documentation.

  • https://docs.irods.org/5.0.1/doxygen/set__grid__configuration__value_8h.html#ac8cf1e5801089f85131e54174c2ff010
  • https://docs.irods.org/5.0.1/doxygen/get__grid__configuration__value_8h.html#a8aa12820cdc913f23b9917f403cb83c0
  • https://docs.irods.org/5.0.1/icommands/administrator/#get_grid_configuration
  • https://docs.irods.org/5.0.1/icommands/administrator/#set_grid_configuration

d-w-moore avatar Jul 21 '25 20:07 d-w-moore