Dominio de acciones

feature_flags

Todas las acciones que este dominio expone vía gitlab_execute_action, del manifiesto gitlab://tools. Cada entrada se despliega a su descripción completa y sus parámetros obligatorios.

10 · acciones2 · destructivas4 · solo lectura

Contado con un token Free contra gitlab.com, que es el único host con el que habla este endpoint: para usarlo contra una instancia self-managed, levanta tú el servidor — su documentación lo cubre. El catálogo depende del token que pregunta, así que el recuento se mueve con su tier y con sus permisos: los tiers superiores exponen más acciones, y los dominios de administración solo aparecen a tokens autorizados a usarlos. Por eso las cifras difieren en otros sitios: el proyecto upstream cataloga 1.006 acciones en 162 dominios, y 851 en la superficie Free/CE, mientras que este despliegue publica 747 porque es solo-OAuth y actúa con tu token, así que los dominios de administración que una cuenta sin admin no puede llamar no aparecen nunca. Las tres describen el mismo catálogo, contado desde tres sitios distintos.

Volver a la ficha del servidor

  1. feature_flags.feature_flag_create

    Feature Flag Create

    Create a feature flag with optional activation strategies and scopes. Returns: the created flag with active state, version, scopes, and strategies. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_update.

    Parámetros obligatorios: name (string), project_id (string)

  2. feature_flags.feature_flag_delete

    Feature Flag Deletedestructiva

    Delete a feature flag permanently. Returns: a success confirmation naming the flag. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_list.

    Parámetros obligatorios: name (string), project_id (string)

  3. feature_flags.feature_flag_get

    Feature Flag Getsolo lectura

    Get a single feature flag by name. Returns: the flag with active state, version, environment scopes, and activation strategies. See also: feature_flags.feature_flag_list, feature_flags.feature_flag_update, feature_flags.feature_flag_delete.

    Parámetros obligatorios: name (string), project_id (string)

  4. feature_flags.feature_flag_list

    Feature Flag Listsolo lectura

    List feature flags in a project with optional scope filter, ordering, and pagination. Returns: matching feature flags with active state, version, scopes, strategies, and pagination metadata. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_create.

    Parámetros obligatorios: project_id (string)

  5. feature_flags.feature_flag_update

    Feature Flag Update

    Update a feature flag's name, description, active state, or strategies. Returns: the updated flag with active state, version, scopes, and strategies. See also: feature_flags.feature_flag_get, feature_flags.feature_flag_delete.

    Parámetros obligatorios: name (string), project_id (string)

  6. feature_flags.ff_user_list_create

    Ff User List Create

    Create a feature flag user list in a project. Returns: the created list with id, iid, project_id, name, user_xids, created_at, and updated_at. See also: feature_flags.ff_user_list_list, feature_flags.ff_user_list_get, feature_flags.ff_user_list_update.

    Parámetros obligatorios: name (string), project_id (string), user_xids (string)

  7. feature_flags.ff_user_list_delete

    Ff User List Deletedestructiva

    Delete a feature flag user list by its user_list_iid. Returns: a success confirmation naming the deleted list. See also: feature_flags.ff_user_list_get, feature_flags.ff_user_list_list.

    Parámetros obligatorios: project_id (string), user_list_iid (integer)

  8. feature_flags.ff_user_list_get

    Ff User List Getsolo lectura

    Get a single feature flag user list by its user_list_iid. Returns: the list's id, iid, project_id, name, user_xids, created_at, and updated_at. See also: feature_flags.ff_user_list_list, feature_flags.ff_user_list_update, feature_flags.ff_user_list_delete.

    Parámetros obligatorios: project_id (string), user_list_iid (integer)

  9. feature_flags.ff_user_list_list

    Ff User List Listsolo lectura

    List feature flag user lists for a project with search, ordering, and offset or keyset pagination. Returns: each list's id, iid, project_id, name, user_xids, created_at, updated_at, plus pagination metadata. See also: feature_flags.ff_user_list_get, feature_flags.ff_user_list_create.

    Parámetros obligatorios: project_id (string)

  10. feature_flags.ff_user_list_update

    Ff User List Update

    Update a feature flag user list's name or user_xids by its user_list_iid. Returns: the updated list with id, iid, project_id, name, user_xids, created_at, and updated_at. See also: feature_flags.ff_user_list_get, feature_flags.ff_user_list_list, feature_flags.ff_user_list_delete.

    Parámetros obligatorios: project_id (string), user_list_iid (integer)