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
- Addresses common markdown formatting issues in `./website` content.
- Updates "vRealize Automation" to "Aria Automation" to match the project description. This should later be changed to `VMware Cloud Foundation Automation" and denote use for the classic experience.
Signed-off-by: Ryan Johnson <[email protected]>
*`tags` - A set of tag keys and optional values that were set on this resource instance. Example: `[ { "key" : "vmware.enumeration.type", "value": "nebs_block" } ]`
81
+
83
82
*`key` - Tag’s key.
83
+
84
84
*`value` - Tag’s value.
85
85
86
86
*`updated_at` - Date when the entity was last updated. The date is ISO 8601 and UTC.
Provides a data lookup for vra_block_device_snapshots.
5
6
---
6
7
7
8
# Data Source: vra_block_device_snapshots
9
+
8
10
## Example Usages
9
11
10
12
This is an example of how to read a block device snapshots data source.
11
13
12
14
**Block device snapshots data source by its id:**
15
+
13
16
```hcl
14
17
15
18
data "vra_block_device_snapshot" "snapshot" {
16
19
block_device_id = var.block_device_id
17
20
}
18
-
19
21
```
22
+
20
23
## Argument Reference
21
24
22
25
*`var.block_device_id` - (Required) The id of the existing block device.
@@ -29,9 +32,9 @@ data "vra_block_device_snapshot" "snapshot" {
29
32
30
33
*`is_current` - Indicates whether this snapshot is the current snapshot on the block-device.
31
34
32
-
*`links` - HATEOAS of the entity
35
+
*`links` - Hypermedia as the Engine of Application State (HATEOAS) of the entity.
33
36
34
-
*`name` - A human-friendly name used as an identifier in APIs that support this option. Only one of 'filter', 'id', 'name' or 'region_id' must be specified.
37
+
*`name` - A human-friendly name used as an identifier in APIs that support this option. Only one of `filter`, `id`, `name`, or `region_id` must be specified.
35
38
36
39
*`org_id` - The id of the organization this entity belongs to.
page_title: "VMware vRealize Automation: Data source vra_catalog_item"
3
+
page_title: "VMware Aria Automation: Data source vra_catalog_item"
4
4
description: A data source for a catalog item.
5
5
---
6
6
7
-
# Data Source: vra\_catalog\_item
7
+
# Data Source: vra_catalog_item
8
8
9
-
This data source provides information about a catalog item in vRA.
9
+
This data source provides information about a catalog item.
10
10
11
11
## Example Usages
12
12
13
-
This is an example of how to get a vRA catalog item by its name.
13
+
This is an example of how to get a catalog item by its name.
14
14
15
15
```hcl
16
16
data "vra_catalog_item" "this" {
@@ -19,7 +19,7 @@ data "vra_catalog_item" "this" {
19
19
}
20
20
```
21
21
22
-
This is an example of how to get a vRA catalog item by its id.
22
+
This is an example of how to get a catalog item by its id.
23
23
24
24
```hcl
25
25
data "vra_catalog_item" "this" {
@@ -28,7 +28,6 @@ data "vra_catalog_item" "this" {
28
28
}
29
29
```
30
30
31
-
32
31
## Argument Reference
33
32
34
33
*`expand_projects` - (Optional) Flag to indicate whether to expand detailed project data for the catalog item.
@@ -61,34 +60,34 @@ data "vra_catalog_item" "this" {
61
60
62
61
*`projects` - List of associated projects that can be used for requesting this catalog item.
63
62
64
-
*`description` - A human friendly description.
65
-
66
-
*`id` - Id of the entity.
67
-
68
-
*`name` - Name of the entity.
69
-
70
-
*`version` - Version of the entity, if applicable.
63
+
*`description` - A human friendly description.
64
+
65
+
*`id` - Id of the entity.
66
+
67
+
*`name` - Name of the entity.
71
68
72
-
*`schema` - Json schema describing request parameters, a simplified version of http://json-schema.org/latest/json-schema-validation.html#rfc.section.5
69
+
*`version` - Version of the entity, if applicable.
70
+
71
+
*`schema` - JSON schema describing request parameters, a simplified version of <http://json-schema.org/latest/json-schema-validation.html#rfc.section.5>
73
72
74
73
*`source_id` - LibraryItem source ID.
75
74
76
75
*`source_name` - LibraryItem source name.
77
76
78
-
*`type` -
77
+
*`type` -
78
+
79
+
*`description` - A human friendly description.
79
80
80
-
*`description` - A human friendly description.
81
-
82
-
*`id` - Id of the entity.
83
-
84
-
*`name` - Name of the entity.
85
-
86
-
*`version` - Version of the entity, if applicable.
81
+
*`id` - Id of the entity.
82
+
83
+
*`name` - Name of the entity.
84
+
85
+
*`version` - Version of the entity, if applicable.
87
86
88
87
*`versions` - Catalog item versions.
89
88
90
-
*`created_at` - Date-time when catalog item version was created at.
91
-
92
-
*`description` - A human-friendly description.
93
-
94
-
*`id` - Id of the catalog item version.
89
+
*`created_at` - Date-time when catalog item version was created at.
0 commit comments