Skip to content

datadog update-rum-application

Update the RUM application with given ID in your organization

Description

Update the RUM application with given ID in your organization

Synopsis

datadog update-rum-application
    [--site <site>]
    <rum_application>
    [--name <name>]
    [--type <type>]

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

rum_application - (string)

     RUM application ID.
     Example: "rum_application-1"
     Default: _None_      Attributes: required

name - (string)

     Name of the RUM application
     Example: --name "name-1"
     Default: _None_      Attributes: optional

type - (string)

     Type of the RUM application
     Example: --type "type-1"
     Default: _None_      Attributes: optional

     Validation:
         allowed values: browser, ios, android, react-native, flutter

Examples

Input:

!datadog update-rum-application --rum_application "a6072e28-a1d0-467f-b9c3-71e48842a4e9" --name "sfjgvkdsgvk" --type "ios"
Output:
ID                                      NAME        ACTIVE  CREATED-AT
a6072e28-a1d0-467f-b9c3-71e48842a4e9    sfjgvkdsgvk false   1673503463504

Access Control

To use this command, you need access to the following:

Field Value
Action "update"
Service Type "datadog"
Service Instance
Namespace
Object Type "rum"
Object ID rum_application

Please see Access Control for details.