vSphere PowerCLI Reference

Get-CisService

Synopsis

This cmdlet retrieves PSObject objects that represent a proxy to a vCloud Suite SDK API service and can be used to invoke the operations of that vCloud Suite SDK API service.

Syntax

Get-CisService [[-Name] <String[]>] [-Server <CisServer[]>] [<CommonParameters>]

Related Commands

Online version

Detailed Description

This cmdlet retrieves PSObject objects that represent a proxy to a vCloud Suite SDK API service and can be used to invoke the operations of that vCloud Suite SDK API service. The cmdlet returns one PSObject object for every service available on the vCloud Suite SDK server.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
NameString[]Specifies the service type ID.falsefalse
ServerCisServer[]Specifies the vCloud Suite SDK servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-CisServer.falsefalse

Return Type

One or more PSObject objects

Notes

Examples

-------------- Example 1 --------------

Get-CisService -Name 'com.vmware.cis.tagging.tag'

Retrieves the binding for the specified service.


Copyright © VMware, Inc. All rights reserved.