intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getPartnerintegrationDeviceConnector
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Recipe for device connector build and deploy.
Using getPartnerintegrationDeviceConnector
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPartnerintegrationDeviceConnector(args: GetPartnerintegrationDeviceConnectorArgs, opts?: InvokeOptions): Promise<GetPartnerintegrationDeviceConnectorResult>
function getPartnerintegrationDeviceConnectorOutput(args: GetPartnerintegrationDeviceConnectorOutputArgs, opts?: InvokeOptions): Output<GetPartnerintegrationDeviceConnectorResult>def get_partnerintegration_device_connector(account_moid: Optional[str] = None,
                                            action: Optional[str] = None,
                                            additional_properties: Optional[str] = None,
                                            ancestors: Optional[Sequence[GetPartnerintegrationDeviceConnectorAncestor]] = None,
                                            build_start_time: Optional[str] = None,
                                            build_status: Optional[str] = None,
                                            class_id: Optional[str] = None,
                                            create_time: Optional[str] = None,
                                            domain_group_moid: Optional[str] = None,
                                            id: Optional[str] = None,
                                            image_name: Optional[str] = None,
                                            logs: Optional[Sequence[GetPartnerintegrationDeviceConnectorLog]] = None,
                                            mod_time: Optional[str] = None,
                                            moid: Optional[str] = None,
                                            name: Optional[str] = None,
                                            object_type: Optional[str] = None,
                                            organization: Optional[GetPartnerintegrationDeviceConnectorOrganization] = None,
                                            owners: Optional[Sequence[str]] = None,
                                            parent: Optional[GetPartnerintegrationDeviceConnectorParent] = None,
                                            permission_resources: Optional[Sequence[GetPartnerintegrationDeviceConnectorPermissionResource]] = None,
                                            shared_scope: Optional[str] = None,
                                            src_bucket: Optional[str] = None,
                                            src_file_name: Optional[str] = None,
                                            tags: Optional[Sequence[GetPartnerintegrationDeviceConnectorTag]] = None,
                                            version_context: Optional[GetPartnerintegrationDeviceConnectorVersionContext] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetPartnerintegrationDeviceConnectorResult
def get_partnerintegration_device_connector_output(account_moid: Optional[pulumi.Input[str]] = None,
                                            action: Optional[pulumi.Input[str]] = None,
                                            additional_properties: Optional[pulumi.Input[str]] = None,
                                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationDeviceConnectorAncestorArgs]]]] = None,
                                            build_start_time: Optional[pulumi.Input[str]] = None,
                                            build_status: Optional[pulumi.Input[str]] = None,
                                            class_id: Optional[pulumi.Input[str]] = None,
                                            create_time: Optional[pulumi.Input[str]] = None,
                                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            image_name: Optional[pulumi.Input[str]] = None,
                                            logs: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationDeviceConnectorLogArgs]]]] = None,
                                            mod_time: Optional[pulumi.Input[str]] = None,
                                            moid: Optional[pulumi.Input[str]] = None,
                                            name: Optional[pulumi.Input[str]] = None,
                                            object_type: Optional[pulumi.Input[str]] = None,
                                            organization: Optional[pulumi.Input[GetPartnerintegrationDeviceConnectorOrganizationArgs]] = None,
                                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            parent: Optional[pulumi.Input[GetPartnerintegrationDeviceConnectorParentArgs]] = None,
                                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationDeviceConnectorPermissionResourceArgs]]]] = None,
                                            shared_scope: Optional[pulumi.Input[str]] = None,
                                            src_bucket: Optional[pulumi.Input[str]] = None,
                                            src_file_name: Optional[pulumi.Input[str]] = None,
                                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationDeviceConnectorTagArgs]]]] = None,
                                            version_context: Optional[pulumi.Input[GetPartnerintegrationDeviceConnectorVersionContextArgs]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetPartnerintegrationDeviceConnectorResult]func LookupPartnerintegrationDeviceConnector(ctx *Context, args *LookupPartnerintegrationDeviceConnectorArgs, opts ...InvokeOption) (*LookupPartnerintegrationDeviceConnectorResult, error)
func LookupPartnerintegrationDeviceConnectorOutput(ctx *Context, args *LookupPartnerintegrationDeviceConnectorOutputArgs, opts ...InvokeOption) LookupPartnerintegrationDeviceConnectorResultOutput> Note: This function is named LookupPartnerintegrationDeviceConnector in the Go SDK.
public static class GetPartnerintegrationDeviceConnector 
{
    public static Task<GetPartnerintegrationDeviceConnectorResult> InvokeAsync(GetPartnerintegrationDeviceConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetPartnerintegrationDeviceConnectorResult> Invoke(GetPartnerintegrationDeviceConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPartnerintegrationDeviceConnectorResult> getPartnerintegrationDeviceConnector(GetPartnerintegrationDeviceConnectorArgs args, InvokeOptions options)
public static Output<GetPartnerintegrationDeviceConnectorResult> getPartnerintegrationDeviceConnector(GetPartnerintegrationDeviceConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getPartnerintegrationDeviceConnector:getPartnerintegrationDeviceConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- AdditionalProperties string
- Ancestors
List<GetPartnerintegration Device Connector Ancestor> 
- BuildStart stringTime 
- Time when build was triggered.
- BuildStatus string
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ImageName string
- Name of the docker image that is built.
- Logs
List<GetPartnerintegration Device Connector Log> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the device connector recipe.
- ObjectType string
- Organization
GetPartnerintegration Device Connector Organization 
- Owners List<string>
- Parent
GetPartnerintegration Device Connector Parent 
- PermissionResources List<GetPartnerintegration Device Connector Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcBucket string
- Name of the bucket to pick up the file from.
- SrcFile stringName 
- Name of source file to upload.
- 
List<GetPartnerintegration Device Connector Tag> 
- VersionContext GetPartnerintegration Device Connector Version Context 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- AdditionalProperties string
- Ancestors
[]GetPartnerintegration Device Connector Ancestor 
- BuildStart stringTime 
- Time when build was triggered.
- BuildStatus string
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ImageName string
- Name of the docker image that is built.
- Logs
[]GetPartnerintegration Device Connector Log 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the device connector recipe.
- ObjectType string
- Organization
GetPartnerintegration Device Connector Organization 
- Owners []string
- Parent
GetPartnerintegration Device Connector Parent 
- PermissionResources []GetPartnerintegration Device Connector Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcBucket string
- Name of the bucket to pick up the file from.
- SrcFile stringName 
- Name of source file to upload.
- 
[]GetPartnerintegration Device Connector Tag 
- VersionContext GetPartnerintegration Device Connector Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additionalProperties String
- ancestors
List<GetPartnerintegration Device Connector Ancestor> 
- buildStart StringTime 
- Time when build was triggered.
- buildStatus String
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- imageName String
- Name of the docker image that is built.
- logs
List<GetPartnerintegration Device Connector Log> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the device connector recipe.
- objectType String
- organization
GetPartnerintegration Device Connector Organization 
- owners List<String>
- parent
GetPartnerintegration Device Connector Parent 
- permissionResources List<GetPartnerintegration Device Connector Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcBucket String
- Name of the bucket to pick up the file from.
- srcFile StringName 
- Name of source file to upload.
- 
List<GetPartnerintegration Device Connector Tag> 
- versionContext GetPartnerintegration Device Connector Version Context 
- accountMoid string
- The Account ID for this managed object.
- action string
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additionalProperties string
- ancestors
GetPartnerintegration Device Connector Ancestor[] 
- buildStart stringTime 
- Time when build was triggered.
- buildStatus string
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- imageName string
- Name of the docker image that is built.
- logs
GetPartnerintegration Device Connector Log[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the device connector recipe.
- objectType string
- organization
GetPartnerintegration Device Connector Organization 
- owners string[]
- parent
GetPartnerintegration Device Connector Parent 
- permissionResources GetPartnerintegration Device Connector Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcBucket string
- Name of the bucket to pick up the file from.
- srcFile stringName 
- Name of source file to upload.
- 
GetPartnerintegration Device Connector Tag[] 
- versionContext GetPartnerintegration Device Connector Version Context 
- account_moid str
- The Account ID for this managed object.
- action str
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additional_properties str
- ancestors
Sequence[GetPartnerintegration Device Connector Ancestor] 
- build_start_ strtime 
- Time when build was triggered.
- build_status str
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- image_name str
- Name of the docker image that is built.
- logs
Sequence[GetPartnerintegration Device Connector Log] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the device connector recipe.
- object_type str
- organization
GetPartnerintegration Device Connector Organization 
- owners Sequence[str]
- parent
GetPartnerintegration Device Connector Parent 
- permission_resources Sequence[GetPartnerintegration Device Connector Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_bucket str
- Name of the bucket to pick up the file from.
- src_file_ strname 
- Name of source file to upload.
- 
Sequence[GetPartnerintegration Device Connector Tag] 
- version_context GetPartnerintegration Device Connector Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additionalProperties String
- ancestors List<Property Map>
- buildStart StringTime 
- Time when build was triggered.
- buildStatus String
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- imageName String
- Name of the docker image that is built.
- logs List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the device connector recipe.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcBucket String
- Name of the bucket to pick up the file from.
- srcFile StringName 
- Name of source file to upload.
- List<Property Map>
- versionContext Property Map
getPartnerintegrationDeviceConnector Result
The following output properties are available:
- Id string
- Results
List<GetPartnerintegration Device Connector Result> 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetPartnerintegration Device Connector Ancestor> 
- BuildStart stringTime 
- BuildStatus string
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- ImageName string
- Logs
List<GetPartnerintegration Device Connector Log> 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetPartnerintegration Device Connector Organization 
- Owners List<string>
- Parent
GetPartnerintegration Device Connector Parent 
- PermissionResources List<GetPartnerintegration Device Connector Permission Resource> 
- string
- SrcBucket string
- SrcFile stringName 
- 
List<GetPartnerintegration Device Connector Tag> 
- VersionContext GetPartnerintegration Device Connector Version Context 
- Id string
- Results
[]GetPartnerintegration Device Connector Result 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetPartnerintegration Device Connector Ancestor 
- BuildStart stringTime 
- BuildStatus string
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- ImageName string
- Logs
[]GetPartnerintegration Device Connector Log 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetPartnerintegration Device Connector Organization 
- Owners []string
- Parent
GetPartnerintegration Device Connector Parent 
- PermissionResources []GetPartnerintegration Device Connector Permission Resource 
- string
- SrcBucket string
- SrcFile stringName 
- 
[]GetPartnerintegration Device Connector Tag 
- VersionContext GetPartnerintegration Device Connector Version Context 
- id String
- results
List<GetPartnerintegration Device Connector Result> 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetPartnerintegration Device Connector Ancestor> 
- buildStart StringTime 
- buildStatus String
- classId String
- createTime String
- domainGroup StringMoid 
- imageName String
- logs
List<GetPartnerintegration Device Connector Log> 
- modTime String
- moid String
- name String
- objectType String
- organization
GetPartnerintegration Device Connector Organization 
- owners List<String>
- parent
GetPartnerintegration Device Connector Parent 
- permissionResources List<GetPartnerintegration Device Connector Permission Resource> 
- String
- srcBucket String
- srcFile StringName 
- 
List<GetPartnerintegration Device Connector Tag> 
- versionContext GetPartnerintegration Device Connector Version Context 
- id string
- results
GetPartnerintegration Device Connector Result[] 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetPartnerintegration Device Connector Ancestor[] 
- buildStart stringTime 
- buildStatus string
- classId string
- createTime string
- domainGroup stringMoid 
- imageName string
- logs
GetPartnerintegration Device Connector Log[] 
- modTime string
- moid string
- name string
- objectType string
- organization
GetPartnerintegration Device Connector Organization 
- owners string[]
- parent
GetPartnerintegration Device Connector Parent 
- permissionResources GetPartnerintegration Device Connector Permission Resource[] 
- string
- srcBucket string
- srcFile stringName 
- 
GetPartnerintegration Device Connector Tag[] 
- versionContext GetPartnerintegration Device Connector Version Context 
- id str
- results
Sequence[GetPartnerintegration Device Connector Result] 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetPartnerintegration Device Connector Ancestor] 
- build_start_ strtime 
- build_status str
- class_id str
- create_time str
- domain_group_ strmoid 
- image_name str
- logs
Sequence[GetPartnerintegration Device Connector Log] 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetPartnerintegration Device Connector Organization 
- owners Sequence[str]
- parent
GetPartnerintegration Device Connector Parent 
- permission_resources Sequence[GetPartnerintegration Device Connector Permission Resource] 
- str
- src_bucket str
- src_file_ strname 
- 
Sequence[GetPartnerintegration Device Connector Tag] 
- version_context GetPartnerintegration Device Connector Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- buildStart StringTime 
- buildStatus String
- classId String
- createTime String
- domainGroup StringMoid 
- imageName String
- logs List<Property Map>
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- srcBucket String
- srcFile StringName 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetPartnerintegrationDeviceConnectorAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPartnerintegrationDeviceConnectorLog    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPartnerintegrationDeviceConnectorOrganization    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPartnerintegrationDeviceConnectorParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPartnerintegrationDeviceConnectorPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPartnerintegrationDeviceConnectorResult    
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- AdditionalProperties string
- Ancestors
List<GetPartnerintegration Device Connector Result Ancestor> 
- BuildStart stringTime 
- Time when build was triggered.
- BuildStatus string
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ImageName string
- Name of the docker image that is built.
- Logs
List<GetPartnerintegration Device Connector Result Log> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the device connector recipe.
- ObjectType string
- Organizations
List<GetPartnerintegration Device Connector Result Organization> 
- Owners List<string>
- Parents
List<GetPartnerintegration Device Connector Result Parent> 
- PermissionResources List<GetPartnerintegration Device Connector Result Permission Resource> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcBucket string
- Name of the bucket to pick up the file from.
- SrcFile stringName 
- Name of source file to upload.
- 
List<GetPartnerintegration Device Connector Result Tag> 
- VersionContexts List<GetPartnerintegration Device Connector Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- AdditionalProperties string
- Ancestors
[]GetPartnerintegration Device Connector Result Ancestor 
- BuildStart stringTime 
- Time when build was triggered.
- BuildStatus string
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ImageName string
- Name of the docker image that is built.
- Logs
[]GetPartnerintegration Device Connector Result Log 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the device connector recipe.
- ObjectType string
- Organizations
[]GetPartnerintegration Device Connector Result Organization 
- Owners []string
- Parents
[]GetPartnerintegration Device Connector Result Parent 
- PermissionResources []GetPartnerintegration Device Connector Result Permission Resource 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcBucket string
- Name of the bucket to pick up the file from.
- SrcFile stringName 
- Name of source file to upload.
- 
[]GetPartnerintegration Device Connector Result Tag 
- VersionContexts []GetPartnerintegration Device Connector Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additionalProperties String
- ancestors
List<GetPartnerintegration Device Connector Result Ancestor> 
- buildStart StringTime 
- Time when build was triggered.
- buildStatus String
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- imageName String
- Name of the docker image that is built.
- logs
List<GetPartnerintegration Device Connector Result Log> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the device connector recipe.
- objectType String
- organizations
List<GetPartnerintegration Device Connector Result Organization> 
- owners List<String>
- parents
List<GetPartnerintegration Device Connector Result Parent> 
- permissionResources List<GetPartnerintegration Device Connector Result Permission Resource> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcBucket String
- Name of the bucket to pick up the file from.
- srcFile StringName 
- Name of source file to upload.
- 
List<GetPartnerintegration Device Connector Result Tag> 
- versionContexts List<GetPartnerintegration Device Connector Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- action string
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additionalProperties string
- ancestors
GetPartnerintegration Device Connector Result Ancestor[] 
- buildStart stringTime 
- Time when build was triggered.
- buildStatus string
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- imageName string
- Name of the docker image that is built.
- logs
GetPartnerintegration Device Connector Result Log[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the device connector recipe.
- objectType string
- organizations
GetPartnerintegration Device Connector Result Organization[] 
- owners string[]
- parents
GetPartnerintegration Device Connector Result Parent[] 
- permissionResources GetPartnerintegration Device Connector Result Permission Resource[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcBucket string
- Name of the bucket to pick up the file from.
- srcFile stringName 
- Name of source file to upload.
- 
GetPartnerintegration Device Connector Result Tag[] 
- versionContexts GetPartnerintegration Device Connector Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- action str
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additional_properties str
- ancestors
Sequence[GetPartnerintegration Device Connector Result Ancestor] 
- build_start_ strtime 
- Time when build was triggered.
- build_status str
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- image_name str
- Name of the docker image that is built.
- logs
Sequence[GetPartnerintegration Device Connector Result Log] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the device connector recipe.
- object_type str
- organizations
Sequence[GetPartnerintegration Device Connector Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetPartnerintegration Device Connector Result Parent] 
- permission_resources Sequence[GetPartnerintegration Device Connector Result Permission Resource] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_bucket str
- Name of the bucket to pick up the file from.
- src_file_ strname 
- Name of source file to upload.
- 
Sequence[GetPartnerintegration Device Connector Result Tag] 
- version_contexts Sequence[GetPartnerintegration Device Connector Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- action String
- Action to be performed on the device connector recipe.* None- Default Value of the action, i.e. do nothing.*Build- Build the device connector service image.*Deploy- Deploy the device connector service on the appliance.*Upload- Upload a file to the Partner Integration Appliance bucket.
- additionalProperties String
- ancestors List<Property Map>
- buildStart StringTime 
- Time when build was triggered.
- buildStatus String
- Status of build for device connector recipe.* None- Default value of the status. i.e. done nothing.*BackendInProgress- The backend build is in progress.*BackendFailed- The backend build has failed.*DockerInProgress- The docker build is in progress.*DockerFailed- The docker build has failed.*Completed- The operation completed successfully.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- imageName String
- Name of the docker image that is built.
- logs List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the device connector recipe.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcBucket String
- Name of the bucket to pick up the file from.
- srcFile StringName 
- Name of source file to upload.
- List<Property Map>
- versionContexts List<Property Map>
GetPartnerintegrationDeviceConnectorResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorResultLog     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorResultOrganization     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetPartnerintegrationDeviceConnectorResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetPartnerintegrationDeviceConnectorResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPartnerintegrationDeviceConnectorTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetPartnerintegrationDeviceConnectorVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetPartnerintegration Device Connector Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetPartnerintegration Device Connector Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetPartnerintegration Device Connector Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetPartnerintegration Device Connector Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetPartnerintegration Device Connector Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetPartnerintegration Device Connector Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetPartnerintegration Device Connector Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetPartnerintegration Device Connector Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetPartnerintegration Device Connector Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetPartnerintegration Device Connector Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetPartnerintegrationDeviceConnectorVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPartnerintegrationDeviceConnectorVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet