NAiOS IconNAiOS Logo
Volver al catálogo

LaunchDarkly

launch_darkly

A feature management platform that helps teams build better software faster using feature flags.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (7)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Flag Trigger WorkflowLAUNCH_DARKLY_CREATE_TRIGGER_WORKFLOWAcción

Tool to create a flag trigger workflow. use when setting up an automated trigger to toggle a flag in a specific environment.

Parámetros de entrada

  • commentstring

    Optional comment describing the trigger

  • project_keystringObligatorio

    Project key

  • instructionsobject[]

    List of actions for the trigger workflow (should include one Instruction object)

  • integrationKeystringObligatorio

    Identifier of the integration (use 'generic-trigger' for unsupported integrations)

  • environment_keystringObligatorio

    Environment key

  • feature_flag_keystringObligatorio

    Feature flag key

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Trigger WorkflowLAUNCH_DARKLY_DELETE_TRIGGER_WORKFLOWAcción

Tool to delete a specific flag trigger workflow. use after confirming the project key, feature flag key, environment key, and trigger workflow id.

Parámetros de entrada

  • idstringObligatorio

    The identifier of the trigger workflow to delete.

  • project_keystringObligatorio

    The key of the LaunchDarkly project.

  • environment_keystringObligatorio

    The environment key, e.g., 'production' or 'staging'.

  • feature_flag_keystringObligatorio

    The key of the feature flag.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Custom RolesLAUNCH_DARKLY_GET_CUSTOM_ROLESAcción

Tool to retrieve a list of all custom roles. use when you need to list roles for permissions audits or configuration reviews. note: results are paginated.

Parámetros de entrada

  • limitinteger

    Maximum number of custom roles to return. Defaults to 20.

  • offsetinteger

    Number of custom roles to skip before returning results. Defaults to 0.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EnvironmentsLAUNCH_DARKLY_GET_ENVIRONMENTSAcción

Tool to retrieve a list of all environments within a project. use after confirming the project key; supports pagination.

Parámetros de entrada

  • sortstring

    Comma-separated list of fields to sort by. Prefix with '-' for descending.

  • limitinteger

    Maximum number of environments to return per page. Defaults to 20.

  • filterstring

    Comma-separated list of filters in 'field:value' format.

  • offsetinteger

    Number of environments to skip. Defaults to 0.

  • project_keystringObligatorio

    Key of the project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Code Reference RepositoriesLAUNCH_DARKLY_LIST_CODE_REFERENCE_REPOSITORIESAcción

Tool to list code reference repositories. use when retrieving repositories for a specific project; includes pagination.

Parámetros de entrada

  • limitinteger

    Number of repositories to return per page.

  • offsetinteger

    Number of repositories to skip before starting to collect the result set.

  • projectKeystringObligatorio

    Key of the LaunchDarkly project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProjectsLAUNCH_DARKLY_LIST_PROJECTSAcción

Tool to retrieve a list of all projects. use after confirming credentials to enumerate project keys and metadata.

Parámetros de entrada

  • sortstring

    Comma-separated list of fields to sort by (prefix '-' for descending).

  • limitinteger

    Number of projects to return. Defaults to the API default.

  • expandstring

    Comma-separated list of properties to expand in each project.

  • filterstring

    Comma-separated list of filters in `field:value` format.

  • offsetinteger

    Starting index for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TeamsLAUNCH_DARKLY_LIST_TEAMSAcción

Tool to list all teams in launchdarkly. use after confirming credentials; supports pagination internally.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not