notificationscenarioconfiguration#

async idem_vra.exec.vra.catalog.notificationscenarioconfiguration.create_or_update_using_post2(hub, ctx, enabled, scenarioId, **kwargs)[source]#

Creates or updates a notification scenario configuration of an organization Performs POST /notification/api/scenario-configs

Parameters:
  • enabled (boolean) – (required in body) Notification scenario enabled

  • scenarioId (string) – (required in body) Notification scenario id

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.

  • scenarioCategory (string) – (optional in body) Notification scenario category

  • scenarioDescription (string) – (optional in body) Notification scenario description

  • scenarioName (string) – (optional in body) Notification scenario name

async idem_vra.exec.vra.catalog.notificationscenarioconfiguration.delete_using_delete5(hub, ctx, p_scenarioId, **kwargs)[source]#

Deletes a notification scenario configuration by scenario id of an organization Performs DELETE /notification/api/scenario-configs/{scenarioId}

Parameters:
  • p_scenarioId (string) – (required in path) Notification scenario Id

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.

async idem_vra.exec.vra.catalog.notificationscenarioconfiguration.get_all_scenario_configs_using_get2(hub, ctx, **kwargs)[source]#

Retrieves all notification scenario configurations of an organization Performs GET /notification/api/scenario-configs

Parameters:

apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.

async idem_vra.exec.vra.catalog.notificationscenarioconfiguration.get_scenario_config_using_get2(hub, ctx, p_scenarioId, **kwargs)[source]#
Retrieves a notification scenario configuration by scenario id of an

organization Performs GET /notification/api/scenario-configs/{scenarioId}

Parameters:
  • p_scenarioId (string) – (required in path) Notification Scenario Id

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.