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: website/docs/d/service_manager_proxy_service_environment.html.markdown
+19-11Lines changed: 19 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ description: |-
10
10
# Data Source: oci_service_manager_proxy_service_environment
11
11
This data source provides details about a specific Service Environment resource in Oracle Cloud Infrastructure Service Manager Proxy service.
12
12
13
-
Gets details of the service environment specified by the serviceEnvironmentId.
13
+
Get the detailed information for a specific service environment.
14
+
14
15
15
16
## Example Usage
16
17
@@ -26,24 +27,31 @@ data "oci_service_manager_proxy_service_environment" "test_service_environment"
26
27
27
28
The following arguments are supported:
28
29
29
-
*`compartment_id` - (Required) The unique identifier for the compartment.
30
-
*`service_environment_id` - (Required) The Id associated with the service environment.
30
+
*`compartment_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
31
+
*`service_environment_id` - (Required) The unique identifier associated with the service environment.
32
+
33
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
31
34
32
35
33
36
## Attributes Reference
34
37
35
38
The following attributes are exported:
36
39
37
-
*`compartment_id` - Compartment Id associated with the service.
40
+
*`compartment_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
38
41
*`console_url` - The URL for the console.
39
42
*`id` - Unqiue identifier for the entitlement related to the environment.
40
-
*`service_definition` - Model for details associated with service
41
-
* `display_name` - Display name of the service.
42
-
* `short_display_name` - Short display name of the service.
43
-
* `type` - The service definition type.
43
+
44
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
45
+
*`service_definition` - Details for a service definition.
46
+
* `display_name` - Display name of the service. For example, "Oracle Retail Order Management Cloud Service".
47
+
* `short_display_name` - Short display name of the service. For example, "Retail Order Management".
48
+
* `type` - The service definition type. For example, a service definition type "RGBUOROMS" would be for the service "Oracle Retail Order Management Cloud Service".
44
49
*`service_environment_endpoints` - Array of service environment end points.
45
-
* `environment_type` - Service Environemnt EndPoint type.
46
-
* `url` - Service Environemnt Instance EndPoint url.
50
+
* `description` - Description of the environment link
51
+
* `environment_type` - Service environment endpoint type.
52
+
* `url` - Service environment instance URL.
47
53
*`status` - Status of the entitlement registration for the service.
48
-
*`subscription_id` - The subscription Id corresponding to the service environment Id.
54
+
*`subscription_id` - The unique subscription ID associated with the service environment ID.
55
+
56
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
Copy file name to clipboardExpand all lines: website/docs/d/service_manager_proxy_service_environments.html.markdown
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@ description: |-
10
10
# Data Source: oci_service_manager_proxy_service_environments
11
11
This data source provides the list of Service Environments in Oracle Cloud Infrastructure Service Manager Proxy service.
12
12
13
-
List details of environments which the service is authorized to view.
14
-
This includes the service instance endpoints and service definition
15
-
details.
13
+
List the details of Software as a Service (SaaS) environments provisioned by Service Manager.
14
+
Information includes the service instance endpoints and service definition details.
16
15
17
16
18
17
## Example Usage
@@ -33,10 +32,12 @@ data "oci_service_manager_proxy_service_environments" "test_service_environments
33
32
34
33
The following arguments are supported:
35
34
36
-
*`compartment_id` - (Required) The unique identifier for the compartment.
35
+
*`compartment_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
37
36
*`display_name` - (Optional) The display name of the resource.
38
-
*`service_environment_id` - (Optional) The Id associated with the service environment.
39
-
*`service_environment_type` - (Optional) The service definition type of the environment.
37
+
*`service_environment_id` - (Optional) The unique identifier associated with the service environment.
38
+
39
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
40
+
*`service_environment_type` - (Optional) The environment's service definition type. For example, "RGBUOROMS" is the service definition type for "Oracle Retail Order Management Cloud Service".
40
41
41
42
42
43
## Attributes Reference
@@ -49,16 +50,21 @@ The following attributes are exported:
49
50
50
51
The following attributes are exported:
51
52
52
-
*`compartment_id` - Compartment Id associated with the service.
53
+
*`compartment_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment.
53
54
*`console_url` - The URL for the console.
54
55
*`id` - Unqiue identifier for the entitlement related to the environment.
55
-
*`service_definition` - Model for details associated with service
56
-
* `display_name` - Display name of the service.
57
-
* `short_display_name` - Short display name of the service.
58
-
* `type` - The service definition type.
56
+
57
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
58
+
*`service_definition` - Details for a service definition.
59
+
* `display_name` - Display name of the service. For example, "Oracle Retail Order Management Cloud Service".
60
+
* `short_display_name` - Short display name of the service. For example, "Retail Order Management".
61
+
* `type` - The service definition type. For example, a service definition type "RGBUOROMS" would be for the service "Oracle Retail Order Management Cloud Service".
59
62
*`service_environment_endpoints` - Array of service environment end points.
60
-
* `environment_type` - Service Environemnt EndPoint type.
61
-
* `url` - Service Environemnt Instance EndPoint url.
63
+
* `description` - Description of the environment link
64
+
* `environment_type` - Service environment endpoint type.
65
+
* `url` - Service environment instance URL.
62
66
*`status` - Status of the entitlement registration for the service.
63
-
*`subscription_id` - The subscription Id corresponding to the service environment Id.
67
+
*`subscription_id` - The unique subscription ID associated with the service environment ID.
68
+
69
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
0 commit comments