psm bdcsce services

Display information about all Oracle Big Data Cloud clusters in the identity domain.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.

psm bdcsce services
	[-of|--output-format short|json|html]

Parameters

Parameter Description

-of|--output-format short|json|html

(Optional) Specifies the output format of the command’s response:

  • short— output is formatted as a brief summary.

  • json— output is formatted as a JSON array.

  • html— output is formatted as HTML

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Examples

The following example displays basic information about the Oracle Big Data Cloud clusters in the beta identity domain. The response shows two running clusters, bdcsce-cluster and bdcsce-demo.

Note that the output has been truncated in the following listing.

$ psm bdcsce services
{
    "services":{               
        "bdcsce-cluster":{
            "serviceId":118,
            "serviceName":"bdcsce-cluster",
            "serviceType":"BDCSCE",
            "domainName":"beta",
            "serviceVersion":"1.6",
            "releaseVersion":"1.6.0.0",
            "metaVersion":"17.1.1-1612051653",
            "serviceDescription":"This is a BDCSCE cluster.",
            "serviceLevel":"PAAS",
            "subscription":"HOURLY",
            "meteringFrequency":"HOURLY",
            "edition":"EE",
            "storageContainer":"Storage-Tenant/container",
            "state":"READY",
            "creator":"weblogic",
            "creationDate":"2017-01-05T11:00:04.029+0000",
            "keyComponentInstance":"bdcsce",
            "adminHostName":"bdcsce-cluster-bdcsce-1",
            "attributes":{
                "CLOUD_STORAGE_CONTAINER":{
                    ...
                },
                "BDCSCE_SERVICE_URL":{
                    ...
                }
            },
            "components":{
                "bdcsce":{
                    "serviceId":118,
                    "componentId":64,
                    "state":"READY",
                    "version":"1.6",
                    "componentType":"bdcsce",
                    "creationDate":"2017-01-05T11:00:04.000+0000",
                    "instanceName":"bdcsce",
                    "instanceRole":"NONE",
                    "isKeyComponent":true,
                    "attributes":{
                        ...
                    },
                    "vmInstances":{
                        "bdcsce-cluster-bdcsce-2":{
                            ...
                        },
                        "bdcsce-cluster-bdcsce-1":{
                            ...
                        },
                        "bdcsce-cluster-bdcsce-4":{
                            ...
                        },
                        "bdcsce-cluster-bdcsce-3":{
                            ...
                        }
                    },
                    "adminHostName":"bdcsce-cluster-bdcsce-1",
                    "storageVolumes":{
                        "data":{
                            ...
                        },
                        "tools":{
                            ...
                        },
                        "boot":{
                            ...
                        },
                        "bin":{
                            ...
                        }
                    },
                    "hosts":{
                        "userHosts":{
                            "bdcsce-cluster-bdcsce-2":{
                                ...
                            },
                            "bdcsce-cluster-bdcsce-1":{
                                ...
                            },
                            "bdcsce-cluster-bdcsce-4":{
                                ...
                            },
                            "bdcsce-cluster-bdcsce-3":{
                                ...
                            }
                        }
                    },
                    "displayName":"BDCS-CE",
                    "componentStateDisplayName":"Ready"
                }
            },
            "activityLogs":[
                {
                    ...
                }
            ],
            "layeringMode":"None",
            "serviceLevelDisplayName":"Oracle Big Data Cloud Service - Compute Edition",
            "editionDisplayName":"Compute Edition",
            "meteringFrequencyDisplayName":"Hourly",
            "CLOUD_STORAGE_CONTAINER":"Storage-Tenant/container",
            "BDCSCE_SERVICE_URL":"https://10...:1080",
            "totalSharedStorage":0,
            "serviceStateDisplayName":"Ready",
            "computeSiteName":"betaden13",
            "patching":{
                "currentOperation":{
                    "operation":"NONE"
                },
                "totalAvailablePatches":0
            }
        },        
        "bdcsce-demo":{
            "serviceId":103,
            "serviceName":"bdcsce-demo",
            "serviceType":"BDCSCE",
            "domainName":"beta",
            "serviceVersion":"1.6",
            "releaseVersion":"1.6.0.0",
            "metaVersion":"17.1.1-1612051653",
            "serviceLevel":"PAAS",
            "subscription":"HOURLY",
            "meteringFrequency":"HOURLY",
            "edition":"EE",
            "storageContainer":"Storage-Tenant/container",
            "state":"READY",
            "creator":"anonymous",
            "creationDate":"2016-12-12T19:03:23.176+0000",
            "keyComponentInstance":"bdcsce",
            "adminHostName":"bdcsce-demo-bdcsce-1",
            "attributes":{
                "CLOUD_STORAGE_CONTAINER":{
                    ...
                },
                "BDCSCE_SERVICE_URL":{
                    ...
                }
            },
            "components":{
                "bdcsce":{
                    "serviceId":103,
                    "componentId":53,
                    "state":"READY",
                    "version":"1.6",
                    "componentType":"bdcsce",
                    "creationDate":"2016-12-12T19:03:23.000+0000",
                    "instanceName":"bdcsce",
                    "instanceRole":"NONE",
                    "isKeyComponent":true,
                    "attributes":{
                        ...
                    },
                    "vmInstances":{
                        "bdcsce-demo-bdcsce-2":{
                            ...
                        },
                        "bdcsce-demo-bdcsce-1":{
                            ...
                        }
                    },
                    "adminHostName":"bdcsce-demo-bdcsce-1",
                    "storageVolumes":{
                        "data":{
                            ...
                        },
                        "tools":{
                            ...
                        },
                        "boot":{
                            ...
                        },
                        "bin":{
                            ...
                        }
                    },
                    "hosts":{
                        "userHosts":{
                            "bdcsce-demo-bdcsce-2":{
                                ...
                            },
                            "bdcsce-demo-bdcsce-1":{
                                ...
                            }
                        }
                    },
                    "displayName":"BDCS-CE",
                    "componentStateDisplayName":"Ready"
                }
            },
            "activityLogs":[
                {
                    ...                    
                }
            ],
            "layeringMode":"None",
            "serviceLevelDisplayName":"Oracle Big Data Cloud Service - Compute Edition",
            "editionDisplayName":"Compute Edition",
            "meteringFrequencyDisplayName":"Hourly",
            "CLOUD_STORAGE_CONTAINER":"Storage-Tenant/container",
            "BDCSCE_SERVICE_URL":"https://10...:1080",
            "totalSharedStorage":0,
            "serviceStateDisplayName":"Ready",
            "computeSiteName":"betaden13",
            "patching":{
                "currentOperation":{
                    "operation":"NONE"
                },
                "totalAvailablePatches":0
            }
        }
    }
}