1. Packages
  2. Intersight Provider
  3. API Docs
  4. getPartnerintegrationInventory
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getPartnerintegrationInventory

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Inventory Collection object that acts as an aggregator object for the underlying model and ETL objects.

    Using getPartnerintegrationInventory

    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 getPartnerintegrationInventory(args: GetPartnerintegrationInventoryArgs, opts?: InvokeOptions): Promise<GetPartnerintegrationInventoryResult>
    function getPartnerintegrationInventoryOutput(args: GetPartnerintegrationInventoryOutputArgs, opts?: InvokeOptions): Output<GetPartnerintegrationInventoryResult>
    def get_partnerintegration_inventory(account_moid: Optional[str] = None,
                                         action: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetPartnerintegrationInventoryAncestor]] = None,
                                         build_flags: Optional[str] = None,
                                         build_start_time: Optional[str] = None,
                                         build_status: Optional[str] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         deploy_start_time: Optional[str] = None,
                                         deploy_status: Optional[str] = None,
                                         doc_issues: Optional[Sequence[GetPartnerintegrationInventoryDocIssue]] = None,
                                         domain_group_moid: Optional[str] = None,
                                         etls: Optional[Sequence[GetPartnerintegrationInventoryEtl]] = None,
                                         id: Optional[str] = None,
                                         image_name: Optional[str] = None,
                                         logs: Optional[Sequence[GetPartnerintegrationInventoryLog]] = None,
                                         metrics: Optional[GetPartnerintegrationInventoryMetrics] = None,
                                         mod_time: Optional[str] = None,
                                         models: Optional[Sequence[GetPartnerintegrationInventoryModel]] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         organization: Optional[GetPartnerintegrationInventoryOrganization] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetPartnerintegrationInventoryParent] = None,
                                         permission_resources: Optional[Sequence[GetPartnerintegrationInventoryPermissionResource]] = None,
                                         python_sdk_url: Optional[str] = None,
                                         shared_scope: Optional[str] = None,
                                         tags: Optional[Sequence[GetPartnerintegrationInventoryTag]] = None,
                                         version_context: Optional[GetPartnerintegrationInventoryVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetPartnerintegrationInventoryResult
    def get_partnerintegration_inventory_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[GetPartnerintegrationInventoryAncestorArgs]]]] = None,
                                         build_flags: Optional[pulumi.Input[str]] = 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,
                                         deploy_start_time: Optional[pulumi.Input[str]] = None,
                                         deploy_status: Optional[pulumi.Input[str]] = None,
                                         doc_issues: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationInventoryDocIssueArgs]]]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         etls: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationInventoryEtlArgs]]]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         image_name: Optional[pulumi.Input[str]] = None,
                                         logs: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationInventoryLogArgs]]]] = None,
                                         metrics: Optional[pulumi.Input[GetPartnerintegrationInventoryMetricsArgs]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         models: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationInventoryModelArgs]]]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         organization: Optional[pulumi.Input[GetPartnerintegrationInventoryOrganizationArgs]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetPartnerintegrationInventoryParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationInventoryPermissionResourceArgs]]]] = None,
                                         python_sdk_url: Optional[pulumi.Input[str]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetPartnerintegrationInventoryTagArgs]]]] = None,
                                         version_context: Optional[pulumi.Input[GetPartnerintegrationInventoryVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetPartnerintegrationInventoryResult]
    func LookupPartnerintegrationInventory(ctx *Context, args *LookupPartnerintegrationInventoryArgs, opts ...InvokeOption) (*LookupPartnerintegrationInventoryResult, error)
    func LookupPartnerintegrationInventoryOutput(ctx *Context, args *LookupPartnerintegrationInventoryOutputArgs, opts ...InvokeOption) LookupPartnerintegrationInventoryResultOutput

    > Note: This function is named LookupPartnerintegrationInventory in the Go SDK.

    public static class GetPartnerintegrationInventory 
    {
        public static Task<GetPartnerintegrationInventoryResult> InvokeAsync(GetPartnerintegrationInventoryArgs args, InvokeOptions? opts = null)
        public static Output<GetPartnerintegrationInventoryResult> Invoke(GetPartnerintegrationInventoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPartnerintegrationInventoryResult> getPartnerintegrationInventory(GetPartnerintegrationInventoryArgs args, InvokeOptions options)
    public static Output<GetPartnerintegrationInventoryResult> getPartnerintegrationInventory(GetPartnerintegrationInventoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getPartnerintegrationInventory:getPartnerintegrationInventory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    AdditionalProperties string
    Ancestors List<GetPartnerintegrationInventoryAncestor>
    BuildFlags string
    Addtional flags to control build action.
    BuildStartTime string
    Time when build was triggered.
    BuildStatus string
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeployStartTime string
    Time when deploy was triggered.
    DeployStatus string
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    DocIssues List<GetPartnerintegrationInventoryDocIssue>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Etls List<GetPartnerintegrationInventoryEtl>
    Id string
    ImageName string
    Name of the docker image that is built.
    Logs List<GetPartnerintegrationInventoryLog>
    Metrics GetPartnerintegrationInventoryMetrics
    ModTime string
    The time when this managed object was last modified.
    Models List<GetPartnerintegrationInventoryModel>
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventory collection.
    ObjectType string
    Organization GetPartnerintegrationInventoryOrganization
    Owners List<string>
    Parent GetPartnerintegrationInventoryParent
    PermissionResources List<GetPartnerintegrationInventoryPermissionResource>
    PythonSdkUrl string
    Link to the generated v3 python SDK.
    SharedScope 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.
    Tags List<GetPartnerintegrationInventoryTag>
    VersionContext GetPartnerintegrationInventoryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    AdditionalProperties string
    Ancestors []GetPartnerintegrationInventoryAncestor
    BuildFlags string
    Addtional flags to control build action.
    BuildStartTime string
    Time when build was triggered.
    BuildStatus string
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeployStartTime string
    Time when deploy was triggered.
    DeployStatus string
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    DocIssues []GetPartnerintegrationInventoryDocIssue
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Etls []GetPartnerintegrationInventoryEtl
    Id string
    ImageName string
    Name of the docker image that is built.
    Logs []GetPartnerintegrationInventoryLog
    Metrics GetPartnerintegrationInventoryMetrics
    ModTime string
    The time when this managed object was last modified.
    Models []GetPartnerintegrationInventoryModel
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventory collection.
    ObjectType string
    Organization GetPartnerintegrationInventoryOrganization
    Owners []string
    Parent GetPartnerintegrationInventoryParent
    PermissionResources []GetPartnerintegrationInventoryPermissionResource
    PythonSdkUrl string
    Link to the generated v3 python SDK.
    SharedScope 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.
    Tags []GetPartnerintegrationInventoryTag
    VersionContext GetPartnerintegrationInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additionalProperties String
    ancestors List<GetPartnerintegrationInventoryAncestor>
    buildFlags String
    Addtional flags to control build action.
    buildStartTime String
    Time when build was triggered.
    buildStatus String
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    classId String
    createTime String
    The time when this managed object was created.
    deployStartTime String
    Time when deploy was triggered.
    deployStatus String
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    docIssues List<GetPartnerintegrationInventoryDocIssue>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etls List<GetPartnerintegrationInventoryEtl>
    id String
    imageName String
    Name of the docker image that is built.
    logs List<GetPartnerintegrationInventoryLog>
    metrics GetPartnerintegrationInventoryMetrics
    modTime String
    The time when this managed object was last modified.
    models List<GetPartnerintegrationInventoryModel>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventory collection.
    objectType String
    organization GetPartnerintegrationInventoryOrganization
    owners List<String>
    parent GetPartnerintegrationInventoryParent
    permissionResources List<GetPartnerintegrationInventoryPermissionResource>
    pythonSdkUrl String
    Link to the generated v3 python SDK.
    sharedScope 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.
    tags List<GetPartnerintegrationInventoryTag>
    versionContext GetPartnerintegrationInventoryVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additionalProperties string
    ancestors GetPartnerintegrationInventoryAncestor[]
    buildFlags string
    Addtional flags to control build action.
    buildStartTime string
    Time when build was triggered.
    buildStatus string
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    classId string
    createTime string
    The time when this managed object was created.
    deployStartTime string
    Time when deploy was triggered.
    deployStatus string
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    docIssues GetPartnerintegrationInventoryDocIssue[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    etls GetPartnerintegrationInventoryEtl[]
    id string
    imageName string
    Name of the docker image that is built.
    logs GetPartnerintegrationInventoryLog[]
    metrics GetPartnerintegrationInventoryMetrics
    modTime string
    The time when this managed object was last modified.
    models GetPartnerintegrationInventoryModel[]
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventory collection.
    objectType string
    organization GetPartnerintegrationInventoryOrganization
    owners string[]
    parent GetPartnerintegrationInventoryParent
    permissionResources GetPartnerintegrationInventoryPermissionResource[]
    pythonSdkUrl string
    Link to the generated v3 python SDK.
    sharedScope 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.
    tags GetPartnerintegrationInventoryTag[]
    versionContext GetPartnerintegrationInventoryVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additional_properties str
    ancestors Sequence[GetPartnerintegrationInventoryAncestor]
    build_flags str
    Addtional flags to control build action.
    build_start_time str
    Time when build was triggered.
    build_status str
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    class_id str
    create_time str
    The time when this managed object was created.
    deploy_start_time str
    Time when deploy was triggered.
    deploy_status str
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    doc_issues Sequence[GetPartnerintegrationInventoryDocIssue]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    etls Sequence[GetPartnerintegrationInventoryEtl]
    id str
    image_name str
    Name of the docker image that is built.
    logs Sequence[GetPartnerintegrationInventoryLog]
    metrics GetPartnerintegrationInventoryMetrics
    mod_time str
    The time when this managed object was last modified.
    models Sequence[GetPartnerintegrationInventoryModel]
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventory collection.
    object_type str
    organization GetPartnerintegrationInventoryOrganization
    owners Sequence[str]
    parent GetPartnerintegrationInventoryParent
    permission_resources Sequence[GetPartnerintegrationInventoryPermissionResource]
    python_sdk_url str
    Link to the generated v3 python SDK.
    shared_scope 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.
    tags Sequence[GetPartnerintegrationInventoryTag]
    version_context GetPartnerintegrationInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additionalProperties String
    ancestors List<Property Map>
    buildFlags String
    Addtional flags to control build action.
    buildStartTime String
    Time when build was triggered.
    buildStatus String
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    classId String
    createTime String
    The time when this managed object was created.
    deployStartTime String
    Time when deploy was triggered.
    deployStatus String
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    docIssues List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etls List<Property Map>
    id String
    imageName String
    Name of the docker image that is built.
    logs List<Property Map>
    metrics Property Map
    modTime String
    The time when this managed object was last modified.
    models List<Property Map>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventory collection.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    pythonSdkUrl String
    Link to the generated v3 python SDK.
    sharedScope 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.
    tags List<Property Map>
    versionContext Property Map

    getPartnerintegrationInventory Result

    The following output properties are available:

    Id string
    Results List<GetPartnerintegrationInventoryResult>
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetPartnerintegrationInventoryAncestor>
    BuildFlags string
    BuildStartTime string
    BuildStatus string
    ClassId string
    CreateTime string
    DeployStartTime string
    DeployStatus string
    DocIssues List<GetPartnerintegrationInventoryDocIssue>
    DomainGroupMoid string
    Etls List<GetPartnerintegrationInventoryEtl>
    ImageName string
    Logs List<GetPartnerintegrationInventoryLog>
    Metrics GetPartnerintegrationInventoryMetrics
    ModTime string
    Models List<GetPartnerintegrationInventoryModel>
    Moid string
    Name string
    ObjectType string
    Organization GetPartnerintegrationInventoryOrganization
    Owners List<string>
    Parent GetPartnerintegrationInventoryParent
    PermissionResources List<GetPartnerintegrationInventoryPermissionResource>
    PythonSdkUrl string
    SharedScope string
    Tags List<GetPartnerintegrationInventoryTag>
    VersionContext GetPartnerintegrationInventoryVersionContext
    Id string
    Results []GetPartnerintegrationInventoryResult
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors []GetPartnerintegrationInventoryAncestor
    BuildFlags string
    BuildStartTime string
    BuildStatus string
    ClassId string
    CreateTime string
    DeployStartTime string
    DeployStatus string
    DocIssues []GetPartnerintegrationInventoryDocIssue
    DomainGroupMoid string
    Etls []GetPartnerintegrationInventoryEtl
    ImageName string
    Logs []GetPartnerintegrationInventoryLog
    Metrics GetPartnerintegrationInventoryMetrics
    ModTime string
    Models []GetPartnerintegrationInventoryModel
    Moid string
    Name string
    ObjectType string
    Organization GetPartnerintegrationInventoryOrganization
    Owners []string
    Parent GetPartnerintegrationInventoryParent
    PermissionResources []GetPartnerintegrationInventoryPermissionResource
    PythonSdkUrl string
    SharedScope string
    Tags []GetPartnerintegrationInventoryTag
    VersionContext GetPartnerintegrationInventoryVersionContext
    id String
    results List<GetPartnerintegrationInventoryResult>
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetPartnerintegrationInventoryAncestor>
    buildFlags String
    buildStartTime String
    buildStatus String
    classId String
    createTime String
    deployStartTime String
    deployStatus String
    docIssues List<GetPartnerintegrationInventoryDocIssue>
    domainGroupMoid String
    etls List<GetPartnerintegrationInventoryEtl>
    imageName String
    logs List<GetPartnerintegrationInventoryLog>
    metrics GetPartnerintegrationInventoryMetrics
    modTime String
    models List<GetPartnerintegrationInventoryModel>
    moid String
    name String
    objectType String
    organization GetPartnerintegrationInventoryOrganization
    owners List<String>
    parent GetPartnerintegrationInventoryParent
    permissionResources List<GetPartnerintegrationInventoryPermissionResource>
    pythonSdkUrl String
    sharedScope String
    tags List<GetPartnerintegrationInventoryTag>
    versionContext GetPartnerintegrationInventoryVersionContext
    id string
    results GetPartnerintegrationInventoryResult[]
    accountMoid string
    action string
    additionalProperties string
    ancestors GetPartnerintegrationInventoryAncestor[]
    buildFlags string
    buildStartTime string
    buildStatus string
    classId string
    createTime string
    deployStartTime string
    deployStatus string
    docIssues GetPartnerintegrationInventoryDocIssue[]
    domainGroupMoid string
    etls GetPartnerintegrationInventoryEtl[]
    imageName string
    logs GetPartnerintegrationInventoryLog[]
    metrics GetPartnerintegrationInventoryMetrics
    modTime string
    models GetPartnerintegrationInventoryModel[]
    moid string
    name string
    objectType string
    organization GetPartnerintegrationInventoryOrganization
    owners string[]
    parent GetPartnerintegrationInventoryParent
    permissionResources GetPartnerintegrationInventoryPermissionResource[]
    pythonSdkUrl string
    sharedScope string
    tags GetPartnerintegrationInventoryTag[]
    versionContext GetPartnerintegrationInventoryVersionContext
    id str
    results Sequence[GetPartnerintegrationInventoryResult]
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetPartnerintegrationInventoryAncestor]
    build_flags str
    build_start_time str
    build_status str
    class_id str
    create_time str
    deploy_start_time str
    deploy_status str
    doc_issues Sequence[GetPartnerintegrationInventoryDocIssue]
    domain_group_moid str
    etls Sequence[GetPartnerintegrationInventoryEtl]
    image_name str
    logs Sequence[GetPartnerintegrationInventoryLog]
    metrics GetPartnerintegrationInventoryMetrics
    mod_time str
    models Sequence[GetPartnerintegrationInventoryModel]
    moid str
    name str
    object_type str
    organization GetPartnerintegrationInventoryOrganization
    owners Sequence[str]
    parent GetPartnerintegrationInventoryParent
    permission_resources Sequence[GetPartnerintegrationInventoryPermissionResource]
    python_sdk_url str
    shared_scope str
    tags Sequence[GetPartnerintegrationInventoryTag]
    version_context GetPartnerintegrationInventoryVersionContext

    Supporting Types

    GetPartnerintegrationInventoryAncestor

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryDocIssue

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryEtl

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryLog

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryMetrics

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryModel

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryOrganization

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryParent

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryPermissionResource

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    AdditionalProperties string
    Ancestors List<GetPartnerintegrationInventoryResultAncestor>
    BuildFlags string
    Addtional flags to control build action.
    BuildStartTime string
    Time when build was triggered.
    BuildStatus string
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeployStartTime string
    Time when deploy was triggered.
    DeployStatus string
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    DocIssues List<GetPartnerintegrationInventoryResultDocIssue>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Etls List<GetPartnerintegrationInventoryResultEtl>
    ImageName string
    Name of the docker image that is built.
    Logs List<GetPartnerintegrationInventoryResultLog>
    Metrics List<GetPartnerintegrationInventoryResultMetric>
    ModTime string
    The time when this managed object was last modified.
    Models List<GetPartnerintegrationInventoryResultModel>
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventory collection.
    ObjectType string
    Organizations List<GetPartnerintegrationInventoryResultOrganization>
    Owners List<string>
    Parents List<GetPartnerintegrationInventoryResultParent>
    PermissionResources List<GetPartnerintegrationInventoryResultPermissionResource>
    PythonSdkUrl string
    Link to the generated v3 python SDK.
    SharedScope 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.
    Tags List<GetPartnerintegrationInventoryResultTag>
    VersionContexts List<GetPartnerintegrationInventoryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    AdditionalProperties string
    Ancestors []GetPartnerintegrationInventoryResultAncestor
    BuildFlags string
    Addtional flags to control build action.
    BuildStartTime string
    Time when build was triggered.
    BuildStatus string
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeployStartTime string
    Time when deploy was triggered.
    DeployStatus string
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    DocIssues []GetPartnerintegrationInventoryResultDocIssue
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Etls []GetPartnerintegrationInventoryResultEtl
    ImageName string
    Name of the docker image that is built.
    Logs []GetPartnerintegrationInventoryResultLog
    Metrics []GetPartnerintegrationInventoryResultMetric
    ModTime string
    The time when this managed object was last modified.
    Models []GetPartnerintegrationInventoryResultModel
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventory collection.
    ObjectType string
    Organizations []GetPartnerintegrationInventoryResultOrganization
    Owners []string
    Parents []GetPartnerintegrationInventoryResultParent
    PermissionResources []GetPartnerintegrationInventoryResultPermissionResource
    PythonSdkUrl string
    Link to the generated v3 python SDK.
    SharedScope 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.
    Tags []GetPartnerintegrationInventoryResultTag
    VersionContexts []GetPartnerintegrationInventoryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additionalProperties String
    ancestors List<GetPartnerintegrationInventoryResultAncestor>
    buildFlags String
    Addtional flags to control build action.
    buildStartTime String
    Time when build was triggered.
    buildStatus String
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    classId String
    createTime String
    The time when this managed object was created.
    deployStartTime String
    Time when deploy was triggered.
    deployStatus String
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    docIssues List<GetPartnerintegrationInventoryResultDocIssue>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etls List<GetPartnerintegrationInventoryResultEtl>
    imageName String
    Name of the docker image that is built.
    logs List<GetPartnerintegrationInventoryResultLog>
    metrics List<GetPartnerintegrationInventoryResultMetric>
    modTime String
    The time when this managed object was last modified.
    models List<GetPartnerintegrationInventoryResultModel>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventory collection.
    objectType String
    organizations List<GetPartnerintegrationInventoryResultOrganization>
    owners List<String>
    parents List<GetPartnerintegrationInventoryResultParent>
    permissionResources List<GetPartnerintegrationInventoryResultPermissionResource>
    pythonSdkUrl String
    Link to the generated v3 python SDK.
    sharedScope 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.
    tags List<GetPartnerintegrationInventoryResultTag>
    versionContexts List<GetPartnerintegrationInventoryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additionalProperties string
    ancestors GetPartnerintegrationInventoryResultAncestor[]
    buildFlags string
    Addtional flags to control build action.
    buildStartTime string
    Time when build was triggered.
    buildStatus string
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    classId string
    createTime string
    The time when this managed object was created.
    deployStartTime string
    Time when deploy was triggered.
    deployStatus string
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    docIssues GetPartnerintegrationInventoryResultDocIssue[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    etls GetPartnerintegrationInventoryResultEtl[]
    imageName string
    Name of the docker image that is built.
    logs GetPartnerintegrationInventoryResultLog[]
    metrics GetPartnerintegrationInventoryResultMetric[]
    modTime string
    The time when this managed object was last modified.
    models GetPartnerintegrationInventoryResultModel[]
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventory collection.
    objectType string
    organizations GetPartnerintegrationInventoryResultOrganization[]
    owners string[]
    parents GetPartnerintegrationInventoryResultParent[]
    permissionResources GetPartnerintegrationInventoryResultPermissionResource[]
    pythonSdkUrl string
    Link to the generated v3 python SDK.
    sharedScope 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.
    tags GetPartnerintegrationInventoryResultTag[]
    versionContexts GetPartnerintegrationInventoryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additional_properties str
    ancestors Sequence[GetPartnerintegrationInventoryResultAncestor]
    build_flags str
    Addtional flags to control build action.
    build_start_time str
    Time when build was triggered.
    build_status str
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    class_id str
    create_time str
    The time when this managed object was created.
    deploy_start_time str
    Time when deploy was triggered.
    deploy_status str
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    doc_issues Sequence[GetPartnerintegrationInventoryResultDocIssue]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    etls Sequence[GetPartnerintegrationInventoryResultEtl]
    image_name str
    Name of the docker image that is built.
    logs Sequence[GetPartnerintegrationInventoryResultLog]
    metrics Sequence[GetPartnerintegrationInventoryResultMetric]
    mod_time str
    The time when this managed object was last modified.
    models Sequence[GetPartnerintegrationInventoryResultModel]
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventory collection.
    object_type str
    organizations Sequence[GetPartnerintegrationInventoryResultOrganization]
    owners Sequence[str]
    parents Sequence[GetPartnerintegrationInventoryResultParent]
    permission_resources Sequence[GetPartnerintegrationInventoryResultPermissionResource]
    python_sdk_url str
    Link to the generated v3 python SDK.
    shared_scope 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.
    tags Sequence[GetPartnerintegrationInventoryResultTag]
    version_contexts Sequence[GetPartnerintegrationInventoryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be performed on the inventory collection.* None - Default Value of the action, i.e. do nothing.* Build - Build the inventory service image.* Deploy - Deploy the inventory service on the appliance.
    additionalProperties String
    ancestors List<Property Map>
    buildFlags String
    Addtional flags to control build action.
    buildStartTime String
    Time when build was triggered.
    buildStatus String
    Status of build for inventory collection.* None - Default value of the status. i.e. done nothing.* BackendInProgress - The backend build is in progress.* BackendFailed - The backend build has failed.* MetricsCollectorBackendInProgress - The Metrics Collector backend build is in progress.* MetricsCollectorBackendFailed - The Metrics Collector backend build has failed.* DockerInProgress - The docker build is in progress.* DockerFailed - The docker build has failed.* UiInProgress - The UI build is in progress.* UiFailed - The inventory UI build has failed.* MetricsCollectorUiInProgress - The Metrics Collector UI build is in progress.* MetricsCollectorUiFailed - The Metrics Collector UI build has failed.* MetricsCollectorDependentBackendInProgress - The Metrics Collector dependent backend build is in progress.* MetricsCollectorDependentBackendFailed - The Metrics Collector dependent backend build has failed.* MetricsCollectorDependentDockerInProgress - The Metrics Collector dependent docker build is in progress.* MetricsCollectorDependentDockerFailed - The Metrics Collector dependent docker build has failed.* ApidocsInProgress - The apidocs build is in progress.* ApidocsFailed - The apidocs build has failed.* Completed - The operation completed successfully.
    classId String
    createTime String
    The time when this managed object was created.
    deployStartTime String
    Time when deploy was triggered.
    deployStatus String
    Status of deployment of the inventory microservice.* None - Default value of the status. i.e. done nothing.* Completed - The operation completed successfully.* Failed - The deploy operation failed.
    docIssues List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etls List<Property Map>
    imageName String
    Name of the docker image that is built.
    logs List<Property Map>
    metrics List<Property Map>
    modTime String
    The time when this managed object was last modified.
    models List<Property Map>
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventory collection.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    pythonSdkUrl String
    Link to the generated v3 python SDK.
    sharedScope 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.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetPartnerintegrationInventoryResultAncestor

    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

    GetPartnerintegrationInventoryResultDocIssue

    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

    GetPartnerintegrationInventoryResultEtl

    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

    GetPartnerintegrationInventoryResultLog

    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

    GetPartnerintegrationInventoryResultMetric

    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

    GetPartnerintegrationInventoryResultModel

    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

    GetPartnerintegrationInventoryResultOrganization

    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

    GetPartnerintegrationInventoryResultParent

    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

    GetPartnerintegrationInventoryResultPermissionResource

    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

    GetPartnerintegrationInventoryResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetPartnerintegrationInventoryResultVersionContext

    GetPartnerintegrationInventoryResultVersionContextInterestedMo

    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

    GetPartnerintegrationInventoryResultVersionContextRefMo

    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

    GetPartnerintegrationInventoryTag

    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.

    GetPartnerintegrationInventoryVersionContext

    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<GetPartnerintegrationInventoryVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetPartnerintegrationInventoryVersionContextRefMo
    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 []GetPartnerintegrationInventoryVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetPartnerintegrationInventoryVersionContextRefMo
    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<GetPartnerintegrationInventoryVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetPartnerintegrationInventoryVersionContextRefMo
    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 GetPartnerintegrationInventoryVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetPartnerintegrationInventoryVersionContextRefMo
    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[GetPartnerintegrationInventoryVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetPartnerintegrationInventoryVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    GetPartnerintegrationInventoryVersionContextInterestedMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetPartnerintegrationInventoryVersionContextRefMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet