You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/v6/nuscheduledtestsuite.rst
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,30 @@ Attributes
14
14
15
15
- ``name`` (**Mandatory**): Name of the scheduled test suite instance.
16
16
17
+
- ``last_updated_by``: ID of the user who last updated the object.
18
+
19
+
- ``last_updated_date``: Time stamp when this object was last updated.
20
+
17
21
- ``schedule_interval``: This is the interval between all test runs in this suite and the next run of tests in this suite.
18
22
19
23
- ``schedule_interval_units``: The units for the specified interval. This can be minutes, hours or days.
20
24
21
25
- ``description``: Description for the scheduled test suite instance.
22
26
27
+
- ``embedded_metadata``: Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.
28
+
23
29
- ``end_date_time``: The date and time by which this suite will be terminated. If this is not specified the tests will continue to run at the specified frequency.
24
30
31
+
- ``entity_scope``: Specify if scope of entity is Data center or Enterprise level
32
+
33
+
- ``creation_date``: Time stamp when this object was created.
34
+
25
35
- ``start_date_time``: The date and time when this suite will start on the NSGateway.
26
36
37
+
- ``owner``: Identifies the user that has created this object.
38
+
39
+
- ``external_id``: External object ID. Used for integration with third party systems
Copy file name to clipboardExpand all lines: doc/v6/nuscheduledtestsuiterun.rst
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Attributes
18
18
19
19
- ``mac_address``: MAC address for the interface in the namespace on the NSG.
20
20
21
+
- ``last_updated_by``: ID of the user who last updated the object.
22
+
23
+
- ``last_updated_date``: Time stamp when this object was last updated.
24
+
21
25
- ``datapath_id``: DatapathID of the NSG against which the tests are to be executed.
22
26
23
27
- ``secondary_datapath_id``: The datapath ID of the secondary gateway in the Redundant Group.
@@ -30,6 +34,10 @@ Attributes
30
34
31
35
- ``vlan_id``: VLAN ID of the interface in the namespace on NSG.
32
36
37
+
- ``embedded_metadata``: Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.
38
+
39
+
- ``entity_scope``: Specify if scope of entity is Data center or Enterprise level
40
+
33
41
- ``domain_name``: Domain name within which the source vPort being tested resides.
34
42
35
43
- ``zone_name``: Zone name within which the source vPort being tested resides.
@@ -42,12 +50,18 @@ Attributes
42
50
43
51
- ``vport_vlan_id``: The VLAN ID of the VPort against which the test suite is executed.
44
52
53
+
- ``creation_date``: Time stamp when this object was created.
54
+
45
55
- ``associated_scheduled_test_suite_id`` (**Mandatory**): The ID of the Scheduled Test Suite from which this instance of run was created.
46
56
47
57
- ``associated_scheduled_test_suite_name``: Name of the Scheduled Test Suite from which this run was created.
48
58
49
59
- ``subnet_name``: Subnet name within which the source vPort being tested resides.
50
60
61
+
- ``owner``: Identifies the user that has created this object.
62
+
63
+
- ``external_id``: External object ID. Used for integration with third party systems
64
+
51
65
- ``system_id``: System ID of the NSG against which the tests are to be executed.
Copy file name to clipboardExpand all lines: doc/v6/nusystemconfig.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ Attributes
146
146
147
147
- ``vcin_load_balancer_ip``: If VCIN Active/Standby is enabled, this needs to be the load-balancer IP which sits in front of the Active and Standby VCIN nodes. The VRS will make its API calls to this load-balancer
148
148
149
+
- ``ddns_user_agent_email``: The email address to be used in the provider API as part of the IP Address update.
150
+
149
151
- ``web_cat_srv_url``: Indicates web categorization service url. Applicable only for web filtering type CLOUD_SERVICE
150
152
151
153
- ``web_filtering_type``: Indicates the type of web filtering. Possible values are CLOUD_SERVICE, VM
0 commit comments