From 73e79c2751245fc9454168a95f04175e10308725 Mon Sep 17 00:00:00 2001 From: Olha Tomylko Date: Tue, 17 Mar 2026 12:54:15 +0100 Subject: [PATCH] build(topological-inventory): restructure to generate into src directory Align topological-inventory package with notifications/integrations build pattern: generate TypeScript into src/, add clean-generate and clean-build targets, update tsconfig to target ES2021 for ESM, publish from dist directory. --- packages/topological-inventory/custom.d.ts | 1 - packages/topological-inventory/doc/.nojekyll | 1 - packages/topological-inventory/doc/README.md | 70 - .../doc/classes/Configuration.md | 146 - .../doc/classes/DefaultApi.md | 6632 ----------------- ...AppliedInventoriesParametersServicePlan.md | 29 - .../interfaces/AvailabilitiesCollection.md | 57 - .../doc/interfaces/Availability.md | 166 - .../doc/interfaces/Cluster.md | 196 - .../doc/interfaces/ClustersCollection.md | 57 - .../doc/interfaces/CollectionLinks.md | 72 - .../doc/interfaces/CollectionMetadata.md | 57 - .../doc/interfaces/ConfigurationParameters.md | 84 - .../doc/interfaces/Container.md | 198 - .../doc/interfaces/ContainerGroup.md | 230 - .../interfaces/ContainerGroupsCollection.md | 57 - .../doc/interfaces/ContainerImage.md | 196 - .../interfaces/ContainerImagesCollection.md | 57 - .../doc/interfaces/ContainerNode.md | 348 - .../interfaces/ContainerNodesCollection.md | 57 - .../doc/interfaces/ContainerProject.md | 211 - .../interfaces/ContainerProjectsCollection.md | 57 - .../doc/interfaces/ContainerResourceQuota.md | 228 - .../ContainerResourceQuotaCollection.md | 57 - .../doc/interfaces/ContainerTemplate.md | 198 - .../ContainerTemplatesCollection.md | 57 - .../doc/interfaces/ContainersCollection.md | 57 - .../doc/interfaces/Datastore.md | 256 - .../doc/interfaces/DatastoresCollection.md | 57 - .../doc/interfaces/ErrorNotFound.md | 27 - .../doc/interfaces/ErrorNotFoundErrors.md | 42 - .../doc/interfaces/Flavor.md | 219 - .../doc/interfaces/FlavorsCollection.md | 57 - .../doc/interfaces/GraphQLRequest.md | 63 - .../doc/interfaces/GraphQLResponse.md | 46 - .../doc/interfaces/Host.md | 288 - .../doc/interfaces/HostsCollection.md | 57 - .../doc/interfaces/InlineResponse200.md | 27 - .../doc/interfaces/Ipaddress.md | 281 - .../doc/interfaces/IpaddressesCollection.md | 57 - .../doc/interfaces/Network.md | 262 - .../doc/interfaces/NetworkAdapter.md | 264 - .../interfaces/NetworkAdaptersCollection.md | 57 - .../doc/interfaces/NetworksCollection.md | 57 - .../doc/interfaces/OrchestrationStack.md | 234 - .../OrchestrationStacksCollection.md | 57 - .../OrderParametersServiceOffering.md | 63 - .../interfaces/OrderParametersServicePlan.md | 46 - .../doc/interfaces/SecurityGroup.md | 264 - .../interfaces/SecurityGroupsCollection.md | 57 - .../doc/interfaces/ServiceInstance.md | 300 - .../doc/interfaces/ServiceInstanceNode.md | 232 - .../ServiceInstanceNodesCollection.md | 57 - .../interfaces/ServiceInstancesCollection.md | 57 - .../ServiceInventoriesCollection.md | 57 - .../doc/interfaces/ServiceInventory.md | 196 - .../doc/interfaces/ServiceOffering.md | 343 - .../doc/interfaces/ServiceOfferingIcon.md | 123 - .../ServiceOfferingIconsCollection.md | 57 - .../doc/interfaces/ServiceOfferingNode.md | 232 - .../ServiceOfferingNodesCollection.md | 57 - .../interfaces/ServiceOfferingsCollection.md | 57 - .../doc/interfaces/ServicePlan.md | 294 - .../doc/interfaces/ServicePlansCollection.md | 57 - .../doc/interfaces/Source.md | 89 - .../doc/interfaces/SourceRegion.md | 151 - .../doc/interfaces/SourceRegionsCollection.md | 57 - .../doc/interfaces/SourcesCollection.md | 57 - .../doc/interfaces/Subnet.md | 279 - .../doc/interfaces/SubnetsCollection.md | 57 - .../doc/interfaces/Subscription.md | 136 - .../doc/interfaces/SubscriptionsCollection.md | 57 - .../doc/interfaces/Tag.md | 119 - .../doc/interfaces/Tagging.md | 59 - .../doc/interfaces/TagsCollection.md | 57 - .../doc/interfaces/Task.md | 134 - .../doc/interfaces/TasksCollection.md | 57 - .../doc/interfaces/Tenant.md | 74 - .../doc/interfaces/Vm.md | 377 - .../doc/interfaces/VmsCollection.md | 57 - .../doc/interfaces/Volume.md | 281 - .../doc/interfaces/VolumeAttachment.md | 108 - .../interfaces/VolumeAttachmentsCollection.md | 57 - .../doc/interfaces/VolumeType.md | 166 - .../doc/interfaces/VolumeTypesCollection.md | 57 - .../doc/interfaces/VolumesCollection.md | 57 - packages/topological-inventory/doc/modules.md | 714 -- packages/topological-inventory/jest.config.ts | 1 + packages/topological-inventory/package.json | 26 +- packages/topological-inventory/project.json | 17 +- packages/topological-inventory/src/.gitignore | 4 + packages/topological-inventory/src/.npmignore | 6 + .../src/.openapi-generator-ignore | 23 + .../{ => src}/.openapi-generator/FILES | 1 + .../{ => src}/.openapi-generator/VERSION | 0 .../index.ts | 0 .../{ => src}/GetDocumentation/index.ts | 0 .../{ => src}/ListClusterHosts/index.ts | 0 .../{ => src}/ListClusters/index.ts | 0 .../ListContainerGroupContainers/index.ts | 0 .../{ => src}/ListContainerGroupTags/index.ts | 0 .../{ => src}/ListContainerGroups/index.ts | 0 .../{ => src}/ListContainerImageTags/index.ts | 0 .../{ => src}/ListContainerImages/index.ts | 0 .../ListContainerNodeContainerGroups/index.ts | 0 .../{ => src}/ListContainerNodeTags/index.ts | 0 .../{ => src}/ListContainerNodes/index.ts | 0 .../index.ts | 0 .../index.ts | 0 .../index.ts | 0 .../ListContainerProjectTags/index.ts | 0 .../{ => src}/ListContainerProjects/index.ts | 0 .../ListContainerResourceQuota/index.ts | 0 .../ListContainerTemplateTags/index.ts | 0 .../{ => src}/ListContainerTemplates/index.ts | 0 .../{ => src}/ListContainers/index.ts | 0 .../{ => src}/ListDatastores/index.ts | 0 .../{ => src}/ListFlavors/index.ts | 0 .../{ => src}/ListHosts/index.ts | 0 .../{ => src}/ListIpaddressTags/index.ts | 0 .../{ => src}/ListIpaddresses/index.ts | 0 .../ListNetworkAdapterIpaddresses/index.ts | 0 .../{ => src}/ListNetworkAdapterTags/index.ts | 0 .../{ => src}/ListNetworkAdapters/index.ts | 0 .../{ => src}/ListNetworkSubnets/index.ts | 0 .../{ => src}/ListNetworkTags/index.ts | 0 .../{ => src}/ListNetworks/index.ts | 0 .../index.ts | 0 .../index.ts | 0 .../ListOrchestrationStackNetworks/index.ts | 0 .../index.ts | 0 .../ListOrchestrationStackSubnets/index.ts | 0 .../ListOrchestrationStackVms/index.ts | 0 .../ListOrchestrationStackVolumes/index.ts | 0 .../ListOrchestrationStacks/index.ts | 0 .../{ => src}/ListSecurityGroupTags/index.ts | 0 .../{ => src}/ListSecurityGroupVms/index.ts | 0 .../{ => src}/ListSecurityGroups/index.ts | 0 .../ListServiceInstanceNodes/index.ts | 0 .../index.ts | 0 .../{ => src}/ListServiceInstances/index.ts | 0 .../{ => src}/ListServiceInventories/index.ts | 0 .../ListServiceInventoryTags/index.ts | 0 .../ListServiceOfferingIcons/index.ts | 0 .../ListServiceOfferingNodes/index.ts | 0 .../index.ts | 0 .../index.ts | 0 .../ListServiceOfferingServicePlans/index.ts | 0 .../ListServiceOfferingTags/index.ts | 0 .../{ => src}/ListServiceOfferings/index.ts | 0 .../ListServicePlanServiceInstances/index.ts | 0 .../{ => src}/ListServicePlans/index.ts | 0 .../ListSourceAvailabilities/index.ts | 0 .../{ => src}/ListSourceClusters/index.ts | 0 .../ListSourceContainerGroups/index.ts | 0 .../ListSourceContainerImages/index.ts | 0 .../ListSourceContainerNodes/index.ts | 0 .../ListSourceContainerProjects/index.ts | 0 .../ListSourceContainerTemplates/index.ts | 0 .../{ => src}/ListSourceContainers/index.ts | 0 .../{ => src}/ListSourceDatastores/index.ts | 0 .../{ => src}/ListSourceHosts/index.ts | 0 .../{ => src}/ListSourceIpaddresses/index.ts | 0 .../ListSourceNetworkAdapters/index.ts | 0 .../{ => src}/ListSourceNetworks/index.ts | 0 .../ListSourceOrchestrationStacks/index.ts | 0 .../ListSourceRegionIpaddresses/index.ts | 0 .../ListSourceRegionNetworkAdapters/index.ts | 0 .../ListSourceRegionNetworks/index.ts | 0 .../index.ts | 0 .../ListSourceRegionSecurityGroups/index.ts | 0 .../ListSourceRegionServiceInstances/index.ts | 0 .../ListSourceRegionServiceOfferings/index.ts | 0 .../ListSourceRegionServicePlans/index.ts | 0 .../ListSourceRegionSubnets/index.ts | 0 .../{ => src}/ListSourceRegionVms/index.ts | 0 .../ListSourceRegionVolumes/index.ts | 0 .../{ => src}/ListSourceRegions/index.ts | 0 .../ListSourceSecurityGroups/index.ts | 0 .../ListSourceServiceInstanceNodes/index.ts | 0 .../ListSourceServiceInstances/index.ts | 0 .../ListSourceServiceInventories/index.ts | 0 .../ListSourceServiceOfferingNodes/index.ts | 0 .../ListSourceServiceOfferings/index.ts | 0 .../{ => src}/ListSourceServicePlans/index.ts | 0 .../ListSourceSourceRegions/index.ts | 0 .../{ => src}/ListSourceSubnets/index.ts | 0 .../ListSourceSubscriptions/index.ts | 0 .../{ => src}/ListSourceVms/index.ts | 0 .../{ => src}/ListSourceVolumeTypes/index.ts | 0 .../{ => src}/ListSourceVolumes/index.ts | 0 .../{ => src}/ListSources/index.ts | 0 .../{ => src}/ListSubnetIpaddresses/index.ts | 0 .../ListSubnetNetworkAdapters/index.ts | 0 .../{ => src}/ListSubnetTags/index.ts | 0 .../{ => src}/ListSubnets/index.ts | 0 .../ListSubscriptionIpaddresses/index.ts | 0 .../ListSubscriptionNetworkAdapters/index.ts | 0 .../ListSubscriptionNetworks/index.ts | 0 .../index.ts | 0 .../ListSubscriptionSecurityGroups/index.ts | 0 .../ListSubscriptionServiceInstances/index.ts | 0 .../ListSubscriptionServiceOfferings/index.ts | 0 .../ListSubscriptionServicePlans/index.ts | 0 .../ListSubscriptionSubnets/index.ts | 0 .../{ => src}/ListSubscriptionVms/index.ts | 0 .../ListSubscriptionVolumes/index.ts | 0 .../{ => src}/ListSubscriptions/index.ts | 0 .../{ => src}/ListTagContainerGroups/index.ts | 0 .../{ => src}/ListTagContainerImages/index.ts | 0 .../{ => src}/ListTagContainerNodes/index.ts | 0 .../ListTagContainerProjects/index.ts | 0 .../ListTagContainerTemplates/index.ts | 0 .../{ => src}/ListTagIpaddresses/index.ts | 0 .../{ => src}/ListTagNetworkAdapters/index.ts | 0 .../{ => src}/ListTagNetworks/index.ts | 0 .../{ => src}/ListTagSecurityGroups/index.ts | 0 .../ListTagServiceInventories/index.ts | 0 .../ListTagServiceOfferings/index.ts | 0 .../{ => src}/ListTagSubnets/index.ts | 0 .../{ => src}/ListTagVms/index.ts | 0 .../{ => src}/ListTags/index.ts | 0 .../{ => src}/ListTasks/index.ts | 0 .../{ => src}/ListVmNetworkAdapters/index.ts | 0 .../{ => src}/ListVmSecurityGroups/index.ts | 0 .../{ => src}/ListVmTags/index.ts | 0 .../ListVmVolumeAttachments/index.ts | 0 .../{ => src}/ListVmVolumes/index.ts | 0 .../{ => src}/ListVms/index.ts | 0 .../{ => src}/ListVolumeAttachments/index.ts | 0 .../{ => src}/ListVolumeTypeVolumes/index.ts | 0 .../{ => src}/ListVolumeTypes/index.ts | 0 .../{ => src}/ListVolumeVms/index.ts | 0 .../{ => src}/ListVolumes/index.ts | 0 .../{ => src}/OrderServiceOffering/index.ts | 0 .../{ => src}/OrderServicePlan/index.ts | 0 .../{ => src}/PostGraphQL/index.ts | 0 .../{ => src}/ShowCluster/index.ts | 0 .../{ => src}/ShowContainer/index.ts | 0 .../{ => src}/ShowContainerGroup/index.ts | 0 .../{ => src}/ShowContainerImage/index.ts | 0 .../{ => src}/ShowContainerNode/index.ts | 0 .../{ => src}/ShowContainerProject/index.ts | 0 .../ShowContainerResourceQuota/index.ts | 0 .../{ => src}/ShowContainerTemplate/index.ts | 0 .../{ => src}/ShowDatastore/index.ts | 0 .../{ => src}/ShowFlavor/index.ts | 0 .../{ => src}/ShowHost/index.ts | 0 .../{ => src}/ShowIpaddress/index.ts | 0 .../{ => src}/ShowNetwork/index.ts | 0 .../{ => src}/ShowNetworkAdapter/index.ts | 0 .../{ => src}/ShowOrchestrationStack/index.ts | 0 .../{ => src}/ShowSecurityGroup/index.ts | 0 .../{ => src}/ShowServiceInstance/index.ts | 0 .../ShowServiceInstanceNode/index.ts | 0 .../{ => src}/ShowServiceInventory/index.ts | 0 .../{ => src}/ShowServiceOffering/index.ts | 0 .../ShowServiceOfferingIcon/index.ts | 0 .../ShowServiceOfferingIconIconData/index.ts | 0 .../ShowServiceOfferingNode/index.ts | 0 .../{ => src}/ShowServicePlan/index.ts | 0 .../{ => src}/ShowSource/index.ts | 0 .../{ => src}/ShowSourceRegion/index.ts | 0 .../{ => src}/ShowSubnet/index.ts | 0 .../{ => src}/ShowSubscription/index.ts | 0 .../{ => src}/ShowTag/index.ts | 0 .../{ => src}/ShowTask/index.ts | 0 .../{ => src}/ShowVm/index.ts | 0 .../{ => src}/ShowVolume/index.ts | 0 .../{ => src}/ShowVolumeAttachment/index.ts | 0 .../{ => src}/ShowVolumeType/index.ts | 0 .../{ => src}/UpdateTask/index.ts | 0 .../topological-inventory/{ => src}/api.ts | 0 .../topological-inventory/{ => src}/index.ts | 1 - .../{ => src}/types/index.ts | 0 .../topological-inventory/tsconfig.cjs.json | 17 +- .../topological-inventory/tsconfig.esm.json | 25 +- packages/topological-inventory/typedoc.json | 2 +- tsconfig.base.json | 2 +- 279 files changed, 100 insertions(+), 17815 deletions(-) delete mode 100644 packages/topological-inventory/custom.d.ts delete mode 100644 packages/topological-inventory/doc/.nojekyll delete mode 100644 packages/topological-inventory/doc/README.md delete mode 100644 packages/topological-inventory/doc/classes/Configuration.md delete mode 100644 packages/topological-inventory/doc/classes/DefaultApi.md delete mode 100644 packages/topological-inventory/doc/interfaces/AppliedInventoriesParametersServicePlan.md delete mode 100644 packages/topological-inventory/doc/interfaces/AvailabilitiesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Availability.md delete mode 100644 packages/topological-inventory/doc/interfaces/Cluster.md delete mode 100644 packages/topological-inventory/doc/interfaces/ClustersCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/CollectionLinks.md delete mode 100644 packages/topological-inventory/doc/interfaces/CollectionMetadata.md delete mode 100644 packages/topological-inventory/doc/interfaces/ConfigurationParameters.md delete mode 100644 packages/topological-inventory/doc/interfaces/Container.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerGroup.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerGroupsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerImage.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerImagesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerNode.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerNodesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerProject.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerProjectsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerResourceQuota.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerResourceQuotaCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerTemplate.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainerTemplatesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ContainersCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Datastore.md delete mode 100644 packages/topological-inventory/doc/interfaces/DatastoresCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ErrorNotFound.md delete mode 100644 packages/topological-inventory/doc/interfaces/ErrorNotFoundErrors.md delete mode 100644 packages/topological-inventory/doc/interfaces/Flavor.md delete mode 100644 packages/topological-inventory/doc/interfaces/FlavorsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/GraphQLRequest.md delete mode 100644 packages/topological-inventory/doc/interfaces/GraphQLResponse.md delete mode 100644 packages/topological-inventory/doc/interfaces/Host.md delete mode 100644 packages/topological-inventory/doc/interfaces/HostsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/InlineResponse200.md delete mode 100644 packages/topological-inventory/doc/interfaces/Ipaddress.md delete mode 100644 packages/topological-inventory/doc/interfaces/IpaddressesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Network.md delete mode 100644 packages/topological-inventory/doc/interfaces/NetworkAdapter.md delete mode 100644 packages/topological-inventory/doc/interfaces/NetworkAdaptersCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/NetworksCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/OrchestrationStack.md delete mode 100644 packages/topological-inventory/doc/interfaces/OrchestrationStacksCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/OrderParametersServiceOffering.md delete mode 100644 packages/topological-inventory/doc/interfaces/OrderParametersServicePlan.md delete mode 100644 packages/topological-inventory/doc/interfaces/SecurityGroup.md delete mode 100644 packages/topological-inventory/doc/interfaces/SecurityGroupsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceInstance.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceInstanceNode.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceInstanceNodesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceInstancesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceInventoriesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceInventory.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceOffering.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceOfferingIcon.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceOfferingIconsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceOfferingNode.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceOfferingNodesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServiceOfferingsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServicePlan.md delete mode 100644 packages/topological-inventory/doc/interfaces/ServicePlansCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Source.md delete mode 100644 packages/topological-inventory/doc/interfaces/SourceRegion.md delete mode 100644 packages/topological-inventory/doc/interfaces/SourceRegionsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/SourcesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Subnet.md delete mode 100644 packages/topological-inventory/doc/interfaces/SubnetsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Subscription.md delete mode 100644 packages/topological-inventory/doc/interfaces/SubscriptionsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Tag.md delete mode 100644 packages/topological-inventory/doc/interfaces/Tagging.md delete mode 100644 packages/topological-inventory/doc/interfaces/TagsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Task.md delete mode 100644 packages/topological-inventory/doc/interfaces/TasksCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Tenant.md delete mode 100644 packages/topological-inventory/doc/interfaces/Vm.md delete mode 100644 packages/topological-inventory/doc/interfaces/VmsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/Volume.md delete mode 100644 packages/topological-inventory/doc/interfaces/VolumeAttachment.md delete mode 100644 packages/topological-inventory/doc/interfaces/VolumeAttachmentsCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/VolumeType.md delete mode 100644 packages/topological-inventory/doc/interfaces/VolumeTypesCollection.md delete mode 100644 packages/topological-inventory/doc/interfaces/VolumesCollection.md delete mode 100644 packages/topological-inventory/doc/modules.md create mode 100644 packages/topological-inventory/src/.gitignore create mode 100644 packages/topological-inventory/src/.npmignore create mode 100644 packages/topological-inventory/src/.openapi-generator-ignore rename packages/topological-inventory/{ => src}/.openapi-generator/FILES (99%) rename packages/topological-inventory/{ => src}/.openapi-generator/VERSION (100%) rename packages/topological-inventory/{ => src}/AppliedInventoriesForServiceOffering/index.ts (100%) rename packages/topological-inventory/{ => src}/GetDocumentation/index.ts (100%) rename packages/topological-inventory/{ => src}/ListClusterHosts/index.ts (100%) rename packages/topological-inventory/{ => src}/ListClusters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerGroupContainers/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerGroupTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerImageTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerImages/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerNodeContainerGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerNodeTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerProjectContainerGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerProjectContainerResourceQuota/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerProjectContainerTemplates/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerProjectTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerProjects/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerResourceQuota/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerTemplateTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainerTemplates/index.ts (100%) rename packages/topological-inventory/{ => src}/ListContainers/index.ts (100%) rename packages/topological-inventory/{ => src}/ListDatastores/index.ts (100%) rename packages/topological-inventory/{ => src}/ListFlavors/index.ts (100%) rename packages/topological-inventory/{ => src}/ListHosts/index.ts (100%) rename packages/topological-inventory/{ => src}/ListIpaddressTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListNetworkAdapterIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListNetworkAdapterTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListNetworkSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListNetworkTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListNetworks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackNetworks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStackVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListOrchestrationStacks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSecurityGroupTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSecurityGroupVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceInstanceNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceInstanceServiceInstanceNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceInstances/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceInventories/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceInventoryTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferingIcons/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferingNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferingServiceInstances/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferingServiceOfferingNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferingServicePlans/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferingTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServiceOfferings/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServicePlanServiceInstances/index.ts (100%) rename packages/topological-inventory/{ => src}/ListServicePlans/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceAvailabilities/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceClusters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceContainerGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceContainerImages/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceContainerNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceContainerProjects/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceContainerTemplates/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceContainers/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceDatastores/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceHosts/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceNetworks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceOrchestrationStacks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionNetworks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionOrchestrationStacks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionServiceInstances/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionServiceOfferings/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionServicePlans/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegionVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceRegions/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceServiceInstanceNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceServiceInstances/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceServiceInventories/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceServiceOfferingNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceServiceOfferings/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceServicePlans/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceSourceRegions/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceSubscriptions/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceVolumeTypes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSourceVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSources/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubnetIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubnetNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubnetTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionNetworks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionOrchestrationStacks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionServiceInstances/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionServiceOfferings/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionServicePlans/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptionVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListSubscriptions/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagContainerGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagContainerImages/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagContainerNodes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagContainerProjects/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagContainerTemplates/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagIpaddresses/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagNetworks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagServiceInventories/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagServiceOfferings/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagSubnets/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTagVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListTasks/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVmNetworkAdapters/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVmSecurityGroups/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVmTags/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVmVolumeAttachments/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVmVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVolumeAttachments/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVolumeTypeVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVolumeTypes/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVolumeVms/index.ts (100%) rename packages/topological-inventory/{ => src}/ListVolumes/index.ts (100%) rename packages/topological-inventory/{ => src}/OrderServiceOffering/index.ts (100%) rename packages/topological-inventory/{ => src}/OrderServicePlan/index.ts (100%) rename packages/topological-inventory/{ => src}/PostGraphQL/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowCluster/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainer/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainerGroup/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainerImage/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainerNode/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainerProject/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainerResourceQuota/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowContainerTemplate/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowDatastore/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowFlavor/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowHost/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowIpaddress/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowNetwork/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowNetworkAdapter/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowOrchestrationStack/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowSecurityGroup/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceInstance/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceInstanceNode/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceInventory/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceOffering/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceOfferingIcon/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceOfferingIconIconData/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServiceOfferingNode/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowServicePlan/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowSource/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowSourceRegion/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowSubnet/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowSubscription/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowTag/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowTask/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowVm/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowVolume/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowVolumeAttachment/index.ts (100%) rename packages/topological-inventory/{ => src}/ShowVolumeType/index.ts (100%) rename packages/topological-inventory/{ => src}/UpdateTask/index.ts (100%) rename packages/topological-inventory/{ => src}/api.ts (100%) rename packages/topological-inventory/{ => src}/index.ts (99%) rename packages/topological-inventory/{ => src}/types/index.ts (100%) diff --git a/packages/topological-inventory/custom.d.ts b/packages/topological-inventory/custom.d.ts deleted file mode 100644 index 32534cb16..000000000 --- a/packages/topological-inventory/custom.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module 'url'; \ No newline at end of file diff --git a/packages/topological-inventory/doc/.nojekyll b/packages/topological-inventory/doc/.nojekyll deleted file mode 100644 index e2ac6616a..000000000 --- a/packages/topological-inventory/doc/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/packages/topological-inventory/doc/README.md b/packages/topological-inventory/doc/README.md deleted file mode 100644 index 28eed0f54..000000000 --- a/packages/topological-inventory/doc/README.md +++ /dev/null @@ -1,70 +0,0 @@ -@redhat-cloud-services/topological-inventory-client / [Exports](modules.md) - -# Javascript client for Topological inventory API -If you want to use [ManageIQ/topological-inventory-api](https://github.com/ManageIQ/https://github.com/ManageIQ/topological_inventory-api) you shouldn't use get requests directly, but rather use this client to integrate with this service. - -## Install -NPM -```bash -npm install --save @redhat-cloud-services/topological-inventory-client -``` - -Or Yarn -```bash -yarn add @redhat-cloud-services/topological-inventory-client -``` - -### Usage -This client is using typescript and axios. Types are distributed with this package, so no need to define or install them separately. - -To correctly bootstrap this API you should use this config (no need to define it multiple times, just one config and reimport it anywhere you want to use it). -```JS -// api.js -import axios from 'axios'; -import { DefaultApi } from '@redhat-cloud-services/topological-inventory-client'; -const instance = axios.create(); - -// BASE_PATH should be set in your constants file -const baseApi = new DefaultApi(undefined, BASE_PATH, instance); -export baseApi; -``` - -If you want to add some interceptors you can use axios build in interceptors -```JS -// api.js -import axios from 'axios'; -import { DefaultApi } from '@redhat-cloud-services/topological-inventory-client'; -const instance = axios.create(); - -// Request interceptor -instance.interceptors.request.use((request) => { - // some logic to do with request -}); - -// Response interceptor -instance.interceptors.response.use((response) => { - // some logic to do with request -}); - -// Error interceptor -instance.interceptors.response.use(null, (error) => { - // some logic to do with error -}); - -// BASE_PATH should be set in your constants file -const baseApi = new DefaultApi(undefined, BASE_PATH, instance); -export baseApi; -``` - -## API documentation -## Building - -Run `nx build @redhat-cloud-services/topological-inventory-client` to build the library. - -## Running unit tests - -Run `nx test @redhat-cloud-services/topological-inventory-client` to execute the unit tests via [Jest](https://jestjs.io). - -## API documentation - -* [README](doc/README.md) diff --git a/packages/topological-inventory/doc/classes/Configuration.md b/packages/topological-inventory/doc/classes/Configuration.md deleted file mode 100644 index b2e9b6c64..000000000 --- a/packages/topological-inventory/doc/classes/Configuration.md +++ /dev/null @@ -1,146 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Configuration - -# Class: Configuration - -## Table of contents - -### Constructors - -- [constructor](Configuration.md#constructor) - -### Properties - -- [accessToken](Configuration.md#accesstoken) -- [apiKey](Configuration.md#apikey) -- [baseOptions](Configuration.md#baseoptions) -- [basePath](Configuration.md#basepath) -- [password](Configuration.md#password) -- [username](Configuration.md#username) - -## Constructors - -### constructor - -• **new Configuration**(`param?`): [`Configuration`](Configuration.md) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `param` | [`ConfigurationParameters`](../interfaces/ConfigurationParameters.md) | - -#### Returns - -[`Configuration`](Configuration.md) - -#### Defined in - -[configuration.ts:67](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L67) - -## Properties - -### accessToken - -• `Optional` **accessToken**: `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `string` - -parameter for oauth2 security - -**`Param`** - -security name - -**`Param`** - -oauth2 scope - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L51) - -___ - -### apiKey - -• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\> - -parameter for apiKey security - -**`Param`** - -security name - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:30](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L30) - -___ - -### baseOptions - -• `Optional` **baseOptions**: `any` - -base options for axios calls - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:65](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L65) - -___ - -### basePath - -• `Optional` **basePath**: `string` - -override base path - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L58) - -___ - -### password - -• `Optional` **password**: `string` - -parameter for basic security - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:44](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L44) - -___ - -### username - -• `Optional` **username**: `string` - -parameter for basic security - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L37) diff --git a/packages/topological-inventory/doc/classes/DefaultApi.md b/packages/topological-inventory/doc/classes/DefaultApi.md deleted file mode 100644 index 4b3b243c5..000000000 --- a/packages/topological-inventory/doc/classes/DefaultApi.md +++ /dev/null @@ -1,6632 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / DefaultApi - -# Class: DefaultApi - -DefaultApi - object-oriented interface - -**`Export`** - -DefaultApi - -## Hierarchy - -- `BaseAPI` - - ↳ **`DefaultApi`** - -## Table of contents - -### Constructors - -- [constructor](DefaultApi.md#constructor) - -### Properties - -- [axios](DefaultApi.md#axios) -- [basePath](DefaultApi.md#basepath) -- [configuration](DefaultApi.md#configuration) - -### Methods - -- [appliedInventoriesForServiceOffering](DefaultApi.md#appliedinventoriesforserviceoffering) -- [getDocumentation](DefaultApi.md#getdocumentation) -- [listClusterHosts](DefaultApi.md#listclusterhosts) -- [listClusters](DefaultApi.md#listclusters) -- [listContainerGroupContainers](DefaultApi.md#listcontainergroupcontainers) -- [listContainerGroupTags](DefaultApi.md#listcontainergrouptags) -- [listContainerGroups](DefaultApi.md#listcontainergroups) -- [listContainerImageTags](DefaultApi.md#listcontainerimagetags) -- [listContainerImages](DefaultApi.md#listcontainerimages) -- [listContainerNodeContainerGroups](DefaultApi.md#listcontainernodecontainergroups) -- [listContainerNodeTags](DefaultApi.md#listcontainernodetags) -- [listContainerNodes](DefaultApi.md#listcontainernodes) -- [listContainerProjectContainerGroups](DefaultApi.md#listcontainerprojectcontainergroups) -- [listContainerProjectContainerResourceQuota](DefaultApi.md#listcontainerprojectcontainerresourcequota) -- [listContainerProjectContainerTemplates](DefaultApi.md#listcontainerprojectcontainertemplates) -- [listContainerProjectTags](DefaultApi.md#listcontainerprojecttags) -- [listContainerProjects](DefaultApi.md#listcontainerprojects) -- [listContainerResourceQuota](DefaultApi.md#listcontainerresourcequota) -- [listContainerTemplateTags](DefaultApi.md#listcontainertemplatetags) -- [listContainerTemplates](DefaultApi.md#listcontainertemplates) -- [listContainers](DefaultApi.md#listcontainers) -- [listDatastores](DefaultApi.md#listdatastores) -- [listFlavors](DefaultApi.md#listflavors) -- [listHosts](DefaultApi.md#listhosts) -- [listIpaddressTags](DefaultApi.md#listipaddresstags) -- [listIpaddresses](DefaultApi.md#listipaddresses) -- [listNetworkAdapterIpaddresses](DefaultApi.md#listnetworkadapteripaddresses) -- [listNetworkAdapterTags](DefaultApi.md#listnetworkadaptertags) -- [listNetworkAdapters](DefaultApi.md#listnetworkadapters) -- [listNetworkSubnets](DefaultApi.md#listnetworksubnets) -- [listNetworkTags](DefaultApi.md#listnetworktags) -- [listNetworks](DefaultApi.md#listnetworks) -- [listOrchestrationStackIpaddresses](DefaultApi.md#listorchestrationstackipaddresses) -- [listOrchestrationStackNetworkAdapters](DefaultApi.md#listorchestrationstacknetworkadapters) -- [listOrchestrationStackNetworks](DefaultApi.md#listorchestrationstacknetworks) -- [listOrchestrationStackSecurityGroups](DefaultApi.md#listorchestrationstacksecuritygroups) -- [listOrchestrationStackSubnets](DefaultApi.md#listorchestrationstacksubnets) -- [listOrchestrationStackVms](DefaultApi.md#listorchestrationstackvms) -- [listOrchestrationStackVolumes](DefaultApi.md#listorchestrationstackvolumes) -- [listOrchestrationStacks](DefaultApi.md#listorchestrationstacks) -- [listSecurityGroupTags](DefaultApi.md#listsecuritygrouptags) -- [listSecurityGroupVms](DefaultApi.md#listsecuritygroupvms) -- [listSecurityGroups](DefaultApi.md#listsecuritygroups) -- [listServiceInstanceNodes](DefaultApi.md#listserviceinstancenodes) -- [listServiceInstanceServiceInstanceNodes](DefaultApi.md#listserviceinstanceserviceinstancenodes) -- [listServiceInstances](DefaultApi.md#listserviceinstances) -- [listServiceInventories](DefaultApi.md#listserviceinventories) -- [listServiceInventoryTags](DefaultApi.md#listserviceinventorytags) -- [listServiceOfferingIcons](DefaultApi.md#listserviceofferingicons) -- [listServiceOfferingNodes](DefaultApi.md#listserviceofferingnodes) -- [listServiceOfferingServiceInstances](DefaultApi.md#listserviceofferingserviceinstances) -- [listServiceOfferingServiceOfferingNodes](DefaultApi.md#listserviceofferingserviceofferingnodes) -- [listServiceOfferingServicePlans](DefaultApi.md#listserviceofferingserviceplans) -- [listServiceOfferingTags](DefaultApi.md#listserviceofferingtags) -- [listServiceOfferings](DefaultApi.md#listserviceofferings) -- [listServicePlanServiceInstances](DefaultApi.md#listserviceplanserviceinstances) -- [listServicePlans](DefaultApi.md#listserviceplans) -- [listSourceAvailabilities](DefaultApi.md#listsourceavailabilities) -- [listSourceClusters](DefaultApi.md#listsourceclusters) -- [listSourceContainerGroups](DefaultApi.md#listsourcecontainergroups) -- [listSourceContainerImages](DefaultApi.md#listsourcecontainerimages) -- [listSourceContainerNodes](DefaultApi.md#listsourcecontainernodes) -- [listSourceContainerProjects](DefaultApi.md#listsourcecontainerprojects) -- [listSourceContainerTemplates](DefaultApi.md#listsourcecontainertemplates) -- [listSourceContainers](DefaultApi.md#listsourcecontainers) -- [listSourceDatastores](DefaultApi.md#listsourcedatastores) -- [listSourceHosts](DefaultApi.md#listsourcehosts) -- [listSourceIpaddresses](DefaultApi.md#listsourceipaddresses) -- [listSourceNetworkAdapters](DefaultApi.md#listsourcenetworkadapters) -- [listSourceNetworks](DefaultApi.md#listsourcenetworks) -- [listSourceOrchestrationStacks](DefaultApi.md#listsourceorchestrationstacks) -- [listSourceRegionIpaddresses](DefaultApi.md#listsourceregionipaddresses) -- [listSourceRegionNetworkAdapters](DefaultApi.md#listsourceregionnetworkadapters) -- [listSourceRegionNetworks](DefaultApi.md#listsourceregionnetworks) -- [listSourceRegionOrchestrationStacks](DefaultApi.md#listsourceregionorchestrationstacks) -- [listSourceRegionSecurityGroups](DefaultApi.md#listsourceregionsecuritygroups) -- [listSourceRegionServiceInstances](DefaultApi.md#listsourceregionserviceinstances) -- [listSourceRegionServiceOfferings](DefaultApi.md#listsourceregionserviceofferings) -- [listSourceRegionServicePlans](DefaultApi.md#listsourceregionserviceplans) -- [listSourceRegionSubnets](DefaultApi.md#listsourceregionsubnets) -- [listSourceRegionVms](DefaultApi.md#listsourceregionvms) -- [listSourceRegionVolumes](DefaultApi.md#listsourceregionvolumes) -- [listSourceRegions](DefaultApi.md#listsourceregions) -- [listSourceSecurityGroups](DefaultApi.md#listsourcesecuritygroups) -- [listSourceServiceInstanceNodes](DefaultApi.md#listsourceserviceinstancenodes) -- [listSourceServiceInstances](DefaultApi.md#listsourceserviceinstances) -- [listSourceServiceInventories](DefaultApi.md#listsourceserviceinventories) -- [listSourceServiceOfferingNodes](DefaultApi.md#listsourceserviceofferingnodes) -- [listSourceServiceOfferings](DefaultApi.md#listsourceserviceofferings) -- [listSourceServicePlans](DefaultApi.md#listsourceserviceplans) -- [listSourceSourceRegions](DefaultApi.md#listsourcesourceregions) -- [listSourceSubnets](DefaultApi.md#listsourcesubnets) -- [listSourceSubscriptions](DefaultApi.md#listsourcesubscriptions) -- [listSourceVms](DefaultApi.md#listsourcevms) -- [listSourceVolumeTypes](DefaultApi.md#listsourcevolumetypes) -- [listSourceVolumes](DefaultApi.md#listsourcevolumes) -- [listSources](DefaultApi.md#listsources) -- [listSubnetIpaddresses](DefaultApi.md#listsubnetipaddresses) -- [listSubnetNetworkAdapters](DefaultApi.md#listsubnetnetworkadapters) -- [listSubnetTags](DefaultApi.md#listsubnettags) -- [listSubnets](DefaultApi.md#listsubnets) -- [listSubscriptionIpaddresses](DefaultApi.md#listsubscriptionipaddresses) -- [listSubscriptionNetworkAdapters](DefaultApi.md#listsubscriptionnetworkadapters) -- [listSubscriptionNetworks](DefaultApi.md#listsubscriptionnetworks) -- [listSubscriptionOrchestrationStacks](DefaultApi.md#listsubscriptionorchestrationstacks) -- [listSubscriptionSecurityGroups](DefaultApi.md#listsubscriptionsecuritygroups) -- [listSubscriptionServiceInstances](DefaultApi.md#listsubscriptionserviceinstances) -- [listSubscriptionServiceOfferings](DefaultApi.md#listsubscriptionserviceofferings) -- [listSubscriptionServicePlans](DefaultApi.md#listsubscriptionserviceplans) -- [listSubscriptionSubnets](DefaultApi.md#listsubscriptionsubnets) -- [listSubscriptionVms](DefaultApi.md#listsubscriptionvms) -- [listSubscriptionVolumes](DefaultApi.md#listsubscriptionvolumes) -- [listSubscriptions](DefaultApi.md#listsubscriptions) -- [listTagContainerGroups](DefaultApi.md#listtagcontainergroups) -- [listTagContainerImages](DefaultApi.md#listtagcontainerimages) -- [listTagContainerNodes](DefaultApi.md#listtagcontainernodes) -- [listTagContainerProjects](DefaultApi.md#listtagcontainerprojects) -- [listTagContainerTemplates](DefaultApi.md#listtagcontainertemplates) -- [listTagIpaddresses](DefaultApi.md#listtagipaddresses) -- [listTagNetworkAdapters](DefaultApi.md#listtagnetworkadapters) -- [listTagNetworks](DefaultApi.md#listtagnetworks) -- [listTagSecurityGroups](DefaultApi.md#listtagsecuritygroups) -- [listTagServiceInventories](DefaultApi.md#listtagserviceinventories) -- [listTagServiceOfferings](DefaultApi.md#listtagserviceofferings) -- [listTagSubnets](DefaultApi.md#listtagsubnets) -- [listTagVms](DefaultApi.md#listtagvms) -- [listTags](DefaultApi.md#listtags) -- [listTasks](DefaultApi.md#listtasks) -- [listVmNetworkAdapters](DefaultApi.md#listvmnetworkadapters) -- [listVmSecurityGroups](DefaultApi.md#listvmsecuritygroups) -- [listVmTags](DefaultApi.md#listvmtags) -- [listVmVolumeAttachments](DefaultApi.md#listvmvolumeattachments) -- [listVmVolumes](DefaultApi.md#listvmvolumes) -- [listVms](DefaultApi.md#listvms) -- [listVolumeAttachments](DefaultApi.md#listvolumeattachments) -- [listVolumeTypeVolumes](DefaultApi.md#listvolumetypevolumes) -- [listVolumeTypes](DefaultApi.md#listvolumetypes) -- [listVolumeVms](DefaultApi.md#listvolumevms) -- [listVolumes](DefaultApi.md#listvolumes) -- [orderServiceOffering](DefaultApi.md#orderserviceoffering) -- [orderServicePlan](DefaultApi.md#orderserviceplan) -- [postGraphQL](DefaultApi.md#postgraphql) -- [showCluster](DefaultApi.md#showcluster) -- [showContainer](DefaultApi.md#showcontainer) -- [showContainerGroup](DefaultApi.md#showcontainergroup) -- [showContainerImage](DefaultApi.md#showcontainerimage) -- [showContainerNode](DefaultApi.md#showcontainernode) -- [showContainerProject](DefaultApi.md#showcontainerproject) -- [showContainerResourceQuota](DefaultApi.md#showcontainerresourcequota) -- [showContainerTemplate](DefaultApi.md#showcontainertemplate) -- [showDatastore](DefaultApi.md#showdatastore) -- [showFlavor](DefaultApi.md#showflavor) -- [showHost](DefaultApi.md#showhost) -- [showIpaddress](DefaultApi.md#showipaddress) -- [showNetwork](DefaultApi.md#shownetwork) -- [showNetworkAdapter](DefaultApi.md#shownetworkadapter) -- [showOrchestrationStack](DefaultApi.md#showorchestrationstack) -- [showSecurityGroup](DefaultApi.md#showsecuritygroup) -- [showServiceInstance](DefaultApi.md#showserviceinstance) -- [showServiceInstanceNode](DefaultApi.md#showserviceinstancenode) -- [showServiceInventory](DefaultApi.md#showserviceinventory) -- [showServiceOffering](DefaultApi.md#showserviceoffering) -- [showServiceOfferingIcon](DefaultApi.md#showserviceofferingicon) -- [showServiceOfferingIconIconData](DefaultApi.md#showserviceofferingiconicondata) -- [showServiceOfferingNode](DefaultApi.md#showserviceofferingnode) -- [showServicePlan](DefaultApi.md#showserviceplan) -- [showSource](DefaultApi.md#showsource) -- [showSourceRegion](DefaultApi.md#showsourceregion) -- [showSubnet](DefaultApi.md#showsubnet) -- [showSubscription](DefaultApi.md#showsubscription) -- [showTag](DefaultApi.md#showtag) -- [showTask](DefaultApi.md#showtask) -- [showVm](DefaultApi.md#showvm) -- [showVolume](DefaultApi.md#showvolume) -- [showVolumeAttachment](DefaultApi.md#showvolumeattachment) -- [showVolumeType](DefaultApi.md#showvolumetype) -- [updateTask](DefaultApi.md#updatetask) - -## Constructors - -### constructor - -• **new DefaultApi**(`configuration?`, `basePath?`, `axios?`): [`DefaultApi`](DefaultApi.md) - -#### Parameters - -| Name | Type | Default value | -| :------ | :------ | :------ | -| `configuration?` | [`Configuration`](Configuration.md) | `undefined` | -| `basePath` | `string` | `BASE_PATH` | -| `axios` | `AxiosInstance` | `globalAxios` | - -#### Returns - -[`DefaultApi`](DefaultApi.md) - -#### Inherited from - -BaseAPI.constructor - -#### Defined in - -[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/base.ts#L51) - -## Properties - -### axios - -• `Protected` **axios**: `AxiosInstance` = `globalAxios` - -#### Inherited from - -BaseAPI.axios - -#### Defined in - -[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/base.ts#L51) - -___ - -### basePath - -• `Protected` **basePath**: `string` = `BASE_PATH` - -#### Inherited from - -BaseAPI.basePath - -#### Defined in - -[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/base.ts#L51) - -___ - -### configuration - -• `Protected` **configuration**: `undefined` \| [`Configuration`](Configuration.md) - -#### Inherited from - -BaseAPI.configuration - -#### Defined in - -[base.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/base.ts#L49) - -## Methods - -### appliedInventoriesForServiceOffering - -▸ **appliedInventoriesForServiceOffering**(`id`, `appliedInventoriesParametersServicePlan`, `options?`): `Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\> - -Returns a Task id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `appliedInventoriesParametersServicePlan` | [`AppliedInventoriesParametersServicePlan`](../interfaces/AppliedInventoriesParametersServicePlan.md) | Parameters defining input data for computing inventories | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\> - -**`Summary`** - -Invokes computing of ServiceInventories for given ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19471](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19471) - -___ - -### getDocumentation - -▸ **getDocumentation**(`options?`): `Promise`\<`AxiosResponse`\<`object`, `any`\>\> - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<`object`, `any`\>\> - -**`Summary`** - -Return this API document in JSON format - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19482](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19482) - -___ - -### listClusterHosts - -▸ **listClusterHosts**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`HostsCollection`](../interfaces/HostsCollection.md), `any`\>\> - -Returns an array of Host objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`HostsCollection`](../interfaces/HostsCollection.md), `any`\>\> - -**`Summary`** - -List Hosts for Cluster - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19498](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19498) - -___ - -### listClusters - -▸ **listClusters**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ClustersCollection`](../interfaces/ClustersCollection.md), `any`\>\> - -Returns an array of Cluster objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ClustersCollection`](../interfaces/ClustersCollection.md), `any`\>\> - -**`Summary`** - -List Clusters - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19513](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19513) - -___ - -### listContainerGroupContainers - -▸ **listContainerGroupContainers**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainersCollection`](../interfaces/ContainersCollection.md), `any`\>\> - -Returns an array of Container objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainersCollection`](../interfaces/ContainersCollection.md), `any`\>\> - -**`Summary`** - -List Containers for ContainerGroup - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19529](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19529) - -___ - -### listContainerGroupTags - -▸ **listContainerGroupTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ContainerGroup - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19545](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19545) - -___ - -### listContainerGroups - -▸ **listContainerGroups**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -Returns an array of ContainerGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerGroups - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19560](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19560) - -___ - -### listContainerImageTags - -▸ **listContainerImageTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ContainerImage - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19576](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19576) - -___ - -### listContainerImages - -▸ **listContainerImages**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerImagesCollection`](../interfaces/ContainerImagesCollection.md), `any`\>\> - -Returns an array of ContainerImage objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerImagesCollection`](../interfaces/ContainerImagesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerImages - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19591](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19591) - -___ - -### listContainerNodeContainerGroups - -▸ **listContainerNodeContainerGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -Returns an array of ContainerGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerGroups for ContainerNode - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19607](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19607) - -___ - -### listContainerNodeTags - -▸ **listContainerNodeTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ContainerNode - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19623](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19623) - -___ - -### listContainerNodes - -▸ **listContainerNodes**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerNodesCollection`](../interfaces/ContainerNodesCollection.md), `any`\>\> - -Returns an array of ContainerNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerNodesCollection`](../interfaces/ContainerNodesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerNodes - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19638](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19638) - -___ - -### listContainerProjectContainerGroups - -▸ **listContainerProjectContainerGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -Returns an array of ContainerGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerGroups for ContainerProject - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19654](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19654) - -___ - -### listContainerProjectContainerResourceQuota - -▸ **listContainerProjectContainerResourceQuota**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerResourceQuotaCollection`](../interfaces/ContainerResourceQuotaCollection.md), `any`\>\> - -Returns an array of ContainerResourceQuota objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerResourceQuotaCollection`](../interfaces/ContainerResourceQuotaCollection.md), `any`\>\> - -**`Summary`** - -List ContainerResourceQuota for ContainerProject - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19670](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19670) - -___ - -### listContainerProjectContainerTemplates - -▸ **listContainerProjectContainerTemplates**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -Returns an array of ContainerTemplate objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerTemplates for ContainerProject - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19686](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19686) - -___ - -### listContainerProjectTags - -▸ **listContainerProjectTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ContainerProject - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19702](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19702) - -___ - -### listContainerProjects - -▸ **listContainerProjects**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerProjectsCollection`](../interfaces/ContainerProjectsCollection.md), `any`\>\> - -Returns an array of ContainerProject objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerProjectsCollection`](../interfaces/ContainerProjectsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerProjects - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19717](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19717) - -___ - -### listContainerResourceQuota - -▸ **listContainerResourceQuota**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerResourceQuotaCollection`](../interfaces/ContainerResourceQuotaCollection.md), `any`\>\> - -Returns an array of ContainerResourceQuota objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerResourceQuotaCollection`](../interfaces/ContainerResourceQuotaCollection.md), `any`\>\> - -**`Summary`** - -List ContainerResourceQuota - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19732](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19732) - -___ - -### listContainerTemplateTags - -▸ **listContainerTemplateTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ContainerTemplate - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19748](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19748) - -___ - -### listContainerTemplates - -▸ **listContainerTemplates**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -Returns an array of ContainerTemplate objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerTemplates - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19763](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19763) - -___ - -### listContainers - -▸ **listContainers**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainersCollection`](../interfaces/ContainersCollection.md), `any`\>\> - -Returns an array of Container objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainersCollection`](../interfaces/ContainersCollection.md), `any`\>\> - -**`Summary`** - -List Containers - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19778](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19778) - -___ - -### listDatastores - -▸ **listDatastores**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`DatastoresCollection`](../interfaces/DatastoresCollection.md), `any`\>\> - -Returns an array of Datastore objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`DatastoresCollection`](../interfaces/DatastoresCollection.md), `any`\>\> - -**`Summary`** - -List Datastores - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19793](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19793) - -___ - -### listFlavors - -▸ **listFlavors**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`FlavorsCollection`](../interfaces/FlavorsCollection.md), `any`\>\> - -Returns an array of Flavor objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`FlavorsCollection`](../interfaces/FlavorsCollection.md), `any`\>\> - -**`Summary`** - -List Flavors - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19808](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19808) - -___ - -### listHosts - -▸ **listHosts**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`HostsCollection`](../interfaces/HostsCollection.md), `any`\>\> - -Returns an array of Host objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`HostsCollection`](../interfaces/HostsCollection.md), `any`\>\> - -**`Summary`** - -List Hosts - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19823](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19823) - -___ - -### listIpaddressTags - -▸ **listIpaddressTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for Ipaddress - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19839](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19839) - -___ - -### listIpaddresses - -▸ **listIpaddresses**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19854](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19854) - -___ - -### listNetworkAdapterIpaddresses - -▸ **listNetworkAdapterIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for NetworkAdapter - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19870](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19870) - -___ - -### listNetworkAdapterTags - -▸ **listNetworkAdapterTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for NetworkAdapter - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19886](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19886) - -___ - -### listNetworkAdapters - -▸ **listNetworkAdapters**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19901](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19901) - -___ - -### listNetworkSubnets - -▸ **listNetworkSubnets**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets for Network - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19917](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19917) - -___ - -### listNetworkTags - -▸ **listNetworkTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for Network - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19933](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19933) - -___ - -### listNetworks - -▸ **listNetworks**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -Returns an array of Network objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -**`Summary`** - -List Networks - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19948](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19948) - -___ - -### listOrchestrationStackIpaddresses - -▸ **listOrchestrationStackIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19964](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19964) - -___ - -### listOrchestrationStackNetworkAdapters - -▸ **listOrchestrationStackNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19980](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19980) - -___ - -### listOrchestrationStackNetworks - -▸ **listOrchestrationStackNetworks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -Returns an array of Network objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -**`Summary`** - -List Networks for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:19996](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L19996) - -___ - -### listOrchestrationStackSecurityGroups - -▸ **listOrchestrationStackSecurityGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20012](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20012) - -___ - -### listOrchestrationStackSubnets - -▸ **listOrchestrationStackSubnets**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20028](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20028) - -___ - -### listOrchestrationStackVms - -▸ **listOrchestrationStackVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20044](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20044) - -___ - -### listOrchestrationStackVolumes - -▸ **listOrchestrationStackVolumes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes for OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20060](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20060) - -___ - -### listOrchestrationStacks - -▸ **listOrchestrationStacks**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -Returns an array of OrchestrationStack objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -**`Summary`** - -List OrchestrationStacks - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20075](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20075) - -___ - -### listSecurityGroupTags - -▸ **listSecurityGroupTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for SecurityGroup - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20091](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20091) - -___ - -### listSecurityGroupVms - -▸ **listSecurityGroupVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for SecurityGroup - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20107) - -___ - -### listSecurityGroups - -▸ **listSecurityGroups**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20122](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20122) - -___ - -### listServiceInstanceNodes - -▸ **listServiceInstanceNodes**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstanceNodesCollection`](../interfaces/ServiceInstanceNodesCollection.md), `any`\>\> - -Returns an array of ServiceInstanceNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstanceNodesCollection`](../interfaces/ServiceInstanceNodesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstanceNodes - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20137) - -___ - -### listServiceInstanceServiceInstanceNodes - -▸ **listServiceInstanceServiceInstanceNodes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstanceNodesCollection`](../interfaces/ServiceInstanceNodesCollection.md), `any`\>\> - -Returns an array of ServiceInstanceNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstanceNodesCollection`](../interfaces/ServiceInstanceNodesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstanceNodes for ServiceInstance - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20153](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20153) - -___ - -### listServiceInstances - -▸ **listServiceInstances**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -Returns an array of ServiceInstance objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstances - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20168](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20168) - -___ - -### listServiceInventories - -▸ **listServiceInventories**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInventoriesCollection`](../interfaces/ServiceInventoriesCollection.md), `any`\>\> - -Returns an array of ServiceInventory objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInventoriesCollection`](../interfaces/ServiceInventoriesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInventories - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20183](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20183) - -___ - -### listServiceInventoryTags - -▸ **listServiceInventoryTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ServiceInventory - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20199](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20199) - -___ - -### listServiceOfferingIcons - -▸ **listServiceOfferingIcons**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingIconsCollection`](../interfaces/ServiceOfferingIconsCollection.md), `any`\>\> - -Returns an array of ServiceOfferingIcon objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingIconsCollection`](../interfaces/ServiceOfferingIconsCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferingIcons - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20214](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20214) - -___ - -### listServiceOfferingNodes - -▸ **listServiceOfferingNodes**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingNodesCollection`](../interfaces/ServiceOfferingNodesCollection.md), `any`\>\> - -Returns an array of ServiceOfferingNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingNodesCollection`](../interfaces/ServiceOfferingNodesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferingNodes - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20229](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20229) - -___ - -### listServiceOfferingServiceInstances - -▸ **listServiceOfferingServiceInstances**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -Returns an array of ServiceInstance objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstances for ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20245](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20245) - -___ - -### listServiceOfferingServiceOfferingNodes - -▸ **listServiceOfferingServiceOfferingNodes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingNodesCollection`](../interfaces/ServiceOfferingNodesCollection.md), `any`\>\> - -Returns an array of ServiceOfferingNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingNodesCollection`](../interfaces/ServiceOfferingNodesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferingNodes for ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20261](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20261) - -___ - -### listServiceOfferingServicePlans - -▸ **listServiceOfferingServicePlans**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -Returns an array of ServicePlan objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -**`Summary`** - -List ServicePlans for ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20277](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20277) - -___ - -### listServiceOfferingTags - -▸ **listServiceOfferingTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20293](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20293) - -___ - -### listServiceOfferings - -▸ **listServiceOfferings**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -Returns an array of ServiceOffering objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferings - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20308](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20308) - -___ - -### listServicePlanServiceInstances - -▸ **listServicePlanServiceInstances**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -Returns an array of ServiceInstance objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstances for ServicePlan - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20324](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20324) - -___ - -### listServicePlans - -▸ **listServicePlans**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -Returns an array of ServicePlan objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -**`Summary`** - -List ServicePlans - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20339](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20339) - -___ - -### listSourceAvailabilities - -▸ **listSourceAvailabilities**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`AvailabilitiesCollection`](../interfaces/AvailabilitiesCollection.md), `any`\>\> - -Returns an array of Availability objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`AvailabilitiesCollection`](../interfaces/AvailabilitiesCollection.md), `any`\>\> - -**`Summary`** - -List Availabilities for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20355](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20355) - -___ - -### listSourceClusters - -▸ **listSourceClusters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ClustersCollection`](../interfaces/ClustersCollection.md), `any`\>\> - -Returns an array of Cluster objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ClustersCollection`](../interfaces/ClustersCollection.md), `any`\>\> - -**`Summary`** - -List Clusters for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20371](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20371) - -___ - -### listSourceContainerGroups - -▸ **listSourceContainerGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -Returns an array of ContainerGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerGroups for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20387](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20387) - -___ - -### listSourceContainerImages - -▸ **listSourceContainerImages**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerImagesCollection`](../interfaces/ContainerImagesCollection.md), `any`\>\> - -Returns an array of ContainerImage objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerImagesCollection`](../interfaces/ContainerImagesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerImages for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20403](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20403) - -___ - -### listSourceContainerNodes - -▸ **listSourceContainerNodes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerNodesCollection`](../interfaces/ContainerNodesCollection.md), `any`\>\> - -Returns an array of ContainerNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerNodesCollection`](../interfaces/ContainerNodesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerNodes for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20419](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20419) - -___ - -### listSourceContainerProjects - -▸ **listSourceContainerProjects**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerProjectsCollection`](../interfaces/ContainerProjectsCollection.md), `any`\>\> - -Returns an array of ContainerProject objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerProjectsCollection`](../interfaces/ContainerProjectsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerProjects for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20435](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20435) - -___ - -### listSourceContainerTemplates - -▸ **listSourceContainerTemplates**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -Returns an array of ContainerTemplate objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerTemplates for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20451](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20451) - -___ - -### listSourceContainers - -▸ **listSourceContainers**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainersCollection`](../interfaces/ContainersCollection.md), `any`\>\> - -Returns an array of Container objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainersCollection`](../interfaces/ContainersCollection.md), `any`\>\> - -**`Summary`** - -List Containers for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20467](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20467) - -___ - -### listSourceDatastores - -▸ **listSourceDatastores**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`DatastoresCollection`](../interfaces/DatastoresCollection.md), `any`\>\> - -Returns an array of Datastore objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`DatastoresCollection`](../interfaces/DatastoresCollection.md), `any`\>\> - -**`Summary`** - -List Datastores for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20483](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20483) - -___ - -### listSourceHosts - -▸ **listSourceHosts**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`HostsCollection`](../interfaces/HostsCollection.md), `any`\>\> - -Returns an array of Host objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`HostsCollection`](../interfaces/HostsCollection.md), `any`\>\> - -**`Summary`** - -List Hosts for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20499](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20499) - -___ - -### listSourceIpaddresses - -▸ **listSourceIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20515](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20515) - -___ - -### listSourceNetworkAdapters - -▸ **listSourceNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20531](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20531) - -___ - -### listSourceNetworks - -▸ **listSourceNetworks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -Returns an array of Network objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -**`Summary`** - -List Networks for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20547](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20547) - -___ - -### listSourceOrchestrationStacks - -▸ **listSourceOrchestrationStacks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -Returns an array of OrchestrationStack objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -**`Summary`** - -List OrchestrationStacks for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20563](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20563) - -___ - -### listSourceRegionIpaddresses - -▸ **listSourceRegionIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20579](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20579) - -___ - -### listSourceRegionNetworkAdapters - -▸ **listSourceRegionNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20595](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20595) - -___ - -### listSourceRegionNetworks - -▸ **listSourceRegionNetworks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -Returns an array of Network objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -**`Summary`** - -List Networks for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20611](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20611) - -___ - -### listSourceRegionOrchestrationStacks - -▸ **listSourceRegionOrchestrationStacks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -Returns an array of OrchestrationStack objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -**`Summary`** - -List OrchestrationStacks for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20627](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20627) - -___ - -### listSourceRegionSecurityGroups - -▸ **listSourceRegionSecurityGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20643](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20643) - -___ - -### listSourceRegionServiceInstances - -▸ **listSourceRegionServiceInstances**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -Returns an array of ServiceInstance objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstances for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20659](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20659) - -___ - -### listSourceRegionServiceOfferings - -▸ **listSourceRegionServiceOfferings**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -Returns an array of ServiceOffering objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferings for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20675](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20675) - -___ - -### listSourceRegionServicePlans - -▸ **listSourceRegionServicePlans**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -Returns an array of ServicePlan objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -**`Summary`** - -List ServicePlans for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20691](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20691) - -___ - -### listSourceRegionSubnets - -▸ **listSourceRegionSubnets**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20707](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20707) - -___ - -### listSourceRegionVms - -▸ **listSourceRegionVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20723](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20723) - -___ - -### listSourceRegionVolumes - -▸ **listSourceRegionVolumes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes for SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20739](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20739) - -___ - -### listSourceRegions - -▸ **listSourceRegions**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SourceRegionsCollection`](../interfaces/SourceRegionsCollection.md), `any`\>\> - -Returns an array of SourceRegion objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SourceRegionsCollection`](../interfaces/SourceRegionsCollection.md), `any`\>\> - -**`Summary`** - -List SourceRegions - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20754](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20754) - -___ - -### listSourceSecurityGroups - -▸ **listSourceSecurityGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20770](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20770) - -___ - -### listSourceServiceInstanceNodes - -▸ **listSourceServiceInstanceNodes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstanceNodesCollection`](../interfaces/ServiceInstanceNodesCollection.md), `any`\>\> - -Returns an array of ServiceInstanceNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstanceNodesCollection`](../interfaces/ServiceInstanceNodesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstanceNodes for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20786](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20786) - -___ - -### listSourceServiceInstances - -▸ **listSourceServiceInstances**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -Returns an array of ServiceInstance objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstances for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20802](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20802) - -___ - -### listSourceServiceInventories - -▸ **listSourceServiceInventories**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInventoriesCollection`](../interfaces/ServiceInventoriesCollection.md), `any`\>\> - -Returns an array of ServiceInventory objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInventoriesCollection`](../interfaces/ServiceInventoriesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInventories for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20818](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20818) - -___ - -### listSourceServiceOfferingNodes - -▸ **listSourceServiceOfferingNodes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingNodesCollection`](../interfaces/ServiceOfferingNodesCollection.md), `any`\>\> - -Returns an array of ServiceOfferingNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingNodesCollection`](../interfaces/ServiceOfferingNodesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferingNodes for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20834](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20834) - -___ - -### listSourceServiceOfferings - -▸ **listSourceServiceOfferings**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -Returns an array of ServiceOffering objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferings for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20850](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20850) - -___ - -### listSourceServicePlans - -▸ **listSourceServicePlans**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -Returns an array of ServicePlan objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -**`Summary`** - -List ServicePlans for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20866](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20866) - -___ - -### listSourceSourceRegions - -▸ **listSourceSourceRegions**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SourceRegionsCollection`](../interfaces/SourceRegionsCollection.md), `any`\>\> - -Returns an array of SourceRegion objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SourceRegionsCollection`](../interfaces/SourceRegionsCollection.md), `any`\>\> - -**`Summary`** - -List SourceRegions for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20882](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20882) - -___ - -### listSourceSubnets - -▸ **listSourceSubnets**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20898](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20898) - -___ - -### listSourceSubscriptions - -▸ **listSourceSubscriptions**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubscriptionsCollection`](../interfaces/SubscriptionsCollection.md), `any`\>\> - -Returns an array of Subscription objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubscriptionsCollection`](../interfaces/SubscriptionsCollection.md), `any`\>\> - -**`Summary`** - -List Subscriptions for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20914](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20914) - -___ - -### listSourceVms - -▸ **listSourceVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20930](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20930) - -___ - -### listSourceVolumeTypes - -▸ **listSourceVolumeTypes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumeTypesCollection`](../interfaces/VolumeTypesCollection.md), `any`\>\> - -Returns an array of VolumeType objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumeTypesCollection`](../interfaces/VolumeTypesCollection.md), `any`\>\> - -**`Summary`** - -List VolumeTypes for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20946](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20946) - -___ - -### listSourceVolumes - -▸ **listSourceVolumes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes for Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20962](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20962) - -___ - -### listSources - -▸ **listSources**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SourcesCollection`](../interfaces/SourcesCollection.md), `any`\>\> - -Returns an array of Source objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SourcesCollection`](../interfaces/SourcesCollection.md), `any`\>\> - -**`Summary`** - -List Sources - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20977](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20977) - -___ - -### listSubnetIpaddresses - -▸ **listSubnetIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for Subnet - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:20993](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L20993) - -___ - -### listSubnetNetworkAdapters - -▸ **listSubnetNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for Subnet - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21009](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21009) - -___ - -### listSubnetTags - -▸ **listSubnetTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for Subnet - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21025](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21025) - -___ - -### listSubnets - -▸ **listSubnets**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21040](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21040) - -___ - -### listSubscriptionIpaddresses - -▸ **listSubscriptionIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21056](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21056) - -___ - -### listSubscriptionNetworkAdapters - -▸ **listSubscriptionNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21072](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21072) - -___ - -### listSubscriptionNetworks - -▸ **listSubscriptionNetworks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -Returns an array of Network objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -**`Summary`** - -List Networks for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21088](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21088) - -___ - -### listSubscriptionOrchestrationStacks - -▸ **listSubscriptionOrchestrationStacks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -Returns an array of OrchestrationStack objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`OrchestrationStacksCollection`](../interfaces/OrchestrationStacksCollection.md), `any`\>\> - -**`Summary`** - -List OrchestrationStacks for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21104](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21104) - -___ - -### listSubscriptionSecurityGroups - -▸ **listSubscriptionSecurityGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21120](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21120) - -___ - -### listSubscriptionServiceInstances - -▸ **listSubscriptionServiceInstances**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -Returns an array of ServiceInstance objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstancesCollection`](../interfaces/ServiceInstancesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInstances for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21136](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21136) - -___ - -### listSubscriptionServiceOfferings - -▸ **listSubscriptionServiceOfferings**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -Returns an array of ServiceOffering objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferings for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21152](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21152) - -___ - -### listSubscriptionServicePlans - -▸ **listSubscriptionServicePlans**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -Returns an array of ServicePlan objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServicePlansCollection`](../interfaces/ServicePlansCollection.md), `any`\>\> - -**`Summary`** - -List ServicePlans for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21168](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21168) - -___ - -### listSubscriptionSubnets - -▸ **listSubscriptionSubnets**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21184](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21184) - -___ - -### listSubscriptionVms - -▸ **listSubscriptionVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21200](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21200) - -___ - -### listSubscriptionVolumes - -▸ **listSubscriptionVolumes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes for Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21216](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21216) - -___ - -### listSubscriptions - -▸ **listSubscriptions**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubscriptionsCollection`](../interfaces/SubscriptionsCollection.md), `any`\>\> - -Returns an array of Subscription objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubscriptionsCollection`](../interfaces/SubscriptionsCollection.md), `any`\>\> - -**`Summary`** - -List Subscriptions - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21231](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21231) - -___ - -### listTagContainerGroups - -▸ **listTagContainerGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -Returns an array of ContainerGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerGroupsCollection`](../interfaces/ContainerGroupsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerGroups for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21247](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21247) - -___ - -### listTagContainerImages - -▸ **listTagContainerImages**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerImagesCollection`](../interfaces/ContainerImagesCollection.md), `any`\>\> - -Returns an array of ContainerImage objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerImagesCollection`](../interfaces/ContainerImagesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerImages for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21263](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21263) - -___ - -### listTagContainerNodes - -▸ **listTagContainerNodes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerNodesCollection`](../interfaces/ContainerNodesCollection.md), `any`\>\> - -Returns an array of ContainerNode objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerNodesCollection`](../interfaces/ContainerNodesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerNodes for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21279) - -___ - -### listTagContainerProjects - -▸ **listTagContainerProjects**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerProjectsCollection`](../interfaces/ContainerProjectsCollection.md), `any`\>\> - -Returns an array of ContainerProject objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerProjectsCollection`](../interfaces/ContainerProjectsCollection.md), `any`\>\> - -**`Summary`** - -List ContainerProjects for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21295](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21295) - -___ - -### listTagContainerTemplates - -▸ **listTagContainerTemplates**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -Returns an array of ContainerTemplate objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerTemplatesCollection`](../interfaces/ContainerTemplatesCollection.md), `any`\>\> - -**`Summary`** - -List ContainerTemplates for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21311](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21311) - -___ - -### listTagIpaddresses - -▸ **listTagIpaddresses**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -Returns an array of Ipaddress objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`IpaddressesCollection`](../interfaces/IpaddressesCollection.md), `any`\>\> - -**`Summary`** - -List Ipaddresses for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21327](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21327) - -___ - -### listTagNetworkAdapters - -▸ **listTagNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21343](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21343) - -___ - -### listTagNetworks - -▸ **listTagNetworks**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -Returns an array of Network objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworksCollection`](../interfaces/NetworksCollection.md), `any`\>\> - -**`Summary`** - -List Networks for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21359](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21359) - -___ - -### listTagSecurityGroups - -▸ **listTagSecurityGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21375](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21375) - -___ - -### listTagServiceInventories - -▸ **listTagServiceInventories**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInventoriesCollection`](../interfaces/ServiceInventoriesCollection.md), `any`\>\> - -Returns an array of ServiceInventory objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInventoriesCollection`](../interfaces/ServiceInventoriesCollection.md), `any`\>\> - -**`Summary`** - -List ServiceInventories for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21391](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21391) - -___ - -### listTagServiceOfferings - -▸ **listTagServiceOfferings**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -Returns an array of ServiceOffering objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingsCollection`](../interfaces/ServiceOfferingsCollection.md), `any`\>\> - -**`Summary`** - -List ServiceOfferings for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21407](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21407) - -___ - -### listTagSubnets - -▸ **listTagSubnets**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -Returns an array of Subnet objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SubnetsCollection`](../interfaces/SubnetsCollection.md), `any`\>\> - -**`Summary`** - -List Subnets for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21423](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21423) - -___ - -### listTagVms - -▸ **listTagVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21439](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21439) - -___ - -### listTags - -▸ **listTags**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21454](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21454) - -___ - -### listTasks - -▸ **listTasks**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TasksCollection`](../interfaces/TasksCollection.md), `any`\>\> - -Returns an array of Task objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TasksCollection`](../interfaces/TasksCollection.md), `any`\>\> - -**`Summary`** - -List Tasks - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21469](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21469) - -___ - -### listVmNetworkAdapters - -▸ **listVmNetworkAdapters**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -Returns an array of NetworkAdapter objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdaptersCollection`](../interfaces/NetworkAdaptersCollection.md), `any`\>\> - -**`Summary`** - -List NetworkAdapters for Vm - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21485](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21485) - -___ - -### listVmSecurityGroups - -▸ **listVmSecurityGroups**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -Returns an array of SecurityGroup objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroupsCollection`](../interfaces/SecurityGroupsCollection.md), `any`\>\> - -**`Summary`** - -List SecurityGroups for Vm - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21501](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21501) - -___ - -### listVmTags - -▸ **listVmTags**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -Returns an array of Tag objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`TagsCollection`](../interfaces/TagsCollection.md), `any`\>\> - -**`Summary`** - -List Tags for Vm - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21517](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21517) - -___ - -### listVmVolumeAttachments - -▸ **listVmVolumeAttachments**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumeAttachmentsCollection`](../interfaces/VolumeAttachmentsCollection.md), `any`\>\> - -Returns an array of VolumeAttachment objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumeAttachmentsCollection`](../interfaces/VolumeAttachmentsCollection.md), `any`\>\> - -**`Summary`** - -List VolumeAttachments for Vm - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21533](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21533) - -___ - -### listVmVolumes - -▸ **listVmVolumes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes for Vm - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21549](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21549) - -___ - -### listVms - -▸ **listVms**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21564](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21564) - -___ - -### listVolumeAttachments - -▸ **listVolumeAttachments**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumeAttachmentsCollection`](../interfaces/VolumeAttachmentsCollection.md), `any`\>\> - -Returns an array of VolumeAttachment objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumeAttachmentsCollection`](../interfaces/VolumeAttachmentsCollection.md), `any`\>\> - -**`Summary`** - -List VolumeAttachments - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21579](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21579) - -___ - -### listVolumeTypeVolumes - -▸ **listVolumeTypeVolumes**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes for VolumeType - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21595](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21595) - -___ - -### listVolumeTypes - -▸ **listVolumeTypes**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumeTypesCollection`](../interfaces/VolumeTypesCollection.md), `any`\>\> - -Returns an array of VolumeType objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumeTypesCollection`](../interfaces/VolumeTypesCollection.md), `any`\>\> - -**`Summary`** - -List VolumeTypes - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21610](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21610) - -___ - -### listVolumeVms - -▸ **listVolumeVms**(`id`, `limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -Returns an array of Vm objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VmsCollection`](../interfaces/VmsCollection.md), `any`\>\> - -**`Summary`** - -List Vms for Volume - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21626](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21626) - -___ - -### listVolumes - -▸ **listVolumes**(`limit?`, `offset?`, `filter?`, `sortBy?`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -Returns an array of Volume objects - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | The numbers of items to return per page. | -| `offset?` | `number` | The number of items to skip before starting to collect the result set. | -| `filter?` | `object` | Filter for querying collections. | -| `sortBy?` | `string` \| `string`[] | The list of attribute and order to sort the result set by. | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumesCollection`](../interfaces/VolumesCollection.md), `any`\>\> - -**`Summary`** - -List Volumes - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21641](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21641) - -___ - -### orderServiceOffering - -▸ **orderServiceOffering**(`id`, `orderParametersServiceOffering`, `options?`): `Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\> - -Returns a Task id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `orderParametersServiceOffering` | [`OrderParametersServiceOffering`](../interfaces/OrderParametersServiceOffering.md) | Order parameters defining the service and provider control | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\> - -**`Summary`** - -Order an existing ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21654](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21654) - -___ - -### orderServicePlan - -▸ **orderServicePlan**(`id`, `orderParametersServicePlan`, `options?`): `Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\> - -Returns a Task id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `orderParametersServicePlan` | [`OrderParametersServicePlan`](../interfaces/OrderParametersServicePlan.md) | Order parameters defining the service and provider control | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`InlineResponse200`](../interfaces/InlineResponse200.md), `any`\>\> - -**`Summary`** - -Order an existing ServicePlan - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21667](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21667) - -___ - -### postGraphQL - -▸ **postGraphQL**(`graphQLRequest`, `options?`): `Promise`\<`AxiosResponse`\<[`GraphQLResponse`](../interfaces/GraphQLResponse.md), `any`\>\> - -Performs a GraphQL Query - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `graphQLRequest` | [`GraphQLRequest`](../interfaces/GraphQLRequest.md) | GraphQL Query Request | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`GraphQLResponse`](../interfaces/GraphQLResponse.md), `any`\>\> - -**`Summary`** - -Perform a GraphQL Query - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21679](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21679) - -___ - -### showCluster - -▸ **showCluster**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Cluster`](../interfaces/Cluster.md), `any`\>\> - -Returns a Cluster object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Cluster`](../interfaces/Cluster.md), `any`\>\> - -**`Summary`** - -Show an existing Cluster - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21691](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21691) - -___ - -### showContainer - -▸ **showContainer**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Container`](../interfaces/Container.md), `any`\>\> - -Returns a Container object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Container`](../interfaces/Container.md), `any`\>\> - -**`Summary`** - -Show an existing Container - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21703](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21703) - -___ - -### showContainerGroup - -▸ **showContainerGroup**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerGroup`](../interfaces/ContainerGroup.md), `any`\>\> - -Returns a ContainerGroup object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerGroup`](../interfaces/ContainerGroup.md), `any`\>\> - -**`Summary`** - -Show an existing ContainerGroup - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21715](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21715) - -___ - -### showContainerImage - -▸ **showContainerImage**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerImage`](../interfaces/ContainerImage.md), `any`\>\> - -Returns a ContainerImage object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerImage`](../interfaces/ContainerImage.md), `any`\>\> - -**`Summary`** - -Show an existing ContainerImage - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21727](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21727) - -___ - -### showContainerNode - -▸ **showContainerNode**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerNode`](../interfaces/ContainerNode.md), `any`\>\> - -Returns a ContainerNode object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerNode`](../interfaces/ContainerNode.md), `any`\>\> - -**`Summary`** - -Show an existing ContainerNode - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21739](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21739) - -___ - -### showContainerProject - -▸ **showContainerProject**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerProject`](../interfaces/ContainerProject.md), `any`\>\> - -Returns a ContainerProject object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerProject`](../interfaces/ContainerProject.md), `any`\>\> - -**`Summary`** - -Show an existing ContainerProject - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21751](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21751) - -___ - -### showContainerResourceQuota - -▸ **showContainerResourceQuota**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerResourceQuota`](../interfaces/ContainerResourceQuota.md), `any`\>\> - -Returns a ContainerResourceQuota object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerResourceQuota`](../interfaces/ContainerResourceQuota.md), `any`\>\> - -**`Summary`** - -Show an existing ContainerResourceQuota - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21763](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21763) - -___ - -### showContainerTemplate - -▸ **showContainerTemplate**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ContainerTemplate`](../interfaces/ContainerTemplate.md), `any`\>\> - -Returns a ContainerTemplate object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ContainerTemplate`](../interfaces/ContainerTemplate.md), `any`\>\> - -**`Summary`** - -Show an existing ContainerTemplate - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21775](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21775) - -___ - -### showDatastore - -▸ **showDatastore**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Datastore`](../interfaces/Datastore.md), `any`\>\> - -Returns a Datastore object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Datastore`](../interfaces/Datastore.md), `any`\>\> - -**`Summary`** - -Show an existing Datastore - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21787](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21787) - -___ - -### showFlavor - -▸ **showFlavor**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Flavor`](../interfaces/Flavor.md), `any`\>\> - -Returns a Flavor object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Flavor`](../interfaces/Flavor.md), `any`\>\> - -**`Summary`** - -Show an existing Flavor - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21799](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21799) - -___ - -### showHost - -▸ **showHost**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Host`](../interfaces/Host.md), `any`\>\> - -Returns a Host object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Host`](../interfaces/Host.md), `any`\>\> - -**`Summary`** - -Show an existing Host - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21811](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21811) - -___ - -### showIpaddress - -▸ **showIpaddress**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Ipaddress`](../interfaces/Ipaddress.md), `any`\>\> - -Returns a Ipaddress object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Ipaddress`](../interfaces/Ipaddress.md), `any`\>\> - -**`Summary`** - -Show an existing Ipaddress - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21823](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21823) - -___ - -### showNetwork - -▸ **showNetwork**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Network`](../interfaces/Network.md), `any`\>\> - -Returns a Network object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Network`](../interfaces/Network.md), `any`\>\> - -**`Summary`** - -Show an existing Network - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21835](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21835) - -___ - -### showNetworkAdapter - -▸ **showNetworkAdapter**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`NetworkAdapter`](../interfaces/NetworkAdapter.md), `any`\>\> - -Returns a NetworkAdapter object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`NetworkAdapter`](../interfaces/NetworkAdapter.md), `any`\>\> - -**`Summary`** - -Show an existing NetworkAdapter - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21847](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21847) - -___ - -### showOrchestrationStack - -▸ **showOrchestrationStack**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`OrchestrationStack`](../interfaces/OrchestrationStack.md), `any`\>\> - -Returns a OrchestrationStack object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`OrchestrationStack`](../interfaces/OrchestrationStack.md), `any`\>\> - -**`Summary`** - -Show an existing OrchestrationStack - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21859](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21859) - -___ - -### showSecurityGroup - -▸ **showSecurityGroup**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`SecurityGroup`](../interfaces/SecurityGroup.md), `any`\>\> - -Returns a SecurityGroup object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SecurityGroup`](../interfaces/SecurityGroup.md), `any`\>\> - -**`Summary`** - -Show an existing SecurityGroup - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21871](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21871) - -___ - -### showServiceInstance - -▸ **showServiceInstance**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstance`](../interfaces/ServiceInstance.md), `any`\>\> - -Returns a ServiceInstance object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstance`](../interfaces/ServiceInstance.md), `any`\>\> - -**`Summary`** - -Show an existing ServiceInstance - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21883](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21883) - -___ - -### showServiceInstanceNode - -▸ **showServiceInstanceNode**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInstanceNode`](../interfaces/ServiceInstanceNode.md), `any`\>\> - -Returns a ServiceInstanceNode object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInstanceNode`](../interfaces/ServiceInstanceNode.md), `any`\>\> - -**`Summary`** - -Show an existing ServiceInstanceNode - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21895](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21895) - -___ - -### showServiceInventory - -▸ **showServiceInventory**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceInventory`](../interfaces/ServiceInventory.md), `any`\>\> - -Returns a ServiceInventory object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceInventory`](../interfaces/ServiceInventory.md), `any`\>\> - -**`Summary`** - -Show an existing ServiceInventory - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21907](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21907) - -___ - -### showServiceOffering - -▸ **showServiceOffering**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOffering`](../interfaces/ServiceOffering.md), `any`\>\> - -Returns a ServiceOffering object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOffering`](../interfaces/ServiceOffering.md), `any`\>\> - -**`Summary`** - -Show an existing ServiceOffering - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21919](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21919) - -___ - -### showServiceOfferingIcon - -▸ **showServiceOfferingIcon**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingIcon`](../interfaces/ServiceOfferingIcon.md), `any`\>\> - -Returns a ServiceOfferingIcon object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingIcon`](../interfaces/ServiceOfferingIcon.md), `any`\>\> - -**`Summary`** - -Show an existing ServiceOfferingIcon - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21931](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21931) - -___ - -### showServiceOfferingIconIconData - -▸ **showServiceOfferingIconIconData**(`id`, `options?`): `Promise`\<`AxiosResponse`\<`any`, `any`\>\> - -Returns a ServiceOfferingIcon IconData - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<`any`, `any`\>\> - -**`Summary`** - -Show an existing ServiceOfferingIcon IconData - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21943](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21943) - -___ - -### showServiceOfferingNode - -▸ **showServiceOfferingNode**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServiceOfferingNode`](../interfaces/ServiceOfferingNode.md), `any`\>\> - -Returns a ServiceOfferingNode object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServiceOfferingNode`](../interfaces/ServiceOfferingNode.md), `any`\>\> - -**`Summary`** - -Show an existing ServiceOfferingNode - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21955](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21955) - -___ - -### showServicePlan - -▸ **showServicePlan**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> - -Returns a ServicePlan object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ServicePlan`](../interfaces/ServicePlan.md), `any`\>\> - -**`Summary`** - -Show an existing ServicePlan - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21967](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21967) - -___ - -### showSource - -▸ **showSource**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Source`](../interfaces/Source.md), `any`\>\> - -Returns a Source object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Source`](../interfaces/Source.md), `any`\>\> - -**`Summary`** - -Show an existing Source - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21979](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21979) - -___ - -### showSourceRegion - -▸ **showSourceRegion**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`SourceRegion`](../interfaces/SourceRegion.md), `any`\>\> - -Returns a SourceRegion object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`SourceRegion`](../interfaces/SourceRegion.md), `any`\>\> - -**`Summary`** - -Show an existing SourceRegion - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:21991](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L21991) - -___ - -### showSubnet - -▸ **showSubnet**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Subnet`](../interfaces/Subnet.md), `any`\>\> - -Returns a Subnet object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Subnet`](../interfaces/Subnet.md), `any`\>\> - -**`Summary`** - -Show an existing Subnet - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22003](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22003) - -___ - -### showSubscription - -▸ **showSubscription**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Subscription`](../interfaces/Subscription.md), `any`\>\> - -Returns a Subscription object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Subscription`](../interfaces/Subscription.md), `any`\>\> - -**`Summary`** - -Show an existing Subscription - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22015](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22015) - -___ - -### showTag - -▸ **showTag**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Tag`](../interfaces/Tag.md), `any`\>\> - -Returns a Tag object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Tag`](../interfaces/Tag.md), `any`\>\> - -**`Summary`** - -Show an existing Tag - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22027](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22027) - -___ - -### showTask - -▸ **showTask**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Task`](../interfaces/Task.md), `any`\>\> - -Returns a Task object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Task`](../interfaces/Task.md), `any`\>\> - -**`Summary`** - -Show an existing Task - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22039](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22039) - -___ - -### showVm - -▸ **showVm**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Vm`](../interfaces/Vm.md), `any`\>\> - -Returns a Vm object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Vm`](../interfaces/Vm.md), `any`\>\> - -**`Summary`** - -Show an existing Vm - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22051](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22051) - -___ - -### showVolume - -▸ **showVolume**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`Volume`](../interfaces/Volume.md), `any`\>\> - -Returns a Volume object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`Volume`](../interfaces/Volume.md), `any`\>\> - -**`Summary`** - -Show an existing Volume - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22063](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22063) - -___ - -### showVolumeAttachment - -▸ **showVolumeAttachment**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumeAttachment`](../interfaces/VolumeAttachment.md), `any`\>\> - -Returns a VolumeAttachment object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumeAttachment`](../interfaces/VolumeAttachment.md), `any`\>\> - -**`Summary`** - -Show an existing VolumeAttachment - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22075](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22075) - -___ - -### showVolumeType - -▸ **showVolumeType**(`id`, `options?`): `Promise`\<`AxiosResponse`\<[`VolumeType`](../interfaces/VolumeType.md), `any`\>\> - -Returns a VolumeType object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`VolumeType`](../interfaces/VolumeType.md), `any`\>\> - -**`Summary`** - -Show an existing VolumeType - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22087](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22087) - -___ - -### updateTask - -▸ **updateTask**(`id`, `task`, `options?`): `Promise`\<`AxiosResponse`\<`void`, `any`\>\> - -Updates a Task object - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `id` | `string` | ID of the resource | -| `task` | [`Task`](../interfaces/Task.md) | Task attributes to update | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<`void`, `any`\>\> - -**`Summary`** - -Update an existing Task - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:22100](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L22100) diff --git a/packages/topological-inventory/doc/interfaces/AppliedInventoriesParametersServicePlan.md b/packages/topological-inventory/doc/interfaces/AppliedInventoriesParametersServicePlan.md deleted file mode 100644 index c08eb71a1..000000000 --- a/packages/topological-inventory/doc/interfaces/AppliedInventoriesParametersServicePlan.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / AppliedInventoriesParametersServicePlan - -# Interface: AppliedInventoriesParametersServicePlan - -**`Export`** - -AppliedInventoriesParametersServicePlan - -## Table of contents - -### Properties - -- [service\_parameters](AppliedInventoriesParametersServicePlan.md#service_parameters) - -## Properties - -### service\_parameters - -• `Optional` **service\_parameters**: `object` - -The provider specific parameters needed to compute list of used service inventories - -**`Memberof`** - -AppliedInventoriesParametersServicePlan - -#### Defined in - -[api.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L33) diff --git a/packages/topological-inventory/doc/interfaces/AvailabilitiesCollection.md b/packages/topological-inventory/doc/interfaces/AvailabilitiesCollection.md deleted file mode 100644 index 7d5258ece..000000000 --- a/packages/topological-inventory/doc/interfaces/AvailabilitiesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / AvailabilitiesCollection - -# Interface: AvailabilitiesCollection - -**`Export`** - -AvailabilitiesCollection - -## Table of contents - -### Properties - -- [data](AvailabilitiesCollection.md#data) -- [links](AvailabilitiesCollection.md#links) -- [meta](AvailabilitiesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Availability`](Availability.md)[] - -**`Memberof`** - -AvailabilitiesCollection - -#### Defined in - -[api.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L58) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -AvailabilitiesCollection - -#### Defined in - -[api.ts:52](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L52) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -AvailabilitiesCollection - -#### Defined in - -[api.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L46) diff --git a/packages/topological-inventory/doc/interfaces/Availability.md b/packages/topological-inventory/doc/interfaces/Availability.md deleted file mode 100644 index 9d341bdf3..000000000 --- a/packages/topological-inventory/doc/interfaces/Availability.md +++ /dev/null @@ -1,166 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Availability - -# Interface: Availability - -**`Export`** - -Availability - -## Table of contents - -### Properties - -- [action](Availability.md#action) -- [availability](Availability.md#availability) -- [created\_at](Availability.md#created_at) -- [id](Availability.md#id) -- [identifier](Availability.md#identifier) -- [last\_checked\_at](Availability.md#last_checked_at) -- [last\_valid\_at](Availability.md#last_valid_at) -- [resource\_id](Availability.md#resource_id) -- [resource\_type](Availability.md#resource_type) -- [updated\_at](Availability.md#updated_at) - -## Properties - -### action - -• `Optional` **action**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:71](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L71) - -___ - -### availability - -• `Optional` **availability**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:77](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L77) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:83](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L83) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:89](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L89) - -___ - -### identifier - -• `Optional` **identifier**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:95](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L95) - -___ - -### last\_checked\_at - -• `Optional` **last\_checked\_at**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L101) - -___ - -### last\_valid\_at - -• `Optional` **last\_valid\_at**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L107) - -___ - -### resource\_id - -• `Optional` **resource\_id**: `string` - -ID of the resource - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:113](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L113) - -___ - -### resource\_type - -• `Optional` **resource\_type**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:119](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L119) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Availability - -#### Defined in - -[api.ts:125](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L125) diff --git a/packages/topological-inventory/doc/interfaces/Cluster.md b/packages/topological-inventory/doc/interfaces/Cluster.md deleted file mode 100644 index 2ae934be8..000000000 --- a/packages/topological-inventory/doc/interfaces/Cluster.md +++ /dev/null @@ -1,196 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Cluster - -# Interface: Cluster - -**`Export`** - -Cluster - -## Table of contents - -### Properties - -- [archived\_at](Cluster.md#archived_at) -- [created\_at](Cluster.md#created_at) -- [extra](Cluster.md#extra) -- [id](Cluster.md#id) -- [last\_seen\_at](Cluster.md#last_seen_at) -- [name](Cluster.md#name) -- [source\_created\_at](Cluster.md#source_created_at) -- [source\_deleted\_at](Cluster.md#source_deleted_at) -- [source\_id](Cluster.md#source_id) -- [source\_ref](Cluster.md#source_ref) -- [uid\_ems](Cluster.md#uid_ems) -- [updated\_at](Cluster.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:138](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L138) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:144](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L144) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:150](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L150) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:156](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L156) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:162](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L162) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:168](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L168) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L174) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L180) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:186](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L186) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:192](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L192) - -___ - -### uid\_ems - -• `Optional` **uid\_ems**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:198](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L198) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Cluster - -#### Defined in - -[api.ts:204](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L204) diff --git a/packages/topological-inventory/doc/interfaces/ClustersCollection.md b/packages/topological-inventory/doc/interfaces/ClustersCollection.md deleted file mode 100644 index 769f2fb33..000000000 --- a/packages/topological-inventory/doc/interfaces/ClustersCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ClustersCollection - -# Interface: ClustersCollection - -**`Export`** - -ClustersCollection - -## Table of contents - -### Properties - -- [data](ClustersCollection.md#data) -- [links](ClustersCollection.md#links) -- [meta](ClustersCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Cluster`](Cluster.md)[] - -**`Memberof`** - -ClustersCollection - -#### Defined in - -[api.ts:229](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L229) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ClustersCollection - -#### Defined in - -[api.ts:223](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L223) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ClustersCollection - -#### Defined in - -[api.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L217) diff --git a/packages/topological-inventory/doc/interfaces/CollectionLinks.md b/packages/topological-inventory/doc/interfaces/CollectionLinks.md deleted file mode 100644 index c9f8f22ec..000000000 --- a/packages/topological-inventory/doc/interfaces/CollectionLinks.md +++ /dev/null @@ -1,72 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / CollectionLinks - -# Interface: CollectionLinks - -**`Export`** - -CollectionLinks - -## Table of contents - -### Properties - -- [first](CollectionLinks.md#first) -- [last](CollectionLinks.md#last) -- [next](CollectionLinks.md#next) -- [prev](CollectionLinks.md#prev) - -## Properties - -### first - -• `Optional` **first**: `string` - -**`Memberof`** - -CollectionLinks - -#### Defined in - -[api.ts:242](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L242) - -___ - -### last - -• `Optional` **last**: `string` - -**`Memberof`** - -CollectionLinks - -#### Defined in - -[api.ts:248](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L248) - -___ - -### next - -• `Optional` **next**: `string` - -**`Memberof`** - -CollectionLinks - -#### Defined in - -[api.ts:254](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L254) - -___ - -### prev - -• `Optional` **prev**: `string` - -**`Memberof`** - -CollectionLinks - -#### Defined in - -[api.ts:260](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L260) diff --git a/packages/topological-inventory/doc/interfaces/CollectionMetadata.md b/packages/topological-inventory/doc/interfaces/CollectionMetadata.md deleted file mode 100644 index eeecb5e11..000000000 --- a/packages/topological-inventory/doc/interfaces/CollectionMetadata.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / CollectionMetadata - -# Interface: CollectionMetadata - -**`Export`** - -CollectionMetadata - -## Table of contents - -### Properties - -- [count](CollectionMetadata.md#count) -- [limit](CollectionMetadata.md#limit) -- [offset](CollectionMetadata.md#offset) - -## Properties - -### count - -• `Optional` **count**: `number` - -**`Memberof`** - -CollectionMetadata - -#### Defined in - -[api.ts:273](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L273) - -___ - -### limit - -• `Optional` **limit**: `number` - -**`Memberof`** - -CollectionMetadata - -#### Defined in - -[api.ts:279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L279) - -___ - -### offset - -• `Optional` **offset**: `number` - -**`Memberof`** - -CollectionMetadata - -#### Defined in - -[api.ts:285](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L285) diff --git a/packages/topological-inventory/doc/interfaces/ConfigurationParameters.md b/packages/topological-inventory/doc/interfaces/ConfigurationParameters.md deleted file mode 100644 index 13303a753..000000000 --- a/packages/topological-inventory/doc/interfaces/ConfigurationParameters.md +++ /dev/null @@ -1,84 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ConfigurationParameters - -# Interface: ConfigurationParameters - -Topological Inventory -Topological Inventory - -The version of the OpenAPI document: 1.0.0 -Contact: support@redhat.com - -NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). -https://openapi-generator.tech -Do not edit the class manually. - -## Table of contents - -### Properties - -- [accessToken](ConfigurationParameters.md#accesstoken) -- [apiKey](ConfigurationParameters.md#apikey) -- [baseOptions](ConfigurationParameters.md#baseoptions) -- [basePath](ConfigurationParameters.md#basepath) -- [password](ConfigurationParameters.md#password) -- [username](ConfigurationParameters.md#username) - -## Properties - -### accessToken - -• `Optional` **accessToken**: `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `string` - -#### Defined in - -[configuration.ts:19](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L19) - -___ - -### apiKey - -• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\> - -#### Defined in - -[configuration.ts:16](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L16) - -___ - -### baseOptions - -• `Optional` **baseOptions**: `any` - -#### Defined in - -[configuration.ts:21](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L21) - -___ - -### basePath - -• `Optional` **basePath**: `string` - -#### Defined in - -[configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L20) - -___ - -### password - -• `Optional` **password**: `string` - -#### Defined in - -[configuration.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L18) - -___ - -### username - -• `Optional` **username**: `string` - -#### Defined in - -[configuration.ts:17](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/configuration.ts#L17) diff --git a/packages/topological-inventory/doc/interfaces/Container.md b/packages/topological-inventory/doc/interfaces/Container.md deleted file mode 100644 index f3ada2d39..000000000 --- a/packages/topological-inventory/doc/interfaces/Container.md +++ /dev/null @@ -1,198 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Container - -# Interface: Container - -**`Export`** - -Container - -## Table of contents - -### Properties - -- [archived\_at](Container.md#archived_at) -- [container\_group\_id](Container.md#container_group_id) -- [container\_image\_id](Container.md#container_image_id) -- [cpu\_limit](Container.md#cpu_limit) -- [cpu\_request](Container.md#cpu_request) -- [created\_at](Container.md#created_at) -- [id](Container.md#id) -- [last\_seen\_at](Container.md#last_seen_at) -- [memory\_limit](Container.md#memory_limit) -- [memory\_request](Container.md#memory_request) -- [name](Container.md#name) -- [updated\_at](Container.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L298) - -___ - -### container\_group\_id - -• `Optional` **container\_group\_id**: `string` - -ID of the resource - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:304](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L304) - -___ - -### container\_image\_id - -• `Optional` **container\_image\_id**: `string` - -ID of the resource - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:310](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L310) - -___ - -### cpu\_limit - -• `Optional` **cpu\_limit**: `number` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:316](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L316) - -___ - -### cpu\_request - -• `Optional` **cpu\_request**: `number` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:322](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L322) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:328](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L328) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:334](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L334) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:340](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L340) - -___ - -### memory\_limit - -• `Optional` **memory\_limit**: `number` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:346](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L346) - -___ - -### memory\_request - -• `Optional` **memory\_request**: `number` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:352](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L352) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:358](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L358) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Container - -#### Defined in - -[api.ts:364](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L364) diff --git a/packages/topological-inventory/doc/interfaces/ContainerGroup.md b/packages/topological-inventory/doc/interfaces/ContainerGroup.md deleted file mode 100644 index 6976b3e27..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerGroup.md +++ /dev/null @@ -1,230 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerGroup - -# Interface: ContainerGroup - -**`Export`** - -ContainerGroup - -## Table of contents - -### Properties - -- [archived\_at](ContainerGroup.md#archived_at) -- [container\_node\_id](ContainerGroup.md#container_node_id) -- [container\_project\_id](ContainerGroup.md#container_project_id) -- [created\_at](ContainerGroup.md#created_at) -- [id](ContainerGroup.md#id) -- [ipaddress](ContainerGroup.md#ipaddress) -- [last\_seen\_at](ContainerGroup.md#last_seen_at) -- [name](ContainerGroup.md#name) -- [resource\_version](ContainerGroup.md#resource_version) -- [source\_created\_at](ContainerGroup.md#source_created_at) -- [source\_deleted\_at](ContainerGroup.md#source_deleted_at) -- [source\_id](ContainerGroup.md#source_id) -- [source\_ref](ContainerGroup.md#source_ref) -- [updated\_at](ContainerGroup.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:377](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L377) - -___ - -### container\_node\_id - -• `Optional` **container\_node\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:383](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L383) - -___ - -### container\_project\_id - -• `Optional` **container\_project\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:389](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L389) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:395](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L395) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:401](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L401) - -___ - -### ipaddress - -• `Optional` **ipaddress**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:407](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L407) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:413](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L413) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:419](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L419) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:425](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L425) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:431](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L431) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:437](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L437) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:443](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L443) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:449](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L449) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ContainerGroup - -#### Defined in - -[api.ts:455](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L455) diff --git a/packages/topological-inventory/doc/interfaces/ContainerGroupsCollection.md b/packages/topological-inventory/doc/interfaces/ContainerGroupsCollection.md deleted file mode 100644 index 018d30df0..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerGroupsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerGroupsCollection - -# Interface: ContainerGroupsCollection - -**`Export`** - -ContainerGroupsCollection - -## Table of contents - -### Properties - -- [data](ContainerGroupsCollection.md#data) -- [links](ContainerGroupsCollection.md#links) -- [meta](ContainerGroupsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ContainerGroup`](ContainerGroup.md)[] - -**`Memberof`** - -ContainerGroupsCollection - -#### Defined in - -[api.ts:480](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L480) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainerGroupsCollection - -#### Defined in - -[api.ts:474](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L474) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainerGroupsCollection - -#### Defined in - -[api.ts:468](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L468) diff --git a/packages/topological-inventory/doc/interfaces/ContainerImage.md b/packages/topological-inventory/doc/interfaces/ContainerImage.md deleted file mode 100644 index f1eff5ad2..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerImage.md +++ /dev/null @@ -1,196 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerImage - -# Interface: ContainerImage - -**`Export`** - -ContainerImage - -## Table of contents - -### Properties - -- [archived\_at](ContainerImage.md#archived_at) -- [created\_at](ContainerImage.md#created_at) -- [id](ContainerImage.md#id) -- [last\_seen\_at](ContainerImage.md#last_seen_at) -- [name](ContainerImage.md#name) -- [resource\_version](ContainerImage.md#resource_version) -- [source\_created\_at](ContainerImage.md#source_created_at) -- [source\_deleted\_at](ContainerImage.md#source_deleted_at) -- [source\_id](ContainerImage.md#source_id) -- [source\_ref](ContainerImage.md#source_ref) -- [tag](ContainerImage.md#tag) -- [updated\_at](ContainerImage.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:493](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L493) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:499](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L499) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:505](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L505) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:511](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L511) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:517](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L517) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:523](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L523) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:529](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L529) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:535](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L535) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:541](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L541) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:547](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L547) - -___ - -### tag - -• `Optional` **tag**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:553](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L553) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ContainerImage - -#### Defined in - -[api.ts:559](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L559) diff --git a/packages/topological-inventory/doc/interfaces/ContainerImagesCollection.md b/packages/topological-inventory/doc/interfaces/ContainerImagesCollection.md deleted file mode 100644 index 8c5bd766e..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerImagesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerImagesCollection - -# Interface: ContainerImagesCollection - -**`Export`** - -ContainerImagesCollection - -## Table of contents - -### Properties - -- [data](ContainerImagesCollection.md#data) -- [links](ContainerImagesCollection.md#links) -- [meta](ContainerImagesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ContainerImage`](ContainerImage.md)[] - -**`Memberof`** - -ContainerImagesCollection - -#### Defined in - -[api.ts:584](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L584) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainerImagesCollection - -#### Defined in - -[api.ts:578](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L578) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainerImagesCollection - -#### Defined in - -[api.ts:572](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L572) diff --git a/packages/topological-inventory/doc/interfaces/ContainerNode.md b/packages/topological-inventory/doc/interfaces/ContainerNode.md deleted file mode 100644 index f39ab48d4..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerNode.md +++ /dev/null @@ -1,348 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerNode - -# Interface: ContainerNode - -**`Export`** - -ContainerNode - -## Table of contents - -### Properties - -- [addresses](ContainerNode.md#addresses) -- [allocatable\_cpus](ContainerNode.md#allocatable_cpus) -- [allocatable\_memory](ContainerNode.md#allocatable_memory) -- [allocatable\_pods](ContainerNode.md#allocatable_pods) -- [archived\_at](ContainerNode.md#archived_at) -- [conditions](ContainerNode.md#conditions) -- [cpus](ContainerNode.md#cpus) -- [created\_at](ContainerNode.md#created_at) -- [id](ContainerNode.md#id) -- [last\_seen\_at](ContainerNode.md#last_seen_at) -- [lives\_on\_id](ContainerNode.md#lives_on_id) -- [lives\_on\_type](ContainerNode.md#lives_on_type) -- [memory](ContainerNode.md#memory) -- [name](ContainerNode.md#name) -- [node\_info](ContainerNode.md#node_info) -- [pods](ContainerNode.md#pods) -- [resource\_version](ContainerNode.md#resource_version) -- [source\_created\_at](ContainerNode.md#source_created_at) -- [source\_deleted\_at](ContainerNode.md#source_deleted_at) -- [source\_id](ContainerNode.md#source_id) -- [source\_ref](ContainerNode.md#source_ref) -- [updated\_at](ContainerNode.md#updated_at) - -## Properties - -### addresses - -• `Optional` **addresses**: `object` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:597](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L597) - -___ - -### allocatable\_cpus - -• `Optional` **allocatable\_cpus**: `number` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:603](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L603) - -___ - -### allocatable\_memory - -• `Optional` **allocatable\_memory**: `number` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:609](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L609) - -___ - -### allocatable\_pods - -• `Optional` **allocatable\_pods**: `number` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:615](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L615) - -___ - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:621](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L621) - -___ - -### conditions - -• `Optional` **conditions**: `object` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:627](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L627) - -___ - -### cpus - -• `Optional` **cpus**: `number` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:633](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L633) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:639](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L639) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:645](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L645) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:651](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L651) - -___ - -### lives\_on\_id - -• `Optional` **lives\_on\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:657](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L657) - -___ - -### lives\_on\_type - -• `Optional` **lives\_on\_type**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:663](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L663) - -___ - -### memory - -• `Optional` **memory**: `number` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:669](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L669) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:675](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L675) - -___ - -### node\_info - -• `Optional` **node\_info**: `object` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:681](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L681) - -___ - -### pods - -• `Optional` **pods**: `number` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:687](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L687) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:693](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L693) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:699](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L699) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:705](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L705) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:711](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L711) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:717](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L717) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ContainerNode - -#### Defined in - -[api.ts:723](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L723) diff --git a/packages/topological-inventory/doc/interfaces/ContainerNodesCollection.md b/packages/topological-inventory/doc/interfaces/ContainerNodesCollection.md deleted file mode 100644 index dc47433a0..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerNodesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerNodesCollection - -# Interface: ContainerNodesCollection - -**`Export`** - -ContainerNodesCollection - -## Table of contents - -### Properties - -- [data](ContainerNodesCollection.md#data) -- [links](ContainerNodesCollection.md#links) -- [meta](ContainerNodesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ContainerNode`](ContainerNode.md)[] - -**`Memberof`** - -ContainerNodesCollection - -#### Defined in - -[api.ts:748](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L748) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainerNodesCollection - -#### Defined in - -[api.ts:742](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L742) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainerNodesCollection - -#### Defined in - -[api.ts:736](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L736) diff --git a/packages/topological-inventory/doc/interfaces/ContainerProject.md b/packages/topological-inventory/doc/interfaces/ContainerProject.md deleted file mode 100644 index d5310a2c3..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerProject.md +++ /dev/null @@ -1,211 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerProject - -# Interface: ContainerProject - -**`Export`** - -ContainerProject - -## Table of contents - -### Properties - -- [archived\_at](ContainerProject.md#archived_at) -- [created\_at](ContainerProject.md#created_at) -- [display\_name](ContainerProject.md#display_name) -- [id](ContainerProject.md#id) -- [last\_seen\_at](ContainerProject.md#last_seen_at) -- [name](ContainerProject.md#name) -- [resource\_version](ContainerProject.md#resource_version) -- [source\_created\_at](ContainerProject.md#source_created_at) -- [source\_deleted\_at](ContainerProject.md#source_deleted_at) -- [source\_id](ContainerProject.md#source_id) -- [source\_ref](ContainerProject.md#source_ref) -- [status\_phase](ContainerProject.md#status_phase) -- [updated\_at](ContainerProject.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:761](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L761) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:767](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L767) - -___ - -### display\_name - -• `Optional` **display\_name**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:773](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L773) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:779](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L779) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:785](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L785) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:791](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L791) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:797](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L797) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:803](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L803) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:809](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L809) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:815](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L815) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:821](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L821) - -___ - -### status\_phase - -• `Optional` **status\_phase**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:827](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L827) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ContainerProject - -#### Defined in - -[api.ts:833](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L833) diff --git a/packages/topological-inventory/doc/interfaces/ContainerProjectsCollection.md b/packages/topological-inventory/doc/interfaces/ContainerProjectsCollection.md deleted file mode 100644 index ce7477196..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerProjectsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerProjectsCollection - -# Interface: ContainerProjectsCollection - -**`Export`** - -ContainerProjectsCollection - -## Table of contents - -### Properties - -- [data](ContainerProjectsCollection.md#data) -- [links](ContainerProjectsCollection.md#links) -- [meta](ContainerProjectsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ContainerProject`](ContainerProject.md)[] - -**`Memberof`** - -ContainerProjectsCollection - -#### Defined in - -[api.ts:858](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L858) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainerProjectsCollection - -#### Defined in - -[api.ts:852](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L852) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainerProjectsCollection - -#### Defined in - -[api.ts:846](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L846) diff --git a/packages/topological-inventory/doc/interfaces/ContainerResourceQuota.md b/packages/topological-inventory/doc/interfaces/ContainerResourceQuota.md deleted file mode 100644 index 26d19b703..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerResourceQuota.md +++ /dev/null @@ -1,228 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerResourceQuota - -# Interface: ContainerResourceQuota - -**`Export`** - -ContainerResourceQuota - -## Table of contents - -### Properties - -- [archived\_at](ContainerResourceQuota.md#archived_at) -- [container\_project\_id](ContainerResourceQuota.md#container_project_id) -- [created\_at](ContainerResourceQuota.md#created_at) -- [id](ContainerResourceQuota.md#id) -- [last\_seen\_at](ContainerResourceQuota.md#last_seen_at) -- [name](ContainerResourceQuota.md#name) -- [resource\_version](ContainerResourceQuota.md#resource_version) -- [source\_created\_at](ContainerResourceQuota.md#source_created_at) -- [source\_deleted\_at](ContainerResourceQuota.md#source_deleted_at) -- [source\_id](ContainerResourceQuota.md#source_id) -- [source\_ref](ContainerResourceQuota.md#source_ref) -- [spec](ContainerResourceQuota.md#spec) -- [status](ContainerResourceQuota.md#status) -- [updated\_at](ContainerResourceQuota.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:871](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L871) - -___ - -### container\_project\_id - -• `Optional` **container\_project\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:877](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L877) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:883](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L883) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:889](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L889) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:895](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L895) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:901](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L901) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:907](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L907) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:913](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L913) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:919](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L919) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:925](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L925) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:931](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L931) - -___ - -### spec - -• `Optional` **spec**: `object` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:937](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L937) - -___ - -### status - -• `Optional` **status**: `object` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:943](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L943) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ContainerResourceQuota - -#### Defined in - -[api.ts:949](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L949) diff --git a/packages/topological-inventory/doc/interfaces/ContainerResourceQuotaCollection.md b/packages/topological-inventory/doc/interfaces/ContainerResourceQuotaCollection.md deleted file mode 100644 index 4d9b53eae..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerResourceQuotaCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerResourceQuotaCollection - -# Interface: ContainerResourceQuotaCollection - -**`Export`** - -ContainerResourceQuotaCollection - -## Table of contents - -### Properties - -- [data](ContainerResourceQuotaCollection.md#data) -- [links](ContainerResourceQuotaCollection.md#links) -- [meta](ContainerResourceQuotaCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ContainerResourceQuota`](ContainerResourceQuota.md)[] - -**`Memberof`** - -ContainerResourceQuotaCollection - -#### Defined in - -[api.ts:974](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L974) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainerResourceQuotaCollection - -#### Defined in - -[api.ts:968](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L968) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainerResourceQuotaCollection - -#### Defined in - -[api.ts:962](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L962) diff --git a/packages/topological-inventory/doc/interfaces/ContainerTemplate.md b/packages/topological-inventory/doc/interfaces/ContainerTemplate.md deleted file mode 100644 index 53b90eec1..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerTemplate.md +++ /dev/null @@ -1,198 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerTemplate - -# Interface: ContainerTemplate - -**`Export`** - -ContainerTemplate - -## Table of contents - -### Properties - -- [archived\_at](ContainerTemplate.md#archived_at) -- [container\_project\_id](ContainerTemplate.md#container_project_id) -- [created\_at](ContainerTemplate.md#created_at) -- [id](ContainerTemplate.md#id) -- [last\_seen\_at](ContainerTemplate.md#last_seen_at) -- [name](ContainerTemplate.md#name) -- [resource\_version](ContainerTemplate.md#resource_version) -- [source\_created\_at](ContainerTemplate.md#source_created_at) -- [source\_deleted\_at](ContainerTemplate.md#source_deleted_at) -- [source\_id](ContainerTemplate.md#source_id) -- [source\_ref](ContainerTemplate.md#source_ref) -- [updated\_at](ContainerTemplate.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:987](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L987) - -___ - -### container\_project\_id - -• `Optional` **container\_project\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:993](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L993) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:999](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L999) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1005](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1005) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1011](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1011) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1017](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1017) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1023](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1023) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1029](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1029) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1035](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1035) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1041](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1041) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1047](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1047) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ContainerTemplate - -#### Defined in - -[api.ts:1053](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1053) diff --git a/packages/topological-inventory/doc/interfaces/ContainerTemplatesCollection.md b/packages/topological-inventory/doc/interfaces/ContainerTemplatesCollection.md deleted file mode 100644 index 05735e64c..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainerTemplatesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainerTemplatesCollection - -# Interface: ContainerTemplatesCollection - -**`Export`** - -ContainerTemplatesCollection - -## Table of contents - -### Properties - -- [data](ContainerTemplatesCollection.md#data) -- [links](ContainerTemplatesCollection.md#links) -- [meta](ContainerTemplatesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ContainerTemplate`](ContainerTemplate.md)[] - -**`Memberof`** - -ContainerTemplatesCollection - -#### Defined in - -[api.ts:1078](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1078) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainerTemplatesCollection - -#### Defined in - -[api.ts:1072](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1072) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainerTemplatesCollection - -#### Defined in - -[api.ts:1066](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1066) diff --git a/packages/topological-inventory/doc/interfaces/ContainersCollection.md b/packages/topological-inventory/doc/interfaces/ContainersCollection.md deleted file mode 100644 index 0d29c5ec3..000000000 --- a/packages/topological-inventory/doc/interfaces/ContainersCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ContainersCollection - -# Interface: ContainersCollection - -**`Export`** - -ContainersCollection - -## Table of contents - -### Properties - -- [data](ContainersCollection.md#data) -- [links](ContainersCollection.md#links) -- [meta](ContainersCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Container`](Container.md)[] - -**`Memberof`** - -ContainersCollection - -#### Defined in - -[api.ts:1103](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1103) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ContainersCollection - -#### Defined in - -[api.ts:1097](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1097) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ContainersCollection - -#### Defined in - -[api.ts:1091](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1091) diff --git a/packages/topological-inventory/doc/interfaces/Datastore.md b/packages/topological-inventory/doc/interfaces/Datastore.md deleted file mode 100644 index 16dbb8b16..000000000 --- a/packages/topological-inventory/doc/interfaces/Datastore.md +++ /dev/null @@ -1,256 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Datastore - -# Interface: Datastore - -**`Export`** - -Datastore - -## Table of contents - -### Properties - -- [accessible](Datastore.md#accessible) -- [archived\_at](Datastore.md#archived_at) -- [created\_at](Datastore.md#created_at) -- [extra](Datastore.md#extra) -- [free\_space](Datastore.md#free_space) -- [id](Datastore.md#id) -- [last\_seen\_at](Datastore.md#last_seen_at) -- [location](Datastore.md#location) -- [name](Datastore.md#name) -- [source\_created\_at](Datastore.md#source_created_at) -- [source\_deleted\_at](Datastore.md#source_deleted_at) -- [source\_id](Datastore.md#source_id) -- [source\_ref](Datastore.md#source_ref) -- [status](Datastore.md#status) -- [total\_space](Datastore.md#total_space) -- [updated\_at](Datastore.md#updated_at) - -## Properties - -### accessible - -• `Optional` **accessible**: `boolean` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1116](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1116) - -___ - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1122](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1122) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1128](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1128) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1134](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1134) - -___ - -### free\_space - -• `Optional` **free\_space**: `number` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1140](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1140) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1146](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1146) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1152](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1152) - -___ - -### location - -• `Optional` **location**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1158](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1158) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1164](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1164) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1170](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1170) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1176](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1176) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1182](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1182) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1188](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1188) - -___ - -### status - -• `Optional` **status**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1194](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1194) - -___ - -### total\_space - -• `Optional` **total\_space**: `number` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1200](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1200) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Datastore - -#### Defined in - -[api.ts:1206](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1206) diff --git a/packages/topological-inventory/doc/interfaces/DatastoresCollection.md b/packages/topological-inventory/doc/interfaces/DatastoresCollection.md deleted file mode 100644 index 09f3b9502..000000000 --- a/packages/topological-inventory/doc/interfaces/DatastoresCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / DatastoresCollection - -# Interface: DatastoresCollection - -**`Export`** - -DatastoresCollection - -## Table of contents - -### Properties - -- [data](DatastoresCollection.md#data) -- [links](DatastoresCollection.md#links) -- [meta](DatastoresCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Datastore`](Datastore.md)[] - -**`Memberof`** - -DatastoresCollection - -#### Defined in - -[api.ts:1231](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1231) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -DatastoresCollection - -#### Defined in - -[api.ts:1225](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1225) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -DatastoresCollection - -#### Defined in - -[api.ts:1219](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1219) diff --git a/packages/topological-inventory/doc/interfaces/ErrorNotFound.md b/packages/topological-inventory/doc/interfaces/ErrorNotFound.md deleted file mode 100644 index 6c2a032b0..000000000 --- a/packages/topological-inventory/doc/interfaces/ErrorNotFound.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ErrorNotFound - -# Interface: ErrorNotFound - -**`Export`** - -ErrorNotFound - -## Table of contents - -### Properties - -- [errors](ErrorNotFound.md#errors) - -## Properties - -### errors - -• `Optional` **errors**: [`ErrorNotFoundErrors`](ErrorNotFoundErrors.md)[] - -**`Memberof`** - -ErrorNotFound - -#### Defined in - -[api.ts:1244](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1244) diff --git a/packages/topological-inventory/doc/interfaces/ErrorNotFoundErrors.md b/packages/topological-inventory/doc/interfaces/ErrorNotFoundErrors.md deleted file mode 100644 index 00614742c..000000000 --- a/packages/topological-inventory/doc/interfaces/ErrorNotFoundErrors.md +++ /dev/null @@ -1,42 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ErrorNotFoundErrors - -# Interface: ErrorNotFoundErrors - -**`Export`** - -ErrorNotFoundErrors - -## Table of contents - -### Properties - -- [detail](ErrorNotFoundErrors.md#detail) -- [status](ErrorNotFoundErrors.md#status) - -## Properties - -### detail - -• `Optional` **detail**: `string` - -**`Memberof`** - -ErrorNotFoundErrors - -#### Defined in - -[api.ts:1263](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1263) - -___ - -### status - -• `Optional` **status**: `number` - -**`Memberof`** - -ErrorNotFoundErrors - -#### Defined in - -[api.ts:1257](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1257) diff --git a/packages/topological-inventory/doc/interfaces/Flavor.md b/packages/topological-inventory/doc/interfaces/Flavor.md deleted file mode 100644 index 3e2797401..000000000 --- a/packages/topological-inventory/doc/interfaces/Flavor.md +++ /dev/null @@ -1,219 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Flavor - -# Interface: Flavor - -**`Export`** - -Flavor - -## Table of contents - -### Properties - -- [archived\_at](Flavor.md#archived_at) -- [cpus](Flavor.md#cpus) -- [created\_at](Flavor.md#created_at) -- [disk\_count](Flavor.md#disk_count) -- [disk\_size](Flavor.md#disk_size) -- [extra](Flavor.md#extra) -- [id](Flavor.md#id) -- [last\_seen\_at](Flavor.md#last_seen_at) -- [memory](Flavor.md#memory) -- [name](Flavor.md#name) -- [source\_id](Flavor.md#source_id) -- [source\_ref](Flavor.md#source_ref) -- [updated\_at](Flavor.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1276](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1276) - -___ - -### cpus - -• `Optional` **cpus**: `number` - -Number of CPUs - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1282](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1282) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1288](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1288) - -___ - -### disk\_count - -• `Optional` **disk\_count**: `number` - -The number of default disks - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1294](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1294) - -___ - -### disk\_size - -• `Optional` **disk\_size**: `number` - -Size of the default disks in bytes - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1300](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1300) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1306](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1306) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1312](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1312) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1318](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1318) - -___ - -### memory - -• `Optional` **memory**: `number` - -Amount of RAM in bytes - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1324](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1324) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1330](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1330) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1336](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1336) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1342](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1342) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Flavor - -#### Defined in - -[api.ts:1348](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1348) diff --git a/packages/topological-inventory/doc/interfaces/FlavorsCollection.md b/packages/topological-inventory/doc/interfaces/FlavorsCollection.md deleted file mode 100644 index c66b42508..000000000 --- a/packages/topological-inventory/doc/interfaces/FlavorsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / FlavorsCollection - -# Interface: FlavorsCollection - -**`Export`** - -FlavorsCollection - -## Table of contents - -### Properties - -- [data](FlavorsCollection.md#data) -- [links](FlavorsCollection.md#links) -- [meta](FlavorsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Flavor`](Flavor.md)[] - -**`Memberof`** - -FlavorsCollection - -#### Defined in - -[api.ts:1373](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1373) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -FlavorsCollection - -#### Defined in - -[api.ts:1367](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1367) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -FlavorsCollection - -#### Defined in - -[api.ts:1361](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1361) diff --git a/packages/topological-inventory/doc/interfaces/GraphQLRequest.md b/packages/topological-inventory/doc/interfaces/GraphQLRequest.md deleted file mode 100644 index 4241cdf13..000000000 --- a/packages/topological-inventory/doc/interfaces/GraphQLRequest.md +++ /dev/null @@ -1,63 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / GraphQLRequest - -# Interface: GraphQLRequest - -**`Export`** - -GraphQLRequest - -## Table of contents - -### Properties - -- [operationName](GraphQLRequest.md#operationname) -- [query](GraphQLRequest.md#query) -- [variables](GraphQLRequest.md#variables) - -## Properties - -### operationName - -• `Optional` **operationName**: `string` - -If the Query contains several named operations, the operationName controls which one should be executed - -**`Memberof`** - -GraphQLRequest - -#### Defined in - -[api.ts:1392](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1392) - -___ - -### query - -• **query**: `string` - -The GraphQL query - -**`Memberof`** - -GraphQLRequest - -#### Defined in - -[api.ts:1386](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1386) - -___ - -### variables - -• `Optional` **variables**: ``null`` \| `object` - -Optional Query variables - -**`Memberof`** - -GraphQLRequest - -#### Defined in - -[api.ts:1398](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1398) diff --git a/packages/topological-inventory/doc/interfaces/GraphQLResponse.md b/packages/topological-inventory/doc/interfaces/GraphQLResponse.md deleted file mode 100644 index c9bdf0875..000000000 --- a/packages/topological-inventory/doc/interfaces/GraphQLResponse.md +++ /dev/null @@ -1,46 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / GraphQLResponse - -# Interface: GraphQLResponse - -**`Export`** - -GraphQLResponse - -## Table of contents - -### Properties - -- [data](GraphQLResponse.md#data) -- [errors](GraphQLResponse.md#errors) - -## Properties - -### data - -• `Optional` **data**: `object` - -Results from the GraphQL query - -**`Memberof`** - -GraphQLResponse - -#### Defined in - -[api.ts:1411](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1411) - -___ - -### errors - -• `Optional` **errors**: `object`[] - -Errors resulting from the GraphQL query - -**`Memberof`** - -GraphQLResponse - -#### Defined in - -[api.ts:1417](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1417) diff --git a/packages/topological-inventory/doc/interfaces/Host.md b/packages/topological-inventory/doc/interfaces/Host.md deleted file mode 100644 index a2958057a..000000000 --- a/packages/topological-inventory/doc/interfaces/Host.md +++ /dev/null @@ -1,288 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Host - -# Interface: Host - -**`Export`** - -Host - -## Table of contents - -### Properties - -- [archived\_at](Host.md#archived_at) -- [cluster\_id](Host.md#cluster_id) -- [cpus](Host.md#cpus) -- [created\_at](Host.md#created_at) -- [description](Host.md#description) -- [extra](Host.md#extra) -- [hostname](Host.md#hostname) -- [id](Host.md#id) -- [last\_seen\_at](Host.md#last_seen_at) -- [memory](Host.md#memory) -- [name](Host.md#name) -- [power\_state](Host.md#power_state) -- [source\_created\_at](Host.md#source_created_at) -- [source\_deleted\_at](Host.md#source_deleted_at) -- [source\_id](Host.md#source_id) -- [source\_ref](Host.md#source_ref) -- [uid\_ems](Host.md#uid_ems) -- [updated\_at](Host.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1430](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1430) - -___ - -### cluster\_id - -• `Optional` **cluster\_id**: `string` - -ID of the resource - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1436](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1436) - -___ - -### cpus - -• `Optional` **cpus**: `number` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1442](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1442) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1448](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1448) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1454](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1454) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1460](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1460) - -___ - -### hostname - -• `Optional` **hostname**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1466](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1466) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1472](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1472) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1478](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1478) - -___ - -### memory - -• `Optional` **memory**: `number` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1484](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1484) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1490](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1490) - -___ - -### power\_state - -• `Optional` **power\_state**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1496](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1496) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1502](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1502) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1508](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1508) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1514](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1514) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1520](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1520) - -___ - -### uid\_ems - -• `Optional` **uid\_ems**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1526](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1526) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Host - -#### Defined in - -[api.ts:1532](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1532) diff --git a/packages/topological-inventory/doc/interfaces/HostsCollection.md b/packages/topological-inventory/doc/interfaces/HostsCollection.md deleted file mode 100644 index acd5f72ea..000000000 --- a/packages/topological-inventory/doc/interfaces/HostsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / HostsCollection - -# Interface: HostsCollection - -**`Export`** - -HostsCollection - -## Table of contents - -### Properties - -- [data](HostsCollection.md#data) -- [links](HostsCollection.md#links) -- [meta](HostsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Host`](Host.md)[] - -**`Memberof`** - -HostsCollection - -#### Defined in - -[api.ts:1557](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1557) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -HostsCollection - -#### Defined in - -[api.ts:1551](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1551) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -HostsCollection - -#### Defined in - -[api.ts:1545](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1545) diff --git a/packages/topological-inventory/doc/interfaces/InlineResponse200.md b/packages/topological-inventory/doc/interfaces/InlineResponse200.md deleted file mode 100644 index e779a058c..000000000 --- a/packages/topological-inventory/doc/interfaces/InlineResponse200.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / InlineResponse200 - -# Interface: InlineResponse200 - -**`Export`** - -InlineResponse200 - -## Table of contents - -### Properties - -- [task\_id](InlineResponse200.md#task_id) - -## Properties - -### task\_id - -• `Optional` **task\_id**: `string` - -**`Memberof`** - -InlineResponse200 - -#### Defined in - -[api.ts:1570](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1570) diff --git a/packages/topological-inventory/doc/interfaces/Ipaddress.md b/packages/topological-inventory/doc/interfaces/Ipaddress.md deleted file mode 100644 index dcc61be57..000000000 --- a/packages/topological-inventory/doc/interfaces/Ipaddress.md +++ /dev/null @@ -1,281 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Ipaddress - -# Interface: Ipaddress - -**`Export`** - -Ipaddress - -## Table of contents - -### Properties - -- [archived\_at](Ipaddress.md#archived_at) -- [created\_at](Ipaddress.md#created_at) -- [extra](Ipaddress.md#extra) -- [id](Ipaddress.md#id) -- [ipaddress](Ipaddress.md#ipaddress) -- [kind](Ipaddress.md#kind) -- [last\_seen\_at](Ipaddress.md#last_seen_at) -- [network\_adapter\_id](Ipaddress.md#network_adapter_id) -- [orchestration\_stack\_id](Ipaddress.md#orchestration_stack_id) -- [source\_created\_at](Ipaddress.md#source_created_at) -- [source\_deleted\_at](Ipaddress.md#source_deleted_at) -- [source\_id](Ipaddress.md#source_id) -- [source\_ref](Ipaddress.md#source_ref) -- [source\_region\_id](Ipaddress.md#source_region_id) -- [subnet\_id](Ipaddress.md#subnet_id) -- [subscription\_id](Ipaddress.md#subscription_id) -- [updated\_at](Ipaddress.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1583](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1583) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1589](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1589) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1595](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1595) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1601](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1601) - -___ - -### ipaddress - -• `Optional` **ipaddress**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1607](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1607) - -___ - -### kind - -• `Optional` **kind**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1613](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1613) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1619](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1619) - -___ - -### network\_adapter\_id - -• `Optional` **network\_adapter\_id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1625](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1625) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1631](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1631) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1637](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1637) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1643](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1643) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1649](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1649) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1655](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1655) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1661](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1661) - -___ - -### subnet\_id - -• `Optional` **subnet\_id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1667](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1667) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1673](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1673) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Ipaddress - -#### Defined in - -[api.ts:1679](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1679) diff --git a/packages/topological-inventory/doc/interfaces/IpaddressesCollection.md b/packages/topological-inventory/doc/interfaces/IpaddressesCollection.md deleted file mode 100644 index cbc40fe2f..000000000 --- a/packages/topological-inventory/doc/interfaces/IpaddressesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / IpaddressesCollection - -# Interface: IpaddressesCollection - -**`Export`** - -IpaddressesCollection - -## Table of contents - -### Properties - -- [data](IpaddressesCollection.md#data) -- [links](IpaddressesCollection.md#links) -- [meta](IpaddressesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Ipaddress`](Ipaddress.md)[] - -**`Memberof`** - -IpaddressesCollection - -#### Defined in - -[api.ts:1704](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1704) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -IpaddressesCollection - -#### Defined in - -[api.ts:1698](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1698) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -IpaddressesCollection - -#### Defined in - -[api.ts:1692](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1692) diff --git a/packages/topological-inventory/doc/interfaces/Network.md b/packages/topological-inventory/doc/interfaces/Network.md deleted file mode 100644 index a877a5ef4..000000000 --- a/packages/topological-inventory/doc/interfaces/Network.md +++ /dev/null @@ -1,262 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Network - -# Interface: Network - -**`Export`** - -Network - -## Table of contents - -### Properties - -- [archived\_at](Network.md#archived_at) -- [cidr](Network.md#cidr) -- [created\_at](Network.md#created_at) -- [extra](Network.md#extra) -- [id](Network.md#id) -- [last\_seen\_at](Network.md#last_seen_at) -- [name](Network.md#name) -- [orchestration\_stack\_id](Network.md#orchestration_stack_id) -- [source\_created\_at](Network.md#source_created_at) -- [source\_deleted\_at](Network.md#source_deleted_at) -- [source\_id](Network.md#source_id) -- [source\_ref](Network.md#source_ref) -- [source\_region\_id](Network.md#source_region_id) -- [status](Network.md#status) -- [subscription\_id](Network.md#subscription_id) -- [updated\_at](Network.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1717](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1717) - -___ - -### cidr - -• `Optional` **cidr**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1723](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1723) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1729](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1729) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1735](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1735) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1741](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1741) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1747](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1747) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1753](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1753) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1759](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1759) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1765](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1765) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1771](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1771) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1777](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1777) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1783](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1783) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1789](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1789) - -___ - -### status - -• `Optional` **status**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1795](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1795) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1801](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1801) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Network - -#### Defined in - -[api.ts:1807](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1807) diff --git a/packages/topological-inventory/doc/interfaces/NetworkAdapter.md b/packages/topological-inventory/doc/interfaces/NetworkAdapter.md deleted file mode 100644 index e3e609218..000000000 --- a/packages/topological-inventory/doc/interfaces/NetworkAdapter.md +++ /dev/null @@ -1,264 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / NetworkAdapter - -# Interface: NetworkAdapter - -**`Export`** - -NetworkAdapter - -## Table of contents - -### Properties - -- [archived\_at](NetworkAdapter.md#archived_at) -- [created\_at](NetworkAdapter.md#created_at) -- [device\_id](NetworkAdapter.md#device_id) -- [device\_type](NetworkAdapter.md#device_type) -- [extra](NetworkAdapter.md#extra) -- [id](NetworkAdapter.md#id) -- [last\_seen\_at](NetworkAdapter.md#last_seen_at) -- [mac\_address](NetworkAdapter.md#mac_address) -- [orchestration\_stack\_id](NetworkAdapter.md#orchestration_stack_id) -- [source\_created\_at](NetworkAdapter.md#source_created_at) -- [source\_deleted\_at](NetworkAdapter.md#source_deleted_at) -- [source\_id](NetworkAdapter.md#source_id) -- [source\_ref](NetworkAdapter.md#source_ref) -- [source\_region\_id](NetworkAdapter.md#source_region_id) -- [subscription\_id](NetworkAdapter.md#subscription_id) -- [updated\_at](NetworkAdapter.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1820](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1820) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1826](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1826) - -___ - -### device\_id - -• `Optional` **device\_id**: `string` - -ID of the resource - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1832](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1832) - -___ - -### device\_type - -• `Optional` **device\_type**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1838](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1838) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1844](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1844) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1850](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1850) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1856](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1856) - -___ - -### mac\_address - -• `Optional` **mac\_address**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1862](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1862) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1868](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1868) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1874](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1874) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1880](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1880) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1886](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1886) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1892](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1892) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1898](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1898) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1904](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1904) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -NetworkAdapter - -#### Defined in - -[api.ts:1910](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1910) diff --git a/packages/topological-inventory/doc/interfaces/NetworkAdaptersCollection.md b/packages/topological-inventory/doc/interfaces/NetworkAdaptersCollection.md deleted file mode 100644 index 420fd1e0f..000000000 --- a/packages/topological-inventory/doc/interfaces/NetworkAdaptersCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / NetworkAdaptersCollection - -# Interface: NetworkAdaptersCollection - -**`Export`** - -NetworkAdaptersCollection - -## Table of contents - -### Properties - -- [data](NetworkAdaptersCollection.md#data) -- [links](NetworkAdaptersCollection.md#links) -- [meta](NetworkAdaptersCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`NetworkAdapter`](NetworkAdapter.md)[] - -**`Memberof`** - -NetworkAdaptersCollection - -#### Defined in - -[api.ts:1935](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1935) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -NetworkAdaptersCollection - -#### Defined in - -[api.ts:1929](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1929) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -NetworkAdaptersCollection - -#### Defined in - -[api.ts:1923](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1923) diff --git a/packages/topological-inventory/doc/interfaces/NetworksCollection.md b/packages/topological-inventory/doc/interfaces/NetworksCollection.md deleted file mode 100644 index d82d80157..000000000 --- a/packages/topological-inventory/doc/interfaces/NetworksCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / NetworksCollection - -# Interface: NetworksCollection - -**`Export`** - -NetworksCollection - -## Table of contents - -### Properties - -- [data](NetworksCollection.md#data) -- [links](NetworksCollection.md#links) -- [meta](NetworksCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Network`](Network.md)[] - -**`Memberof`** - -NetworksCollection - -#### Defined in - -[api.ts:1960](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1960) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -NetworksCollection - -#### Defined in - -[api.ts:1954](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1954) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -NetworksCollection - -#### Defined in - -[api.ts:1948](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1948) diff --git a/packages/topological-inventory/doc/interfaces/OrchestrationStack.md b/packages/topological-inventory/doc/interfaces/OrchestrationStack.md deleted file mode 100644 index 863532de2..000000000 --- a/packages/topological-inventory/doc/interfaces/OrchestrationStack.md +++ /dev/null @@ -1,234 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / OrchestrationStack - -# Interface: OrchestrationStack - -**`Export`** - -OrchestrationStack - -## Table of contents - -### Properties - -- [archived\_at](OrchestrationStack.md#archived_at) -- [created\_at](OrchestrationStack.md#created_at) -- [description](OrchestrationStack.md#description) -- [id](OrchestrationStack.md#id) -- [last\_seen\_at](OrchestrationStack.md#last_seen_at) -- [name](OrchestrationStack.md#name) -- [parent\_orchestration\_stack\_id](OrchestrationStack.md#parent_orchestration_stack_id) -- [source\_created\_at](OrchestrationStack.md#source_created_at) -- [source\_deleted\_at](OrchestrationStack.md#source_deleted_at) -- [source\_id](OrchestrationStack.md#source_id) -- [source\_ref](OrchestrationStack.md#source_ref) -- [source\_region\_id](OrchestrationStack.md#source_region_id) -- [subscription\_id](OrchestrationStack.md#subscription_id) -- [updated\_at](OrchestrationStack.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:1973](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1973) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:1979](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1979) - -___ - -### description - -• `Optional` **description**: `string` - -Description of the OrchestrationStack - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:1985](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1985) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:1991](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1991) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:1997](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L1997) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2003](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2003) - -___ - -### parent\_orchestration\_stack\_id - -• `Optional` **parent\_orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2009](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2009) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2015](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2015) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2021](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2021) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2027](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2027) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2033](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2033) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2039](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2039) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2045](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2045) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -OrchestrationStack - -#### Defined in - -[api.ts:2051](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2051) diff --git a/packages/topological-inventory/doc/interfaces/OrchestrationStacksCollection.md b/packages/topological-inventory/doc/interfaces/OrchestrationStacksCollection.md deleted file mode 100644 index d22dab3a8..000000000 --- a/packages/topological-inventory/doc/interfaces/OrchestrationStacksCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / OrchestrationStacksCollection - -# Interface: OrchestrationStacksCollection - -**`Export`** - -OrchestrationStacksCollection - -## Table of contents - -### Properties - -- [data](OrchestrationStacksCollection.md#data) -- [links](OrchestrationStacksCollection.md#links) -- [meta](OrchestrationStacksCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`OrchestrationStack`](OrchestrationStack.md)[] - -**`Memberof`** - -OrchestrationStacksCollection - -#### Defined in - -[api.ts:2076](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2076) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -OrchestrationStacksCollection - -#### Defined in - -[api.ts:2070](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2070) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -OrchestrationStacksCollection - -#### Defined in - -[api.ts:2064](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2064) diff --git a/packages/topological-inventory/doc/interfaces/OrderParametersServiceOffering.md b/packages/topological-inventory/doc/interfaces/OrderParametersServiceOffering.md deleted file mode 100644 index acd6a1f3f..000000000 --- a/packages/topological-inventory/doc/interfaces/OrderParametersServiceOffering.md +++ /dev/null @@ -1,63 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / OrderParametersServiceOffering - -# Interface: OrderParametersServiceOffering - -**`Export`** - -OrderParametersServiceOffering - -## Table of contents - -### Properties - -- [provider\_control\_parameters](OrderParametersServiceOffering.md#provider_control_parameters) -- [service\_parameters](OrderParametersServiceOffering.md#service_parameters) -- [service\_plan\_id](OrderParametersServiceOffering.md#service_plan_id) - -## Properties - -### provider\_control\_parameters - -• `Optional` **provider\_control\_parameters**: `object` - -The provider specific parameters needed to provision this service. This might include namespaces, special keys - -**`Memberof`** - -OrderParametersServiceOffering - -#### Defined in - -[api.ts:2095](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2095) - -___ - -### service\_parameters - -• `Optional` **service\_parameters**: `object` - -JSON object with provisioning parameters - -**`Memberof`** - -OrderParametersServiceOffering - -#### Defined in - -[api.ts:2089](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2089) - -___ - -### service\_plan\_id - -• `Optional` **service\_plan\_id**: `string` - -ID of the resource - -**`Memberof`** - -OrderParametersServiceOffering - -#### Defined in - -[api.ts:2101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2101) diff --git a/packages/topological-inventory/doc/interfaces/OrderParametersServicePlan.md b/packages/topological-inventory/doc/interfaces/OrderParametersServicePlan.md deleted file mode 100644 index f66d0a163..000000000 --- a/packages/topological-inventory/doc/interfaces/OrderParametersServicePlan.md +++ /dev/null @@ -1,46 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / OrderParametersServicePlan - -# Interface: OrderParametersServicePlan - -**`Export`** - -OrderParametersServicePlan - -## Table of contents - -### Properties - -- [provider\_control\_parameters](OrderParametersServicePlan.md#provider_control_parameters) -- [service\_parameters](OrderParametersServicePlan.md#service_parameters) - -## Properties - -### provider\_control\_parameters - -• `Optional` **provider\_control\_parameters**: `object` - -The provider specific parameters needed to provision this service. This might include namespaces, special keys - -**`Memberof`** - -OrderParametersServicePlan - -#### Defined in - -[api.ts:2120](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2120) - -___ - -### service\_parameters - -• `Optional` **service\_parameters**: `object` - -JSON object with provisioning parameters - -**`Memberof`** - -OrderParametersServicePlan - -#### Defined in - -[api.ts:2114](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2114) diff --git a/packages/topological-inventory/doc/interfaces/SecurityGroup.md b/packages/topological-inventory/doc/interfaces/SecurityGroup.md deleted file mode 100644 index f3e24a5a6..000000000 --- a/packages/topological-inventory/doc/interfaces/SecurityGroup.md +++ /dev/null @@ -1,264 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SecurityGroup - -# Interface: SecurityGroup - -**`Export`** - -SecurityGroup - -## Table of contents - -### Properties - -- [archived\_at](SecurityGroup.md#archived_at) -- [created\_at](SecurityGroup.md#created_at) -- [description](SecurityGroup.md#description) -- [extra](SecurityGroup.md#extra) -- [id](SecurityGroup.md#id) -- [last\_seen\_at](SecurityGroup.md#last_seen_at) -- [name](SecurityGroup.md#name) -- [network\_id](SecurityGroup.md#network_id) -- [orchestration\_stack\_id](SecurityGroup.md#orchestration_stack_id) -- [source\_created\_at](SecurityGroup.md#source_created_at) -- [source\_deleted\_at](SecurityGroup.md#source_deleted_at) -- [source\_id](SecurityGroup.md#source_id) -- [source\_ref](SecurityGroup.md#source_ref) -- [source\_region\_id](SecurityGroup.md#source_region_id) -- [subscription\_id](SecurityGroup.md#subscription_id) -- [updated\_at](SecurityGroup.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2133](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2133) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2139](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2139) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2145](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2145) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2151](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2151) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2157](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2157) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2163](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2163) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2169](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2169) - -___ - -### network\_id - -• `Optional` **network\_id**: `string` - -ID of the resource - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2175](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2175) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2181](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2181) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2187](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2187) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2193](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2193) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2199](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2199) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2205](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2205) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2211](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2211) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2217](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2217) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -SecurityGroup - -#### Defined in - -[api.ts:2223](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2223) diff --git a/packages/topological-inventory/doc/interfaces/SecurityGroupsCollection.md b/packages/topological-inventory/doc/interfaces/SecurityGroupsCollection.md deleted file mode 100644 index 99bbfe99a..000000000 --- a/packages/topological-inventory/doc/interfaces/SecurityGroupsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SecurityGroupsCollection - -# Interface: SecurityGroupsCollection - -**`Export`** - -SecurityGroupsCollection - -## Table of contents - -### Properties - -- [data](SecurityGroupsCollection.md#data) -- [links](SecurityGroupsCollection.md#links) -- [meta](SecurityGroupsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`SecurityGroup`](SecurityGroup.md)[] - -**`Memberof`** - -SecurityGroupsCollection - -#### Defined in - -[api.ts:2248](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2248) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -SecurityGroupsCollection - -#### Defined in - -[api.ts:2242](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2242) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -SecurityGroupsCollection - -#### Defined in - -[api.ts:2236](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2236) diff --git a/packages/topological-inventory/doc/interfaces/ServiceInstance.md b/packages/topological-inventory/doc/interfaces/ServiceInstance.md deleted file mode 100644 index c2617caab..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceInstance.md +++ /dev/null @@ -1,300 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceInstance - -# Interface: ServiceInstance - -**`Export`** - -ServiceInstance - -## Table of contents - -### Properties - -- [archived\_at](ServiceInstance.md#archived_at) -- [created\_at](ServiceInstance.md#created_at) -- [external\_url](ServiceInstance.md#external_url) -- [extra](ServiceInstance.md#extra) -- [id](ServiceInstance.md#id) -- [last\_seen\_at](ServiceInstance.md#last_seen_at) -- [name](ServiceInstance.md#name) -- [root\_service\_instance\_id](ServiceInstance.md#root_service_instance_id) -- [service\_inventory\_id](ServiceInstance.md#service_inventory_id) -- [service\_offering\_id](ServiceInstance.md#service_offering_id) -- [service\_plan\_id](ServiceInstance.md#service_plan_id) -- [source\_created\_at](ServiceInstance.md#source_created_at) -- [source\_deleted\_at](ServiceInstance.md#source_deleted_at) -- [source\_id](ServiceInstance.md#source_id) -- [source\_ref](ServiceInstance.md#source_ref) -- [source\_region\_id](ServiceInstance.md#source_region_id) -- [subscription\_id](ServiceInstance.md#subscription_id) -- [updated\_at](ServiceInstance.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2261](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2261) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2267](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2267) - -___ - -### external\_url - -• `Optional` **external\_url**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2273](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2273) - -___ - -### extra - -• `Optional` **extra**: `object` - -Extra information about this object in JSON format - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2279) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2285](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2285) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2291](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2291) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2297](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2297) - -___ - -### root\_service\_instance\_id - -• `Optional` **root\_service\_instance\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2303](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2303) - -___ - -### service\_inventory\_id - -• `Optional` **service\_inventory\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2309](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2309) - -___ - -### service\_offering\_id - -• `Optional` **service\_offering\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2315](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2315) - -___ - -### service\_plan\_id - -• `Optional` **service\_plan\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2321](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2321) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2327](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2327) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2333](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2333) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2339](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2339) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2345](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2345) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2351](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2351) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2357](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2357) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServiceInstance - -#### Defined in - -[api.ts:2363](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2363) diff --git a/packages/topological-inventory/doc/interfaces/ServiceInstanceNode.md b/packages/topological-inventory/doc/interfaces/ServiceInstanceNode.md deleted file mode 100644 index 4338ab342..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceInstanceNode.md +++ /dev/null @@ -1,232 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceInstanceNode - -# Interface: ServiceInstanceNode - -**`Export`** - -ServiceInstanceNode - -## Table of contents - -### Properties - -- [archived\_at](ServiceInstanceNode.md#archived_at) -- [created\_at](ServiceInstanceNode.md#created_at) -- [extra](ServiceInstanceNode.md#extra) -- [id](ServiceInstanceNode.md#id) -- [last\_seen\_at](ServiceInstanceNode.md#last_seen_at) -- [name](ServiceInstanceNode.md#name) -- [root\_service\_instance\_id](ServiceInstanceNode.md#root_service_instance_id) -- [service\_instance\_id](ServiceInstanceNode.md#service_instance_id) -- [service\_inventory\_id](ServiceInstanceNode.md#service_inventory_id) -- [source\_created\_at](ServiceInstanceNode.md#source_created_at) -- [source\_id](ServiceInstanceNode.md#source_id) -- [source\_ref](ServiceInstanceNode.md#source_ref) -- [source\_updated\_at](ServiceInstanceNode.md#source_updated_at) -- [updated\_at](ServiceInstanceNode.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2376](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2376) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2382](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2382) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2388](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2388) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2394](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2394) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2400](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2400) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2406](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2406) - -___ - -### root\_service\_instance\_id - -• `Optional` **root\_service\_instance\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2412](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2412) - -___ - -### service\_instance\_id - -• `Optional` **service\_instance\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2418](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2418) - -___ - -### service\_inventory\_id - -• `Optional` **service\_inventory\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2424](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2424) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2430](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2430) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2436](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2436) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2442](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2442) - -___ - -### source\_updated\_at - -• `Optional` **source\_updated\_at**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2448](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2448) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServiceInstanceNode - -#### Defined in - -[api.ts:2454](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2454) diff --git a/packages/topological-inventory/doc/interfaces/ServiceInstanceNodesCollection.md b/packages/topological-inventory/doc/interfaces/ServiceInstanceNodesCollection.md deleted file mode 100644 index e6616cf98..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceInstanceNodesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceInstanceNodesCollection - -# Interface: ServiceInstanceNodesCollection - -**`Export`** - -ServiceInstanceNodesCollection - -## Table of contents - -### Properties - -- [data](ServiceInstanceNodesCollection.md#data) -- [links](ServiceInstanceNodesCollection.md#links) -- [meta](ServiceInstanceNodesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServiceInstanceNode`](ServiceInstanceNode.md)[] - -**`Memberof`** - -ServiceInstanceNodesCollection - -#### Defined in - -[api.ts:2479](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2479) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServiceInstanceNodesCollection - -#### Defined in - -[api.ts:2473](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2473) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServiceInstanceNodesCollection - -#### Defined in - -[api.ts:2467](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2467) diff --git a/packages/topological-inventory/doc/interfaces/ServiceInstancesCollection.md b/packages/topological-inventory/doc/interfaces/ServiceInstancesCollection.md deleted file mode 100644 index d04e0dd61..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceInstancesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceInstancesCollection - -# Interface: ServiceInstancesCollection - -**`Export`** - -ServiceInstancesCollection - -## Table of contents - -### Properties - -- [data](ServiceInstancesCollection.md#data) -- [links](ServiceInstancesCollection.md#links) -- [meta](ServiceInstancesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServiceInstance`](ServiceInstance.md)[] - -**`Memberof`** - -ServiceInstancesCollection - -#### Defined in - -[api.ts:2504](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2504) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServiceInstancesCollection - -#### Defined in - -[api.ts:2498](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2498) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServiceInstancesCollection - -#### Defined in - -[api.ts:2492](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2492) diff --git a/packages/topological-inventory/doc/interfaces/ServiceInventoriesCollection.md b/packages/topological-inventory/doc/interfaces/ServiceInventoriesCollection.md deleted file mode 100644 index b6eb524ba..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceInventoriesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceInventoriesCollection - -# Interface: ServiceInventoriesCollection - -**`Export`** - -ServiceInventoriesCollection - -## Table of contents - -### Properties - -- [data](ServiceInventoriesCollection.md#data) -- [links](ServiceInventoriesCollection.md#links) -- [meta](ServiceInventoriesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServiceInventory`](ServiceInventory.md)[] - -**`Memberof`** - -ServiceInventoriesCollection - -#### Defined in - -[api.ts:2529](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2529) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServiceInventoriesCollection - -#### Defined in - -[api.ts:2523](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2523) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServiceInventoriesCollection - -#### Defined in - -[api.ts:2517](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2517) diff --git a/packages/topological-inventory/doc/interfaces/ServiceInventory.md b/packages/topological-inventory/doc/interfaces/ServiceInventory.md deleted file mode 100644 index 0ec034a53..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceInventory.md +++ /dev/null @@ -1,196 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceInventory - -# Interface: ServiceInventory - -**`Export`** - -ServiceInventory - -## Table of contents - -### Properties - -- [archived\_at](ServiceInventory.md#archived_at) -- [created\_at](ServiceInventory.md#created_at) -- [description](ServiceInventory.md#description) -- [extra](ServiceInventory.md#extra) -- [id](ServiceInventory.md#id) -- [last\_seen\_at](ServiceInventory.md#last_seen_at) -- [name](ServiceInventory.md#name) -- [source\_created\_at](ServiceInventory.md#source_created_at) -- [source\_id](ServiceInventory.md#source_id) -- [source\_ref](ServiceInventory.md#source_ref) -- [source\_updated\_at](ServiceInventory.md#source_updated_at) -- [updated\_at](ServiceInventory.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2542](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2542) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2548](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2548) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2554](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2554) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2560](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2560) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2566](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2566) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2572](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2572) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2578](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2578) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2584](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2584) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2590](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2590) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2596](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2596) - -___ - -### source\_updated\_at - -• `Optional` **source\_updated\_at**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2602](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2602) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServiceInventory - -#### Defined in - -[api.ts:2608](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2608) diff --git a/packages/topological-inventory/doc/interfaces/ServiceOffering.md b/packages/topological-inventory/doc/interfaces/ServiceOffering.md deleted file mode 100644 index 2cda062bb..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceOffering.md +++ /dev/null @@ -1,343 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceOffering - -# Interface: ServiceOffering - -**`Export`** - -ServiceOffering - -## Table of contents - -### Properties - -- [archived\_at](ServiceOffering.md#archived_at) -- [created\_at](ServiceOffering.md#created_at) -- [description](ServiceOffering.md#description) -- [display\_name](ServiceOffering.md#display_name) -- [distributor](ServiceOffering.md#distributor) -- [documentation\_url](ServiceOffering.md#documentation_url) -- [extra](ServiceOffering.md#extra) -- [id](ServiceOffering.md#id) -- [last\_seen\_at](ServiceOffering.md#last_seen_at) -- [long\_description](ServiceOffering.md#long_description) -- [name](ServiceOffering.md#name) -- [service\_inventory\_id](ServiceOffering.md#service_inventory_id) -- [service\_offering\_icon\_id](ServiceOffering.md#service_offering_icon_id) -- [source\_created\_at](ServiceOffering.md#source_created_at) -- [source\_deleted\_at](ServiceOffering.md#source_deleted_at) -- [source\_id](ServiceOffering.md#source_id) -- [source\_ref](ServiceOffering.md#source_ref) -- [source\_region\_id](ServiceOffering.md#source_region_id) -- [subscription\_id](ServiceOffering.md#subscription_id) -- [support\_url](ServiceOffering.md#support_url) -- [updated\_at](ServiceOffering.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2621](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2621) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2627](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2627) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2633](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2633) - -___ - -### display\_name - -• `Optional` **display\_name**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2639](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2639) - -___ - -### distributor - -• `Optional` **distributor**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2645](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2645) - -___ - -### documentation\_url - -• `Optional` **documentation\_url**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2651](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2651) - -___ - -### extra - -• `Optional` **extra**: `object` - -Extra information about this object in JSON format - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2657](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2657) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2663](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2663) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2669](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2669) - -___ - -### long\_description - -• `Optional` **long\_description**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2675](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2675) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2681](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2681) - -___ - -### service\_inventory\_id - -• `Optional` **service\_inventory\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2687](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2687) - -___ - -### service\_offering\_icon\_id - -• `Optional` **service\_offering\_icon\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2693](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2693) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2699](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2699) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2705](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2705) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2711](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2711) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -The native reference used by the Source to refer to this object - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2717](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2717) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2723](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2723) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2729](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2729) - -___ - -### support\_url - -• `Optional` **support\_url**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2735](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2735) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServiceOffering - -#### Defined in - -[api.ts:2741](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2741) diff --git a/packages/topological-inventory/doc/interfaces/ServiceOfferingIcon.md b/packages/topological-inventory/doc/interfaces/ServiceOfferingIcon.md deleted file mode 100644 index f424113ed..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceOfferingIcon.md +++ /dev/null @@ -1,123 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceOfferingIcon - -# Interface: ServiceOfferingIcon - -**`Export`** - -ServiceOfferingIcon - -## Table of contents - -### Properties - -- [created\_at](ServiceOfferingIcon.md#created_at) -- [data](ServiceOfferingIcon.md#data) -- [id](ServiceOfferingIcon.md#id) -- [last\_seen\_at](ServiceOfferingIcon.md#last_seen_at) -- [source\_id](ServiceOfferingIcon.md#source_id) -- [source\_ref](ServiceOfferingIcon.md#source_ref) -- [updated\_at](ServiceOfferingIcon.md#updated_at) - -## Properties - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2754](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2754) - -___ - -### data - -• `Optional` **data**: `string` - -Raw icon data - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2760](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2760) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2766](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2766) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2772](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2772) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2778](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2778) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2784](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2784) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServiceOfferingIcon - -#### Defined in - -[api.ts:2790](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2790) diff --git a/packages/topological-inventory/doc/interfaces/ServiceOfferingIconsCollection.md b/packages/topological-inventory/doc/interfaces/ServiceOfferingIconsCollection.md deleted file mode 100644 index 46bf28936..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceOfferingIconsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceOfferingIconsCollection - -# Interface: ServiceOfferingIconsCollection - -**`Export`** - -ServiceOfferingIconsCollection - -## Table of contents - -### Properties - -- [data](ServiceOfferingIconsCollection.md#data) -- [links](ServiceOfferingIconsCollection.md#links) -- [meta](ServiceOfferingIconsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServiceOfferingIcon`](ServiceOfferingIcon.md)[] - -**`Memberof`** - -ServiceOfferingIconsCollection - -#### Defined in - -[api.ts:2815](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2815) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServiceOfferingIconsCollection - -#### Defined in - -[api.ts:2809](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2809) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServiceOfferingIconsCollection - -#### Defined in - -[api.ts:2803](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2803) diff --git a/packages/topological-inventory/doc/interfaces/ServiceOfferingNode.md b/packages/topological-inventory/doc/interfaces/ServiceOfferingNode.md deleted file mode 100644 index 9f8669d00..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceOfferingNode.md +++ /dev/null @@ -1,232 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceOfferingNode - -# Interface: ServiceOfferingNode - -**`Export`** - -ServiceOfferingNode - -## Table of contents - -### Properties - -- [archived\_at](ServiceOfferingNode.md#archived_at) -- [created\_at](ServiceOfferingNode.md#created_at) -- [extra](ServiceOfferingNode.md#extra) -- [id](ServiceOfferingNode.md#id) -- [last\_seen\_at](ServiceOfferingNode.md#last_seen_at) -- [name](ServiceOfferingNode.md#name) -- [root\_service\_offering\_id](ServiceOfferingNode.md#root_service_offering_id) -- [service\_inventory\_id](ServiceOfferingNode.md#service_inventory_id) -- [service\_offering\_id](ServiceOfferingNode.md#service_offering_id) -- [source\_created\_at](ServiceOfferingNode.md#source_created_at) -- [source\_id](ServiceOfferingNode.md#source_id) -- [source\_ref](ServiceOfferingNode.md#source_ref) -- [source\_updated\_at](ServiceOfferingNode.md#source_updated_at) -- [updated\_at](ServiceOfferingNode.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2828](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2828) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2834](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2834) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2840](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2840) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2846](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2846) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2852](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2852) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2858](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2858) - -___ - -### root\_service\_offering\_id - -• `Optional` **root\_service\_offering\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2864](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2864) - -___ - -### service\_inventory\_id - -• `Optional` **service\_inventory\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2870](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2870) - -___ - -### service\_offering\_id - -• `Optional` **service\_offering\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2876](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2876) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2882](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2882) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2888](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2888) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2894](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2894) - -___ - -### source\_updated\_at - -• `Optional` **source\_updated\_at**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2900](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2900) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServiceOfferingNode - -#### Defined in - -[api.ts:2906](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2906) diff --git a/packages/topological-inventory/doc/interfaces/ServiceOfferingNodesCollection.md b/packages/topological-inventory/doc/interfaces/ServiceOfferingNodesCollection.md deleted file mode 100644 index 1c85d417b..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceOfferingNodesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceOfferingNodesCollection - -# Interface: ServiceOfferingNodesCollection - -**`Export`** - -ServiceOfferingNodesCollection - -## Table of contents - -### Properties - -- [data](ServiceOfferingNodesCollection.md#data) -- [links](ServiceOfferingNodesCollection.md#links) -- [meta](ServiceOfferingNodesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServiceOfferingNode`](ServiceOfferingNode.md)[] - -**`Memberof`** - -ServiceOfferingNodesCollection - -#### Defined in - -[api.ts:2931](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2931) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServiceOfferingNodesCollection - -#### Defined in - -[api.ts:2925](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2925) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServiceOfferingNodesCollection - -#### Defined in - -[api.ts:2919](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2919) diff --git a/packages/topological-inventory/doc/interfaces/ServiceOfferingsCollection.md b/packages/topological-inventory/doc/interfaces/ServiceOfferingsCollection.md deleted file mode 100644 index 5570c12d0..000000000 --- a/packages/topological-inventory/doc/interfaces/ServiceOfferingsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServiceOfferingsCollection - -# Interface: ServiceOfferingsCollection - -**`Export`** - -ServiceOfferingsCollection - -## Table of contents - -### Properties - -- [data](ServiceOfferingsCollection.md#data) -- [links](ServiceOfferingsCollection.md#links) -- [meta](ServiceOfferingsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServiceOffering`](ServiceOffering.md)[] - -**`Memberof`** - -ServiceOfferingsCollection - -#### Defined in - -[api.ts:2956](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2956) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServiceOfferingsCollection - -#### Defined in - -[api.ts:2950](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2950) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServiceOfferingsCollection - -#### Defined in - -[api.ts:2944](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2944) diff --git a/packages/topological-inventory/doc/interfaces/ServicePlan.md b/packages/topological-inventory/doc/interfaces/ServicePlan.md deleted file mode 100644 index ba947b2cf..000000000 --- a/packages/topological-inventory/doc/interfaces/ServicePlan.md +++ /dev/null @@ -1,294 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServicePlan - -# Interface: ServicePlan - -**`Export`** - -ServicePlan - -## Table of contents - -### Properties - -- [archived\_at](ServicePlan.md#archived_at) -- [create\_json\_schema](ServicePlan.md#create_json_schema) -- [created\_at](ServicePlan.md#created_at) -- [description](ServicePlan.md#description) -- [extra](ServicePlan.md#extra) -- [id](ServicePlan.md#id) -- [last\_seen\_at](ServicePlan.md#last_seen_at) -- [name](ServicePlan.md#name) -- [resource\_version](ServicePlan.md#resource_version) -- [service\_offering\_id](ServicePlan.md#service_offering_id) -- [source\_created\_at](ServicePlan.md#source_created_at) -- [source\_deleted\_at](ServicePlan.md#source_deleted_at) -- [source\_id](ServicePlan.md#source_id) -- [source\_ref](ServicePlan.md#source_ref) -- [source\_region\_id](ServicePlan.md#source_region_id) -- [subscription\_id](ServicePlan.md#subscription_id) -- [update\_json\_schema](ServicePlan.md#update_json_schema) -- [updated\_at](ServicePlan.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:2969](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2969) - -___ - -### create\_json\_schema - -• `Optional` **create\_json\_schema**: `object` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:2975](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2975) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:2981](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2981) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:2987](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2987) - -___ - -### extra - -• `Optional` **extra**: `object` - -Extra information about this object in JSON format - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:2993](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2993) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:2999](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L2999) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3005](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3005) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3011](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3011) - -___ - -### resource\_version - -• `Optional` **resource\_version**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3017](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3017) - -___ - -### service\_offering\_id - -• `Optional` **service\_offering\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3023](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3023) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3029](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3029) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3035](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3035) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3041](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3041) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3047](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3047) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3053](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3053) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3059](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3059) - -___ - -### update\_json\_schema - -• `Optional` **update\_json\_schema**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3065](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3065) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -ServicePlan - -#### Defined in - -[api.ts:3071](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3071) diff --git a/packages/topological-inventory/doc/interfaces/ServicePlansCollection.md b/packages/topological-inventory/doc/interfaces/ServicePlansCollection.md deleted file mode 100644 index c63abc26b..000000000 --- a/packages/topological-inventory/doc/interfaces/ServicePlansCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / ServicePlansCollection - -# Interface: ServicePlansCollection - -**`Export`** - -ServicePlansCollection - -## Table of contents - -### Properties - -- [data](ServicePlansCollection.md#data) -- [links](ServicePlansCollection.md#links) -- [meta](ServicePlansCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ServicePlan`](ServicePlan.md)[] - -**`Memberof`** - -ServicePlansCollection - -#### Defined in - -[api.ts:3096](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3096) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -ServicePlansCollection - -#### Defined in - -[api.ts:3090](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3090) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -ServicePlansCollection - -#### Defined in - -[api.ts:3084](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3084) diff --git a/packages/topological-inventory/doc/interfaces/Source.md b/packages/topological-inventory/doc/interfaces/Source.md deleted file mode 100644 index ac2cd8eb2..000000000 --- a/packages/topological-inventory/doc/interfaces/Source.md +++ /dev/null @@ -1,89 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Source - -# Interface: Source - -**`Export`** - -Source - -## Table of contents - -### Properties - -- [created\_at](Source.md#created_at) -- [id](Source.md#id) -- [refresh\_status](Source.md#refresh_status) -- [uid](Source.md#uid) -- [updated\_at](Source.md#updated_at) - -## Properties - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Source - -#### Defined in - -[api.ts:3109](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3109) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Source - -#### Defined in - -[api.ts:3115](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3115) - -___ - -### refresh\_status - -• `Optional` **refresh\_status**: `string` - -**`Memberof`** - -Source - -#### Defined in - -[api.ts:3121](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3121) - -___ - -### uid - -• `Optional` **uid**: `string` - -**`Memberof`** - -Source - -#### Defined in - -[api.ts:3127](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3127) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Source - -#### Defined in - -[api.ts:3133](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3133) diff --git a/packages/topological-inventory/doc/interfaces/SourceRegion.md b/packages/topological-inventory/doc/interfaces/SourceRegion.md deleted file mode 100644 index 39fd77ac0..000000000 --- a/packages/topological-inventory/doc/interfaces/SourceRegion.md +++ /dev/null @@ -1,151 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SourceRegion - -# Interface: SourceRegion - -**`Export`** - -SourceRegion - -## Table of contents - -### Properties - -- [archived\_at](SourceRegion.md#archived_at) -- [created\_at](SourceRegion.md#created_at) -- [endpoint](SourceRegion.md#endpoint) -- [id](SourceRegion.md#id) -- [last\_seen\_at](SourceRegion.md#last_seen_at) -- [name](SourceRegion.md#name) -- [source\_id](SourceRegion.md#source_id) -- [source\_ref](SourceRegion.md#source_ref) -- [updated\_at](SourceRegion.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3146](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3146) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3152](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3152) - -___ - -### endpoint - -• `Optional` **endpoint**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3158](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3158) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3164](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3164) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3170](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3170) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3176](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3176) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3182](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3182) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3188](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3188) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -SourceRegion - -#### Defined in - -[api.ts:3194](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3194) diff --git a/packages/topological-inventory/doc/interfaces/SourceRegionsCollection.md b/packages/topological-inventory/doc/interfaces/SourceRegionsCollection.md deleted file mode 100644 index 381eef072..000000000 --- a/packages/topological-inventory/doc/interfaces/SourceRegionsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SourceRegionsCollection - -# Interface: SourceRegionsCollection - -**`Export`** - -SourceRegionsCollection - -## Table of contents - -### Properties - -- [data](SourceRegionsCollection.md#data) -- [links](SourceRegionsCollection.md#links) -- [meta](SourceRegionsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`SourceRegion`](SourceRegion.md)[] - -**`Memberof`** - -SourceRegionsCollection - -#### Defined in - -[api.ts:3219](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3219) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -SourceRegionsCollection - -#### Defined in - -[api.ts:3213](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3213) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -SourceRegionsCollection - -#### Defined in - -[api.ts:3207](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3207) diff --git a/packages/topological-inventory/doc/interfaces/SourcesCollection.md b/packages/topological-inventory/doc/interfaces/SourcesCollection.md deleted file mode 100644 index 4e34810cc..000000000 --- a/packages/topological-inventory/doc/interfaces/SourcesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SourcesCollection - -# Interface: SourcesCollection - -**`Export`** - -SourcesCollection - -## Table of contents - -### Properties - -- [data](SourcesCollection.md#data) -- [links](SourcesCollection.md#links) -- [meta](SourcesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Source`](Source.md)[] - -**`Memberof`** - -SourcesCollection - -#### Defined in - -[api.ts:3244](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3244) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -SourcesCollection - -#### Defined in - -[api.ts:3238](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3238) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -SourcesCollection - -#### Defined in - -[api.ts:3232](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3232) diff --git a/packages/topological-inventory/doc/interfaces/Subnet.md b/packages/topological-inventory/doc/interfaces/Subnet.md deleted file mode 100644 index 51800874b..000000000 --- a/packages/topological-inventory/doc/interfaces/Subnet.md +++ /dev/null @@ -1,279 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Subnet - -# Interface: Subnet - -**`Export`** - -Subnet - -## Table of contents - -### Properties - -- [archived\_at](Subnet.md#archived_at) -- [cidr](Subnet.md#cidr) -- [created\_at](Subnet.md#created_at) -- [extra](Subnet.md#extra) -- [id](Subnet.md#id) -- [last\_seen\_at](Subnet.md#last_seen_at) -- [name](Subnet.md#name) -- [network\_id](Subnet.md#network_id) -- [orchestration\_stack\_id](Subnet.md#orchestration_stack_id) -- [source\_created\_at](Subnet.md#source_created_at) -- [source\_deleted\_at](Subnet.md#source_deleted_at) -- [source\_id](Subnet.md#source_id) -- [source\_ref](Subnet.md#source_ref) -- [source\_region\_id](Subnet.md#source_region_id) -- [status](Subnet.md#status) -- [subscription\_id](Subnet.md#subscription_id) -- [updated\_at](Subnet.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3257](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3257) - -___ - -### cidr - -• `Optional` **cidr**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3263](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3263) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3269](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3269) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3275](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3275) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3281](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3281) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3287](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3287) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3293](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3293) - -___ - -### network\_id - -• `Optional` **network\_id**: `string` - -ID of the resource - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3299](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3299) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3305](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3305) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3311](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3311) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3317](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3317) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3323](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3323) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3329](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3329) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3335](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3335) - -___ - -### status - -• `Optional` **status**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3341](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3341) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3347](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3347) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Subnet - -#### Defined in - -[api.ts:3353](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3353) diff --git a/packages/topological-inventory/doc/interfaces/SubnetsCollection.md b/packages/topological-inventory/doc/interfaces/SubnetsCollection.md deleted file mode 100644 index 1fb8fdeb1..000000000 --- a/packages/topological-inventory/doc/interfaces/SubnetsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SubnetsCollection - -# Interface: SubnetsCollection - -**`Export`** - -SubnetsCollection - -## Table of contents - -### Properties - -- [data](SubnetsCollection.md#data) -- [links](SubnetsCollection.md#links) -- [meta](SubnetsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Subnet`](Subnet.md)[] - -**`Memberof`** - -SubnetsCollection - -#### Defined in - -[api.ts:3378](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3378) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -SubnetsCollection - -#### Defined in - -[api.ts:3372](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3372) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -SubnetsCollection - -#### Defined in - -[api.ts:3366](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3366) diff --git a/packages/topological-inventory/doc/interfaces/Subscription.md b/packages/topological-inventory/doc/interfaces/Subscription.md deleted file mode 100644 index ceca87a4a..000000000 --- a/packages/topological-inventory/doc/interfaces/Subscription.md +++ /dev/null @@ -1,136 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Subscription - -# Interface: Subscription - -**`Export`** - -Subscription - -## Table of contents - -### Properties - -- [archived\_at](Subscription.md#archived_at) -- [created\_at](Subscription.md#created_at) -- [id](Subscription.md#id) -- [last\_seen\_at](Subscription.md#last_seen_at) -- [name](Subscription.md#name) -- [source\_id](Subscription.md#source_id) -- [source\_ref](Subscription.md#source_ref) -- [updated\_at](Subscription.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3391](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3391) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3397](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3397) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3403](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3403) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3409](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3409) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3415](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3415) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3421](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3421) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3427](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3427) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Subscription - -#### Defined in - -[api.ts:3433](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3433) diff --git a/packages/topological-inventory/doc/interfaces/SubscriptionsCollection.md b/packages/topological-inventory/doc/interfaces/SubscriptionsCollection.md deleted file mode 100644 index 568708802..000000000 --- a/packages/topological-inventory/doc/interfaces/SubscriptionsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / SubscriptionsCollection - -# Interface: SubscriptionsCollection - -**`Export`** - -SubscriptionsCollection - -## Table of contents - -### Properties - -- [data](SubscriptionsCollection.md#data) -- [links](SubscriptionsCollection.md#links) -- [meta](SubscriptionsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Subscription`](Subscription.md)[] - -**`Memberof`** - -SubscriptionsCollection - -#### Defined in - -[api.ts:3458](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3458) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -SubscriptionsCollection - -#### Defined in - -[api.ts:3452](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3452) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -SubscriptionsCollection - -#### Defined in - -[api.ts:3446](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3446) diff --git a/packages/topological-inventory/doc/interfaces/Tag.md b/packages/topological-inventory/doc/interfaces/Tag.md deleted file mode 100644 index d85634ba0..000000000 --- a/packages/topological-inventory/doc/interfaces/Tag.md +++ /dev/null @@ -1,119 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Tag - -# Interface: Tag - -**`Export`** - -Tag - -## Table of contents - -### Properties - -- [created\_at](Tag.md#created_at) -- [description](Tag.md#description) -- [id](Tag.md#id) -- [last\_seen\_at](Tag.md#last_seen_at) -- [name](Tag.md#name) -- [namespace](Tag.md#namespace) -- [value](Tag.md#value) - -## Properties - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3471](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3471) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3477](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3477) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3483](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3483) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3489](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3489) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3495](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3495) - -___ - -### namespace - -• `Optional` **namespace**: `string` - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3501](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3501) - -___ - -### value - -• `Optional` **value**: `string` - -**`Memberof`** - -Tag - -#### Defined in - -[api.ts:3507](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3507) diff --git a/packages/topological-inventory/doc/interfaces/Tagging.md b/packages/topological-inventory/doc/interfaces/Tagging.md deleted file mode 100644 index 00420e7ca..000000000 --- a/packages/topological-inventory/doc/interfaces/Tagging.md +++ /dev/null @@ -1,59 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Tagging - -# Interface: Tagging - -**`Export`** - -Tagging - -## Table of contents - -### Properties - -- [name](Tagging.md#name) -- [tag\_id](Tagging.md#tag_id) -- [value](Tagging.md#value) - -## Properties - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Tagging - -#### Defined in - -[api.ts:3526](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3526) - -___ - -### tag\_id - -• `Optional` **tag\_id**: `string` - -ID of the resource - -**`Memberof`** - -Tagging - -#### Defined in - -[api.ts:3520](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3520) - -___ - -### value - -• `Optional` **value**: `string` - -**`Memberof`** - -Tagging - -#### Defined in - -[api.ts:3532](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3532) diff --git a/packages/topological-inventory/doc/interfaces/TagsCollection.md b/packages/topological-inventory/doc/interfaces/TagsCollection.md deleted file mode 100644 index 08f731b0b..000000000 --- a/packages/topological-inventory/doc/interfaces/TagsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / TagsCollection - -# Interface: TagsCollection - -**`Export`** - -TagsCollection - -## Table of contents - -### Properties - -- [data](TagsCollection.md#data) -- [links](TagsCollection.md#links) -- [meta](TagsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Tag`](Tag.md)[] - -**`Memberof`** - -TagsCollection - -#### Defined in - -[api.ts:3557](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3557) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -TagsCollection - -#### Defined in - -[api.ts:3551](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3551) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -TagsCollection - -#### Defined in - -[api.ts:3545](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3545) diff --git a/packages/topological-inventory/doc/interfaces/Task.md b/packages/topological-inventory/doc/interfaces/Task.md deleted file mode 100644 index 7bff6e6cc..000000000 --- a/packages/topological-inventory/doc/interfaces/Task.md +++ /dev/null @@ -1,134 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Task - -# Interface: Task - -**`Export`** - -Task - -## Table of contents - -### Properties - -- [completed\_at](Task.md#completed_at) -- [context](Task.md#context) -- [created\_at](Task.md#created_at) -- [id](Task.md#id) -- [name](Task.md#name) -- [state](Task.md#state) -- [status](Task.md#status) -- [updated\_at](Task.md#updated_at) - -## Properties - -### completed\_at - -• `Optional` **completed\_at**: `string` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3570](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3570) - -___ - -### context - -• `Optional` **context**: `object` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3576](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3576) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3582](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3582) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3588](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3588) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3594](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3594) - -___ - -### state - -• `Optional` **state**: `string` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3600](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3600) - -___ - -### status - -• `Optional` **status**: `string` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3606](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3606) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Task - -#### Defined in - -[api.ts:3612](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3612) diff --git a/packages/topological-inventory/doc/interfaces/TasksCollection.md b/packages/topological-inventory/doc/interfaces/TasksCollection.md deleted file mode 100644 index 0868f845e..000000000 --- a/packages/topological-inventory/doc/interfaces/TasksCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / TasksCollection - -# Interface: TasksCollection - -**`Export`** - -TasksCollection - -## Table of contents - -### Properties - -- [data](TasksCollection.md#data) -- [links](TasksCollection.md#links) -- [meta](TasksCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Task`](Task.md)[] - -**`Memberof`** - -TasksCollection - -#### Defined in - -[api.ts:3637](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3637) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -TasksCollection - -#### Defined in - -[api.ts:3631](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3631) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -TasksCollection - -#### Defined in - -[api.ts:3625](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3625) diff --git a/packages/topological-inventory/doc/interfaces/Tenant.md b/packages/topological-inventory/doc/interfaces/Tenant.md deleted file mode 100644 index 22ba9410d..000000000 --- a/packages/topological-inventory/doc/interfaces/Tenant.md +++ /dev/null @@ -1,74 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Tenant - -# Interface: Tenant - -**`Export`** - -Tenant - -## Table of contents - -### Properties - -- [description](Tenant.md#description) -- [external\_tenant](Tenant.md#external_tenant) -- [id](Tenant.md#id) -- [name](Tenant.md#name) - -## Properties - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -Tenant - -#### Defined in - -[api.ts:3662](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3662) - -___ - -### external\_tenant - -• `Optional` **external\_tenant**: `string` - -**`Memberof`** - -Tenant - -#### Defined in - -[api.ts:3668](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3668) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Tenant - -#### Defined in - -[api.ts:3650](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3650) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Tenant - -#### Defined in - -[api.ts:3656](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3656) diff --git a/packages/topological-inventory/doc/interfaces/Vm.md b/packages/topological-inventory/doc/interfaces/Vm.md deleted file mode 100644 index 16435fbf3..000000000 --- a/packages/topological-inventory/doc/interfaces/Vm.md +++ /dev/null @@ -1,377 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Vm - -# Interface: Vm - -**`Export`** - -Vm - -## Table of contents - -### Properties - -- [archived\_at](Vm.md#archived_at) -- [cpus](Vm.md#cpus) -- [created\_at](Vm.md#created_at) -- [description](Vm.md#description) -- [extra](Vm.md#extra) -- [flavor\_id](Vm.md#flavor_id) -- [host\_inventory\_uuid](Vm.md#host_inventory_uuid) -- [hostname](Vm.md#hostname) -- [id](Vm.md#id) -- [last\_seen\_at](Vm.md#last_seen_at) -- [mac\_addresses](Vm.md#mac_addresses) -- [memory](Vm.md#memory) -- [name](Vm.md#name) -- [orchestration\_stack\_id](Vm.md#orchestration_stack_id) -- [power\_state](Vm.md#power_state) -- [source\_created\_at](Vm.md#source_created_at) -- [source\_deleted\_at](Vm.md#source_deleted_at) -- [source\_id](Vm.md#source_id) -- [source\_ref](Vm.md#source_ref) -- [source\_region\_id](Vm.md#source_region_id) -- [subscription\_id](Vm.md#subscription_id) -- [uid\_ems](Vm.md#uid_ems) -- [updated\_at](Vm.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3681](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3681) - -___ - -### cpus - -• `Optional` **cpus**: `number` - -Total number of CPUs - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3687](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3687) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3693](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3693) - -___ - -### description - -• `Optional` **description**: `string` - -Description of the Vm - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3699](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3699) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3705](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3705) - -___ - -### flavor\_id - -• `Optional` **flavor\_id**: `string` - -ID of the resource - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3711](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3711) - -___ - -### host\_inventory\_uuid - -• `Optional` **host\_inventory\_uuid**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3717](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3717) - -___ - -### hostname - -• `Optional` **hostname**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3723](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3723) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3729](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3729) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3735](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3735) - -___ - -### mac\_addresses - -• `Optional` **mac\_addresses**: `string`[] - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3741](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3741) - -___ - -### memory - -• `Optional` **memory**: `number` - -Total RAM in bytes - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3747](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3747) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3753](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3753) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3759](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3759) - -___ - -### power\_state - -• `Optional` **power\_state**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3765](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3765) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3771](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3771) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3777](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3777) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3783](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3783) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3789](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3789) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3795](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3795) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3801](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3801) - -___ - -### uid\_ems - -• `Optional` **uid\_ems**: `string` - -Cross-Source Unique Reference - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3807](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3807) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Vm - -#### Defined in - -[api.ts:3813](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3813) diff --git a/packages/topological-inventory/doc/interfaces/VmsCollection.md b/packages/topological-inventory/doc/interfaces/VmsCollection.md deleted file mode 100644 index 6e5d01889..000000000 --- a/packages/topological-inventory/doc/interfaces/VmsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / VmsCollection - -# Interface: VmsCollection - -**`Export`** - -VmsCollection - -## Table of contents - -### Properties - -- [data](VmsCollection.md#data) -- [links](VmsCollection.md#links) -- [meta](VmsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Vm`](Vm.md)[] - -**`Memberof`** - -VmsCollection - -#### Defined in - -[api.ts:3838](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3838) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -VmsCollection - -#### Defined in - -[api.ts:3832](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3832) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -VmsCollection - -#### Defined in - -[api.ts:3826](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3826) diff --git a/packages/topological-inventory/doc/interfaces/Volume.md b/packages/topological-inventory/doc/interfaces/Volume.md deleted file mode 100644 index 50b2b7e75..000000000 --- a/packages/topological-inventory/doc/interfaces/Volume.md +++ /dev/null @@ -1,281 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / Volume - -# Interface: Volume - -**`Export`** - -Volume - -## Table of contents - -### Properties - -- [archived\_at](Volume.md#archived_at) -- [created\_at](Volume.md#created_at) -- [extra](Volume.md#extra) -- [id](Volume.md#id) -- [last\_seen\_at](Volume.md#last_seen_at) -- [name](Volume.md#name) -- [orchestration\_stack\_id](Volume.md#orchestration_stack_id) -- [size](Volume.md#size) -- [source\_created\_at](Volume.md#source_created_at) -- [source\_deleted\_at](Volume.md#source_deleted_at) -- [source\_id](Volume.md#source_id) -- [source\_ref](Volume.md#source_ref) -- [source\_region\_id](Volume.md#source_region_id) -- [state](Volume.md#state) -- [subscription\_id](Volume.md#subscription_id) -- [updated\_at](Volume.md#updated_at) -- [volume\_type\_id](Volume.md#volume_type_id) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3851](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3851) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3857](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3857) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3863](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3863) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3869](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3869) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3875](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3875) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3881](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3881) - -___ - -### orchestration\_stack\_id - -• `Optional` **orchestration\_stack\_id**: `string` - -ID of the resource - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3887](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3887) - -___ - -### size - -• `Optional` **size**: `number` - -Size of the volume in bytes - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3893](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3893) - -___ - -### source\_created\_at - -• `Optional` **source\_created\_at**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3899](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3899) - -___ - -### source\_deleted\_at - -• `Optional` **source\_deleted\_at**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3905](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3905) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3911](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3911) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3917](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3917) - -___ - -### source\_region\_id - -• `Optional` **source\_region\_id**: `string` - -ID of the resource - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3923](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3923) - -___ - -### state - -• `Optional` **state**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3929](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3929) - -___ - -### subscription\_id - -• `Optional` **subscription\_id**: `string` - -ID of the resource - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3935](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3935) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3941](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3941) - -___ - -### volume\_type\_id - -• `Optional` **volume\_type\_id**: `string` - -ID of the resource - -**`Memberof`** - -Volume - -#### Defined in - -[api.ts:3947](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3947) diff --git a/packages/topological-inventory/doc/interfaces/VolumeAttachment.md b/packages/topological-inventory/doc/interfaces/VolumeAttachment.md deleted file mode 100644 index e03c19959..000000000 --- a/packages/topological-inventory/doc/interfaces/VolumeAttachment.md +++ /dev/null @@ -1,108 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / VolumeAttachment - -# Interface: VolumeAttachment - -**`Export`** - -VolumeAttachment - -## Table of contents - -### Properties - -- [device](VolumeAttachment.md#device) -- [id](VolumeAttachment.md#id) -- [last\_seen\_at](VolumeAttachment.md#last_seen_at) -- [state](VolumeAttachment.md#state) -- [vm\_id](VolumeAttachment.md#vm_id) -- [volume\_id](VolumeAttachment.md#volume_id) - -## Properties - -### device - -• `Optional` **device**: `string` - -**`Memberof`** - -VolumeAttachment - -#### Defined in - -[api.ts:3960](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3960) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -VolumeAttachment - -#### Defined in - -[api.ts:3966](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3966) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -VolumeAttachment - -#### Defined in - -[api.ts:3972](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3972) - -___ - -### state - -• `Optional` **state**: `string` - -**`Memberof`** - -VolumeAttachment - -#### Defined in - -[api.ts:3978](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3978) - -___ - -### vm\_id - -• `Optional` **vm\_id**: `string` - -ID of the resource - -**`Memberof`** - -VolumeAttachment - -#### Defined in - -[api.ts:3984](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3984) - -___ - -### volume\_id - -• `Optional` **volume\_id**: `string` - -ID of the resource - -**`Memberof`** - -VolumeAttachment - -#### Defined in - -[api.ts:3990](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L3990) diff --git a/packages/topological-inventory/doc/interfaces/VolumeAttachmentsCollection.md b/packages/topological-inventory/doc/interfaces/VolumeAttachmentsCollection.md deleted file mode 100644 index 14c52dc26..000000000 --- a/packages/topological-inventory/doc/interfaces/VolumeAttachmentsCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / VolumeAttachmentsCollection - -# Interface: VolumeAttachmentsCollection - -**`Export`** - -VolumeAttachmentsCollection - -## Table of contents - -### Properties - -- [data](VolumeAttachmentsCollection.md#data) -- [links](VolumeAttachmentsCollection.md#links) -- [meta](VolumeAttachmentsCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`VolumeAttachment`](VolumeAttachment.md)[] - -**`Memberof`** - -VolumeAttachmentsCollection - -#### Defined in - -[api.ts:4015](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4015) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -VolumeAttachmentsCollection - -#### Defined in - -[api.ts:4009](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4009) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -VolumeAttachmentsCollection - -#### Defined in - -[api.ts:4003](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4003) diff --git a/packages/topological-inventory/doc/interfaces/VolumeType.md b/packages/topological-inventory/doc/interfaces/VolumeType.md deleted file mode 100644 index e4b2a11d3..000000000 --- a/packages/topological-inventory/doc/interfaces/VolumeType.md +++ /dev/null @@ -1,166 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / VolumeType - -# Interface: VolumeType - -**`Export`** - -VolumeType - -## Table of contents - -### Properties - -- [archived\_at](VolumeType.md#archived_at) -- [created\_at](VolumeType.md#created_at) -- [description](VolumeType.md#description) -- [extra](VolumeType.md#extra) -- [id](VolumeType.md#id) -- [last\_seen\_at](VolumeType.md#last_seen_at) -- [name](VolumeType.md#name) -- [source\_id](VolumeType.md#source_id) -- [source\_ref](VolumeType.md#source_ref) -- [updated\_at](VolumeType.md#updated_at) - -## Properties - -### archived\_at - -• `Optional` **archived\_at**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4028](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4028) - -___ - -### created\_at - -• `Optional` **created\_at**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4034](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4034) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4040](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4040) - -___ - -### extra - -• `Optional` **extra**: `object` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4046](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4046) - -___ - -### id - -• `Optional` **id**: `string` - -ID of the resource - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4052](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4052) - -___ - -### last\_seen\_at - -• `Optional` **last\_seen\_at**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4058](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4058) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4064](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4064) - -___ - -### source\_id - -• `Optional` **source\_id**: `string` - -ID of the resource - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4070](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4070) - -___ - -### source\_ref - -• `Optional` **source\_ref**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4076](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4076) - -___ - -### updated\_at - -• `Optional` **updated\_at**: `string` - -**`Memberof`** - -VolumeType - -#### Defined in - -[api.ts:4082](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4082) diff --git a/packages/topological-inventory/doc/interfaces/VolumeTypesCollection.md b/packages/topological-inventory/doc/interfaces/VolumeTypesCollection.md deleted file mode 100644 index 849a7079d..000000000 --- a/packages/topological-inventory/doc/interfaces/VolumeTypesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / VolumeTypesCollection - -# Interface: VolumeTypesCollection - -**`Export`** - -VolumeTypesCollection - -## Table of contents - -### Properties - -- [data](VolumeTypesCollection.md#data) -- [links](VolumeTypesCollection.md#links) -- [meta](VolumeTypesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`VolumeType`](VolumeType.md)[] - -**`Memberof`** - -VolumeTypesCollection - -#### Defined in - -[api.ts:4107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4107) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -VolumeTypesCollection - -#### Defined in - -[api.ts:4101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4101) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -VolumeTypesCollection - -#### Defined in - -[api.ts:4095](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4095) diff --git a/packages/topological-inventory/doc/interfaces/VolumesCollection.md b/packages/topological-inventory/doc/interfaces/VolumesCollection.md deleted file mode 100644 index 55d9262c5..000000000 --- a/packages/topological-inventory/doc/interfaces/VolumesCollection.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](../README.md) / [Exports](../modules.md) / VolumesCollection - -# Interface: VolumesCollection - -**`Export`** - -VolumesCollection - -## Table of contents - -### Properties - -- [data](VolumesCollection.md#data) -- [links](VolumesCollection.md#links) -- [meta](VolumesCollection.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`Volume`](Volume.md)[] - -**`Memberof`** - -VolumesCollection - -#### Defined in - -[api.ts:4132](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4132) - -___ - -### links - -• `Optional` **links**: [`CollectionLinks`](CollectionLinks.md) - -**`Memberof`** - -VolumesCollection - -#### Defined in - -[api.ts:4126](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4126) - -___ - -### meta - -• `Optional` **meta**: [`CollectionMetadata`](CollectionMetadata.md) - -**`Memberof`** - -VolumesCollection - -#### Defined in - -[api.ts:4120](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4120) diff --git a/packages/topological-inventory/doc/modules.md b/packages/topological-inventory/doc/modules.md deleted file mode 100644 index 7edc51ad2..000000000 --- a/packages/topological-inventory/doc/modules.md +++ /dev/null @@ -1,714 +0,0 @@ -[@redhat-cloud-services/topological-inventory-client](README.md) / Exports - -# @redhat-cloud-services/topological-inventory-client - -## Table of contents - -### Classes - -- [Configuration](classes/Configuration.md) -- [DefaultApi](classes/DefaultApi.md) - -### Interfaces - -- [AppliedInventoriesParametersServicePlan](interfaces/AppliedInventoriesParametersServicePlan.md) -- [AvailabilitiesCollection](interfaces/AvailabilitiesCollection.md) -- [Availability](interfaces/Availability.md) -- [Cluster](interfaces/Cluster.md) -- [ClustersCollection](interfaces/ClustersCollection.md) -- [CollectionLinks](interfaces/CollectionLinks.md) -- [CollectionMetadata](interfaces/CollectionMetadata.md) -- [ConfigurationParameters](interfaces/ConfigurationParameters.md) -- [Container](interfaces/Container.md) -- [ContainerGroup](interfaces/ContainerGroup.md) -- [ContainerGroupsCollection](interfaces/ContainerGroupsCollection.md) -- [ContainerImage](interfaces/ContainerImage.md) -- [ContainerImagesCollection](interfaces/ContainerImagesCollection.md) -- [ContainerNode](interfaces/ContainerNode.md) -- [ContainerNodesCollection](interfaces/ContainerNodesCollection.md) -- [ContainerProject](interfaces/ContainerProject.md) -- [ContainerProjectsCollection](interfaces/ContainerProjectsCollection.md) -- [ContainerResourceQuota](interfaces/ContainerResourceQuota.md) -- [ContainerResourceQuotaCollection](interfaces/ContainerResourceQuotaCollection.md) -- [ContainerTemplate](interfaces/ContainerTemplate.md) -- [ContainerTemplatesCollection](interfaces/ContainerTemplatesCollection.md) -- [ContainersCollection](interfaces/ContainersCollection.md) -- [Datastore](interfaces/Datastore.md) -- [DatastoresCollection](interfaces/DatastoresCollection.md) -- [ErrorNotFound](interfaces/ErrorNotFound.md) -- [ErrorNotFoundErrors](interfaces/ErrorNotFoundErrors.md) -- [Flavor](interfaces/Flavor.md) -- [FlavorsCollection](interfaces/FlavorsCollection.md) -- [GraphQLRequest](interfaces/GraphQLRequest.md) -- [GraphQLResponse](interfaces/GraphQLResponse.md) -- [Host](interfaces/Host.md) -- [HostsCollection](interfaces/HostsCollection.md) -- [InlineResponse200](interfaces/InlineResponse200.md) -- [Ipaddress](interfaces/Ipaddress.md) -- [IpaddressesCollection](interfaces/IpaddressesCollection.md) -- [Network](interfaces/Network.md) -- [NetworkAdapter](interfaces/NetworkAdapter.md) -- [NetworkAdaptersCollection](interfaces/NetworkAdaptersCollection.md) -- [NetworksCollection](interfaces/NetworksCollection.md) -- [OrchestrationStack](interfaces/OrchestrationStack.md) -- [OrchestrationStacksCollection](interfaces/OrchestrationStacksCollection.md) -- [OrderParametersServiceOffering](interfaces/OrderParametersServiceOffering.md) -- [OrderParametersServicePlan](interfaces/OrderParametersServicePlan.md) -- [SecurityGroup](interfaces/SecurityGroup.md) -- [SecurityGroupsCollection](interfaces/SecurityGroupsCollection.md) -- [ServiceInstance](interfaces/ServiceInstance.md) -- [ServiceInstanceNode](interfaces/ServiceInstanceNode.md) -- [ServiceInstanceNodesCollection](interfaces/ServiceInstanceNodesCollection.md) -- [ServiceInstancesCollection](interfaces/ServiceInstancesCollection.md) -- [ServiceInventoriesCollection](interfaces/ServiceInventoriesCollection.md) -- [ServiceInventory](interfaces/ServiceInventory.md) -- [ServiceOffering](interfaces/ServiceOffering.md) -- [ServiceOfferingIcon](interfaces/ServiceOfferingIcon.md) -- [ServiceOfferingIconsCollection](interfaces/ServiceOfferingIconsCollection.md) -- [ServiceOfferingNode](interfaces/ServiceOfferingNode.md) -- [ServiceOfferingNodesCollection](interfaces/ServiceOfferingNodesCollection.md) -- [ServiceOfferingsCollection](interfaces/ServiceOfferingsCollection.md) -- [ServicePlan](interfaces/ServicePlan.md) -- [ServicePlansCollection](interfaces/ServicePlansCollection.md) -- [Source](interfaces/Source.md) -- [SourceRegion](interfaces/SourceRegion.md) -- [SourceRegionsCollection](interfaces/SourceRegionsCollection.md) -- [SourcesCollection](interfaces/SourcesCollection.md) -- [Subnet](interfaces/Subnet.md) -- [SubnetsCollection](interfaces/SubnetsCollection.md) -- [Subscription](interfaces/Subscription.md) -- [SubscriptionsCollection](interfaces/SubscriptionsCollection.md) -- [Tag](interfaces/Tag.md) -- [Tagging](interfaces/Tagging.md) -- [TagsCollection](interfaces/TagsCollection.md) -- [Task](interfaces/Task.md) -- [TasksCollection](interfaces/TasksCollection.md) -- [Tenant](interfaces/Tenant.md) -- [Vm](interfaces/Vm.md) -- [VmsCollection](interfaces/VmsCollection.md) -- [Volume](interfaces/Volume.md) -- [VolumeAttachment](interfaces/VolumeAttachment.md) -- [VolumeAttachmentsCollection](interfaces/VolumeAttachmentsCollection.md) -- [VolumeType](interfaces/VolumeType.md) -- [VolumeTypesCollection](interfaces/VolumeTypesCollection.md) -- [VolumesCollection](interfaces/VolumesCollection.md) - -### Functions - -- [DefaultApiAxiosParamCreator](modules.md#defaultapiaxiosparamcreator) -- [DefaultApiFactory](modules.md#defaultapifactory) -- [DefaultApiFp](modules.md#defaultapifp) - -## Functions - -### DefaultApiAxiosParamCreator - -▸ **DefaultApiAxiosParamCreator**(`configuration?`): `Object` - -DefaultApi - axios parameter creator - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `configuration?` | [`Configuration`](classes/Configuration.md) | - -#### Returns - -`Object` - -| Name | Type | Description | -| :------ | :------ | :------ | -| `appliedInventoriesForServiceOffering` | (`id`: `string`, `appliedInventoriesParametersServicePlan`: [`AppliedInventoriesParametersServicePlan`](interfaces/AppliedInventoriesParametersServicePlan.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `getDocumentation` | (`options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listClusterHosts` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listClusters` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerGroupContainers` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerGroupTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerGroups` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerImageTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerImages` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerNodeContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerNodeTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerProjectContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerProjectContainerResourceQuota` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerProjectContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerProjectTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerProjects` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerResourceQuota` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerTemplateTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainerTemplates` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listContainers` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listDatastores` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listFlavors` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listHosts` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listIpaddressTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listIpaddresses` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listNetworkAdapterIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listNetworkAdapterTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listNetworkAdapters` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listNetworkSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listNetworkTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listNetworks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStackVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listOrchestrationStacks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSecurityGroupTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSecurityGroupVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSecurityGroups` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceInstanceNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceInstanceServiceInstanceNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceInstances` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceInventories` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceInventoryTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferingIcons` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferingNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferingServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferingServiceOfferingNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferingServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferingTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServiceOfferings` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServicePlanServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listServicePlans` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceAvailabilities` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceClusters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceContainerImages` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceContainerNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceContainerProjects` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceContainers` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceDatastores` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceHosts` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegionVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceRegions` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceServiceInstanceNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceServiceInventories` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceServiceOfferingNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceSourceRegions` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceSubscriptions` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceVolumeTypes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSourceVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSources` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubnetIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubnetNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubnetTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubnets` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptionVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSubscriptions` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagContainerImages` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagContainerNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagContainerProjects` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagServiceInventories` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTagVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTags` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listTasks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVmNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVmSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVmTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVmVolumeAttachments` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVmVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVms` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVolumeAttachments` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVolumeTypeVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVolumeTypes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVolumeVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listVolumes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `orderServiceOffering` | (`id`: `string`, `orderParametersServiceOffering`: [`OrderParametersServiceOffering`](interfaces/OrderParametersServiceOffering.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `orderServicePlan` | (`id`: `string`, `orderParametersServicePlan`: [`OrderParametersServicePlan`](interfaces/OrderParametersServicePlan.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `postGraphQL` | (`graphQLRequest`: [`GraphQLRequest`](interfaces/GraphQLRequest.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showCluster` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainer` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainerGroup` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainerImage` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainerNode` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainerProject` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainerResourceQuota` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showContainerTemplate` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showDatastore` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showFlavor` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showHost` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showIpaddress` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showNetwork` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showNetworkAdapter` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showOrchestrationStack` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showSecurityGroup` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceInstance` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceInstanceNode` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceInventory` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceOffering` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceOfferingIcon` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceOfferingIconIconData` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServiceOfferingNode` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showServicePlan` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showSource` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showSourceRegion` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showSubnet` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showSubscription` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showTag` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showTask` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showVm` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showVolume` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showVolumeAttachment` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `showVolumeType` | (`id`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `updateTask` | (`id`: `string`, `task`: [`Task`](interfaces/Task.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | - -**`Export`** - -#### Defined in - -[api.ts:4139](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L4139) - -___ - -### DefaultApiFactory - -▸ **DefaultApiFactory**(`configuration?`, `basePath?`, `axios?`): `Object` - -DefaultApi - factory interface - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `configuration?` | [`Configuration`](classes/Configuration.md) | -| `basePath?` | `string` | -| `axios?` | `AxiosInstance` | - -#### Returns - -`Object` - -| Name | Type | -| :------ | :------ | -| `appliedInventoriesForServiceOffering` | (`id`: `string`, `appliedInventoriesParametersServicePlan`: [`AppliedInventoriesParametersServicePlan`](interfaces/AppliedInventoriesParametersServicePlan.md), `options?`: `any`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\> | -| `getDocumentation` | (`options?`: `any`) => `AxiosPromise`\<`object`\> | -| `listClusterHosts` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`HostsCollection`](interfaces/HostsCollection.md)\> | -| `listClusters` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ClustersCollection`](interfaces/ClustersCollection.md)\> | -| `listContainerGroupContainers` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainersCollection`](interfaces/ContainersCollection.md)\> | -| `listContainerGroupTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listContainerGroups` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\> | -| `listContainerImageTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listContainerImages` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerImagesCollection`](interfaces/ContainerImagesCollection.md)\> | -| `listContainerNodeContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\> | -| `listContainerNodeTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listContainerNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerNodesCollection`](interfaces/ContainerNodesCollection.md)\> | -| `listContainerProjectContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\> | -| `listContainerProjectContainerResourceQuota` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerResourceQuotaCollection`](interfaces/ContainerResourceQuotaCollection.md)\> | -| `listContainerProjectContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\> | -| `listContainerProjectTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listContainerProjects` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerProjectsCollection`](interfaces/ContainerProjectsCollection.md)\> | -| `listContainerResourceQuota` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerResourceQuotaCollection`](interfaces/ContainerResourceQuotaCollection.md)\> | -| `listContainerTemplateTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listContainerTemplates` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\> | -| `listContainers` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainersCollection`](interfaces/ContainersCollection.md)\> | -| `listDatastores` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`DatastoresCollection`](interfaces/DatastoresCollection.md)\> | -| `listFlavors` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`FlavorsCollection`](interfaces/FlavorsCollection.md)\> | -| `listHosts` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`HostsCollection`](interfaces/HostsCollection.md)\> | -| `listIpaddressTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listIpaddresses` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listNetworkAdapterIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listNetworkAdapterTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listNetworkAdapters` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listNetworkSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listNetworkTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listNetworks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\> | -| `listOrchestrationStackIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listOrchestrationStackNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listOrchestrationStackNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\> | -| `listOrchestrationStackSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listOrchestrationStackSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listOrchestrationStackVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listOrchestrationStackVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `listOrchestrationStacks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\> | -| `listSecurityGroupTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listSecurityGroupVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listSecurityGroups` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listServiceInstanceNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstanceNodesCollection`](interfaces/ServiceInstanceNodesCollection.md)\> | -| `listServiceInstanceServiceInstanceNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstanceNodesCollection`](interfaces/ServiceInstanceNodesCollection.md)\> | -| `listServiceInstances` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\> | -| `listServiceInventories` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInventoriesCollection`](interfaces/ServiceInventoriesCollection.md)\> | -| `listServiceInventoryTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listServiceOfferingIcons` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingIconsCollection`](interfaces/ServiceOfferingIconsCollection.md)\> | -| `listServiceOfferingNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingNodesCollection`](interfaces/ServiceOfferingNodesCollection.md)\> | -| `listServiceOfferingServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\> | -| `listServiceOfferingServiceOfferingNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingNodesCollection`](interfaces/ServiceOfferingNodesCollection.md)\> | -| `listServiceOfferingServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\> | -| `listServiceOfferingTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listServiceOfferings` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\> | -| `listServicePlanServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\> | -| `listServicePlans` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\> | -| `listSourceAvailabilities` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`AvailabilitiesCollection`](interfaces/AvailabilitiesCollection.md)\> | -| `listSourceClusters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ClustersCollection`](interfaces/ClustersCollection.md)\> | -| `listSourceContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\> | -| `listSourceContainerImages` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerImagesCollection`](interfaces/ContainerImagesCollection.md)\> | -| `listSourceContainerNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerNodesCollection`](interfaces/ContainerNodesCollection.md)\> | -| `listSourceContainerProjects` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerProjectsCollection`](interfaces/ContainerProjectsCollection.md)\> | -| `listSourceContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\> | -| `listSourceContainers` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainersCollection`](interfaces/ContainersCollection.md)\> | -| `listSourceDatastores` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`DatastoresCollection`](interfaces/DatastoresCollection.md)\> | -| `listSourceHosts` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`HostsCollection`](interfaces/HostsCollection.md)\> | -| `listSourceIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listSourceNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listSourceNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\> | -| `listSourceOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\> | -| `listSourceRegionIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listSourceRegionNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listSourceRegionNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\> | -| `listSourceRegionOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\> | -| `listSourceRegionSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listSourceRegionServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\> | -| `listSourceRegionServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\> | -| `listSourceRegionServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\> | -| `listSourceRegionSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listSourceRegionVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listSourceRegionVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `listSourceRegions` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SourceRegionsCollection`](interfaces/SourceRegionsCollection.md)\> | -| `listSourceSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listSourceServiceInstanceNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstanceNodesCollection`](interfaces/ServiceInstanceNodesCollection.md)\> | -| `listSourceServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\> | -| `listSourceServiceInventories` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInventoriesCollection`](interfaces/ServiceInventoriesCollection.md)\> | -| `listSourceServiceOfferingNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingNodesCollection`](interfaces/ServiceOfferingNodesCollection.md)\> | -| `listSourceServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\> | -| `listSourceServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\> | -| `listSourceSourceRegions` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SourceRegionsCollection`](interfaces/SourceRegionsCollection.md)\> | -| `listSourceSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listSourceSubscriptions` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubscriptionsCollection`](interfaces/SubscriptionsCollection.md)\> | -| `listSourceVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listSourceVolumeTypes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumeTypesCollection`](interfaces/VolumeTypesCollection.md)\> | -| `listSourceVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `listSources` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SourcesCollection`](interfaces/SourcesCollection.md)\> | -| `listSubnetIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listSubnetNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listSubnetTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listSubnets` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listSubscriptionIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listSubscriptionNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listSubscriptionNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\> | -| `listSubscriptionOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\> | -| `listSubscriptionSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listSubscriptionServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\> | -| `listSubscriptionServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\> | -| `listSubscriptionServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\> | -| `listSubscriptionSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listSubscriptionVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listSubscriptionVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `listSubscriptions` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubscriptionsCollection`](interfaces/SubscriptionsCollection.md)\> | -| `listTagContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\> | -| `listTagContainerImages` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerImagesCollection`](interfaces/ContainerImagesCollection.md)\> | -| `listTagContainerNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerNodesCollection`](interfaces/ContainerNodesCollection.md)\> | -| `listTagContainerProjects` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerProjectsCollection`](interfaces/ContainerProjectsCollection.md)\> | -| `listTagContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\> | -| `listTagIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\> | -| `listTagNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listTagNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\> | -| `listTagSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listTagServiceInventories` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceInventoriesCollection`](interfaces/ServiceInventoriesCollection.md)\> | -| `listTagServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\> | -| `listTagSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\> | -| `listTagVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listTags` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listTasks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TasksCollection`](interfaces/TasksCollection.md)\> | -| `listVmNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\> | -| `listVmSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\> | -| `listVmTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\> | -| `listVmVolumeAttachments` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumeAttachmentsCollection`](interfaces/VolumeAttachmentsCollection.md)\> | -| `listVmVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `listVms` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listVolumeAttachments` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumeAttachmentsCollection`](interfaces/VolumeAttachmentsCollection.md)\> | -| `listVolumeTypeVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `listVolumeTypes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumeTypesCollection`](interfaces/VolumeTypesCollection.md)\> | -| `listVolumeVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\> | -| `listVolumes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\> | -| `orderServiceOffering` | (`id`: `string`, `orderParametersServiceOffering`: [`OrderParametersServiceOffering`](interfaces/OrderParametersServiceOffering.md), `options?`: `any`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\> | -| `orderServicePlan` | (`id`: `string`, `orderParametersServicePlan`: [`OrderParametersServicePlan`](interfaces/OrderParametersServicePlan.md), `options?`: `any`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\> | -| `postGraphQL` | (`graphQLRequest`: [`GraphQLRequest`](interfaces/GraphQLRequest.md), `options?`: `any`) => `AxiosPromise`\<[`GraphQLResponse`](interfaces/GraphQLResponse.md)\> | -| `showCluster` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Cluster`](interfaces/Cluster.md)\> | -| `showContainer` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Container`](interfaces/Container.md)\> | -| `showContainerGroup` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ContainerGroup`](interfaces/ContainerGroup.md)\> | -| `showContainerImage` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ContainerImage`](interfaces/ContainerImage.md)\> | -| `showContainerNode` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ContainerNode`](interfaces/ContainerNode.md)\> | -| `showContainerProject` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ContainerProject`](interfaces/ContainerProject.md)\> | -| `showContainerResourceQuota` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ContainerResourceQuota`](interfaces/ContainerResourceQuota.md)\> | -| `showContainerTemplate` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ContainerTemplate`](interfaces/ContainerTemplate.md)\> | -| `showDatastore` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Datastore`](interfaces/Datastore.md)\> | -| `showFlavor` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Flavor`](interfaces/Flavor.md)\> | -| `showHost` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Host`](interfaces/Host.md)\> | -| `showIpaddress` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Ipaddress`](interfaces/Ipaddress.md)\> | -| `showNetwork` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Network`](interfaces/Network.md)\> | -| `showNetworkAdapter` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`NetworkAdapter`](interfaces/NetworkAdapter.md)\> | -| `showOrchestrationStack` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`OrchestrationStack`](interfaces/OrchestrationStack.md)\> | -| `showSecurityGroup` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`SecurityGroup`](interfaces/SecurityGroup.md)\> | -| `showServiceInstance` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServiceInstance`](interfaces/ServiceInstance.md)\> | -| `showServiceInstanceNode` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServiceInstanceNode`](interfaces/ServiceInstanceNode.md)\> | -| `showServiceInventory` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServiceInventory`](interfaces/ServiceInventory.md)\> | -| `showServiceOffering` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServiceOffering`](interfaces/ServiceOffering.md)\> | -| `showServiceOfferingIcon` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingIcon`](interfaces/ServiceOfferingIcon.md)\> | -| `showServiceOfferingIconIconData` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<`any`\> | -| `showServiceOfferingNode` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServiceOfferingNode`](interfaces/ServiceOfferingNode.md)\> | -| `showServicePlan` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ServicePlan`](interfaces/ServicePlan.md)\> | -| `showSource` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Source`](interfaces/Source.md)\> | -| `showSourceRegion` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`SourceRegion`](interfaces/SourceRegion.md)\> | -| `showSubnet` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Subnet`](interfaces/Subnet.md)\> | -| `showSubscription` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Subscription`](interfaces/Subscription.md)\> | -| `showTag` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Tag`](interfaces/Tag.md)\> | -| `showTask` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Task`](interfaces/Task.md)\> | -| `showVm` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Vm`](interfaces/Vm.md)\> | -| `showVolume` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`Volume`](interfaces/Volume.md)\> | -| `showVolumeAttachment` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`VolumeAttachment`](interfaces/VolumeAttachment.md)\> | -| `showVolumeType` | (`id`: `string`, `options?`: `any`) => `AxiosPromise`\<[`VolumeType`](interfaces/VolumeType.md)\> | -| `updateTask` | (`id`: `string`, `task`: [`Task`](interfaces/Task.md), `options?`: `any`) => `AxiosPromise`\<`void`\> | - -**`Export`** - -#### Defined in - -[api.ts:17162](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L17162) - -___ - -### DefaultApiFp - -▸ **DefaultApiFp**(`configuration?`): `Object` - -DefaultApi - functional programming interface - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `configuration?` | [`Configuration`](classes/Configuration.md) | - -#### Returns - -`Object` - -| Name | Type | -| :------ | :------ | -| `appliedInventoriesForServiceOffering` | (`id`: `string`, `appliedInventoriesParametersServicePlan`: [`AppliedInventoriesParametersServicePlan`](interfaces/AppliedInventoriesParametersServicePlan.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\>\> | -| `getDocumentation` | (`options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<`object`\>\> | -| `listClusterHosts` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`HostsCollection`](interfaces/HostsCollection.md)\>\> | -| `listClusters` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ClustersCollection`](interfaces/ClustersCollection.md)\>\> | -| `listContainerGroupContainers` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainersCollection`](interfaces/ContainersCollection.md)\>\> | -| `listContainerGroupTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listContainerGroups` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\>\> | -| `listContainerImageTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listContainerImages` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerImagesCollection`](interfaces/ContainerImagesCollection.md)\>\> | -| `listContainerNodeContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\>\> | -| `listContainerNodeTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listContainerNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerNodesCollection`](interfaces/ContainerNodesCollection.md)\>\> | -| `listContainerProjectContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\>\> | -| `listContainerProjectContainerResourceQuota` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerResourceQuotaCollection`](interfaces/ContainerResourceQuotaCollection.md)\>\> | -| `listContainerProjectContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\>\> | -| `listContainerProjectTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listContainerProjects` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerProjectsCollection`](interfaces/ContainerProjectsCollection.md)\>\> | -| `listContainerResourceQuota` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerResourceQuotaCollection`](interfaces/ContainerResourceQuotaCollection.md)\>\> | -| `listContainerTemplateTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listContainerTemplates` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\>\> | -| `listContainers` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainersCollection`](interfaces/ContainersCollection.md)\>\> | -| `listDatastores` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`DatastoresCollection`](interfaces/DatastoresCollection.md)\>\> | -| `listFlavors` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`FlavorsCollection`](interfaces/FlavorsCollection.md)\>\> | -| `listHosts` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`HostsCollection`](interfaces/HostsCollection.md)\>\> | -| `listIpaddressTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listIpaddresses` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listNetworkAdapterIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listNetworkAdapterTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listNetworkAdapters` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listNetworkSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listNetworkTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listNetworks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\>\> | -| `listOrchestrationStackIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listOrchestrationStackNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listOrchestrationStackNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\>\> | -| `listOrchestrationStackSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listOrchestrationStackSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listOrchestrationStackVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listOrchestrationStackVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `listOrchestrationStacks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\>\> | -| `listSecurityGroupTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listSecurityGroupVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listSecurityGroups` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listServiceInstanceNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstanceNodesCollection`](interfaces/ServiceInstanceNodesCollection.md)\>\> | -| `listServiceInstanceServiceInstanceNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstanceNodesCollection`](interfaces/ServiceInstanceNodesCollection.md)\>\> | -| `listServiceInstances` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\>\> | -| `listServiceInventories` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInventoriesCollection`](interfaces/ServiceInventoriesCollection.md)\>\> | -| `listServiceInventoryTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listServiceOfferingIcons` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingIconsCollection`](interfaces/ServiceOfferingIconsCollection.md)\>\> | -| `listServiceOfferingNodes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingNodesCollection`](interfaces/ServiceOfferingNodesCollection.md)\>\> | -| `listServiceOfferingServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\>\> | -| `listServiceOfferingServiceOfferingNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingNodesCollection`](interfaces/ServiceOfferingNodesCollection.md)\>\> | -| `listServiceOfferingServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\>\> | -| `listServiceOfferingTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listServiceOfferings` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\>\> | -| `listServicePlanServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\>\> | -| `listServicePlans` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\>\> | -| `listSourceAvailabilities` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`AvailabilitiesCollection`](interfaces/AvailabilitiesCollection.md)\>\> | -| `listSourceClusters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ClustersCollection`](interfaces/ClustersCollection.md)\>\> | -| `listSourceContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\>\> | -| `listSourceContainerImages` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerImagesCollection`](interfaces/ContainerImagesCollection.md)\>\> | -| `listSourceContainerNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerNodesCollection`](interfaces/ContainerNodesCollection.md)\>\> | -| `listSourceContainerProjects` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerProjectsCollection`](interfaces/ContainerProjectsCollection.md)\>\> | -| `listSourceContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\>\> | -| `listSourceContainers` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainersCollection`](interfaces/ContainersCollection.md)\>\> | -| `listSourceDatastores` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`DatastoresCollection`](interfaces/DatastoresCollection.md)\>\> | -| `listSourceHosts` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`HostsCollection`](interfaces/HostsCollection.md)\>\> | -| `listSourceIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listSourceNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listSourceNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\>\> | -| `listSourceOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\>\> | -| `listSourceRegionIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listSourceRegionNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listSourceRegionNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\>\> | -| `listSourceRegionOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\>\> | -| `listSourceRegionSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listSourceRegionServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\>\> | -| `listSourceRegionServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\>\> | -| `listSourceRegionServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\>\> | -| `listSourceRegionSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listSourceRegionVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listSourceRegionVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `listSourceRegions` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SourceRegionsCollection`](interfaces/SourceRegionsCollection.md)\>\> | -| `listSourceSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listSourceServiceInstanceNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstanceNodesCollection`](interfaces/ServiceInstanceNodesCollection.md)\>\> | -| `listSourceServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\>\> | -| `listSourceServiceInventories` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInventoriesCollection`](interfaces/ServiceInventoriesCollection.md)\>\> | -| `listSourceServiceOfferingNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingNodesCollection`](interfaces/ServiceOfferingNodesCollection.md)\>\> | -| `listSourceServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\>\> | -| `listSourceServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\>\> | -| `listSourceSourceRegions` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SourceRegionsCollection`](interfaces/SourceRegionsCollection.md)\>\> | -| `listSourceSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listSourceSubscriptions` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubscriptionsCollection`](interfaces/SubscriptionsCollection.md)\>\> | -| `listSourceVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listSourceVolumeTypes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumeTypesCollection`](interfaces/VolumeTypesCollection.md)\>\> | -| `listSourceVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `listSources` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SourcesCollection`](interfaces/SourcesCollection.md)\>\> | -| `listSubnetIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listSubnetNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listSubnetTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listSubnets` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listSubscriptionIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listSubscriptionNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listSubscriptionNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\>\> | -| `listSubscriptionOrchestrationStacks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`OrchestrationStacksCollection`](interfaces/OrchestrationStacksCollection.md)\>\> | -| `listSubscriptionSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listSubscriptionServiceInstances` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstancesCollection`](interfaces/ServiceInstancesCollection.md)\>\> | -| `listSubscriptionServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\>\> | -| `listSubscriptionServicePlans` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServicePlansCollection`](interfaces/ServicePlansCollection.md)\>\> | -| `listSubscriptionSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listSubscriptionVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listSubscriptionVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `listSubscriptions` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubscriptionsCollection`](interfaces/SubscriptionsCollection.md)\>\> | -| `listTagContainerGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerGroupsCollection`](interfaces/ContainerGroupsCollection.md)\>\> | -| `listTagContainerImages` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerImagesCollection`](interfaces/ContainerImagesCollection.md)\>\> | -| `listTagContainerNodes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerNodesCollection`](interfaces/ContainerNodesCollection.md)\>\> | -| `listTagContainerProjects` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerProjectsCollection`](interfaces/ContainerProjectsCollection.md)\>\> | -| `listTagContainerTemplates` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerTemplatesCollection`](interfaces/ContainerTemplatesCollection.md)\>\> | -| `listTagIpaddresses` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`IpaddressesCollection`](interfaces/IpaddressesCollection.md)\>\> | -| `listTagNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listTagNetworks` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworksCollection`](interfaces/NetworksCollection.md)\>\> | -| `listTagSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listTagServiceInventories` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInventoriesCollection`](interfaces/ServiceInventoriesCollection.md)\>\> | -| `listTagServiceOfferings` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingsCollection`](interfaces/ServiceOfferingsCollection.md)\>\> | -| `listTagSubnets` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SubnetsCollection`](interfaces/SubnetsCollection.md)\>\> | -| `listTagVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listTags` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listTasks` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TasksCollection`](interfaces/TasksCollection.md)\>\> | -| `listVmNetworkAdapters` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdaptersCollection`](interfaces/NetworkAdaptersCollection.md)\>\> | -| `listVmSecurityGroups` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroupsCollection`](interfaces/SecurityGroupsCollection.md)\>\> | -| `listVmTags` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`TagsCollection`](interfaces/TagsCollection.md)\>\> | -| `listVmVolumeAttachments` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumeAttachmentsCollection`](interfaces/VolumeAttachmentsCollection.md)\>\> | -| `listVmVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `listVms` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listVolumeAttachments` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumeAttachmentsCollection`](interfaces/VolumeAttachmentsCollection.md)\>\> | -| `listVolumeTypeVolumes` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `listVolumeTypes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumeTypesCollection`](interfaces/VolumeTypesCollection.md)\>\> | -| `listVolumeVms` | (`id`: `string`, `limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VmsCollection`](interfaces/VmsCollection.md)\>\> | -| `listVolumes` | (`limit?`: `number`, `offset?`: `number`, `filter?`: `object`, `sortBy?`: `string` \| `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumesCollection`](interfaces/VolumesCollection.md)\>\> | -| `orderServiceOffering` | (`id`: `string`, `orderParametersServiceOffering`: [`OrderParametersServiceOffering`](interfaces/OrderParametersServiceOffering.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\>\> | -| `orderServicePlan` | (`id`: `string`, `orderParametersServicePlan`: [`OrderParametersServicePlan`](interfaces/OrderParametersServicePlan.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`InlineResponse200`](interfaces/InlineResponse200.md)\>\> | -| `postGraphQL` | (`graphQLRequest`: [`GraphQLRequest`](interfaces/GraphQLRequest.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`GraphQLResponse`](interfaces/GraphQLResponse.md)\>\> | -| `showCluster` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Cluster`](interfaces/Cluster.md)\>\> | -| `showContainer` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Container`](interfaces/Container.md)\>\> | -| `showContainerGroup` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerGroup`](interfaces/ContainerGroup.md)\>\> | -| `showContainerImage` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerImage`](interfaces/ContainerImage.md)\>\> | -| `showContainerNode` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerNode`](interfaces/ContainerNode.md)\>\> | -| `showContainerProject` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerProject`](interfaces/ContainerProject.md)\>\> | -| `showContainerResourceQuota` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerResourceQuota`](interfaces/ContainerResourceQuota.md)\>\> | -| `showContainerTemplate` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ContainerTemplate`](interfaces/ContainerTemplate.md)\>\> | -| `showDatastore` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Datastore`](interfaces/Datastore.md)\>\> | -| `showFlavor` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Flavor`](interfaces/Flavor.md)\>\> | -| `showHost` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Host`](interfaces/Host.md)\>\> | -| `showIpaddress` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Ipaddress`](interfaces/Ipaddress.md)\>\> | -| `showNetwork` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Network`](interfaces/Network.md)\>\> | -| `showNetworkAdapter` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`NetworkAdapter`](interfaces/NetworkAdapter.md)\>\> | -| `showOrchestrationStack` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`OrchestrationStack`](interfaces/OrchestrationStack.md)\>\> | -| `showSecurityGroup` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SecurityGroup`](interfaces/SecurityGroup.md)\>\> | -| `showServiceInstance` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstance`](interfaces/ServiceInstance.md)\>\> | -| `showServiceInstanceNode` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInstanceNode`](interfaces/ServiceInstanceNode.md)\>\> | -| `showServiceInventory` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceInventory`](interfaces/ServiceInventory.md)\>\> | -| `showServiceOffering` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOffering`](interfaces/ServiceOffering.md)\>\> | -| `showServiceOfferingIcon` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingIcon`](interfaces/ServiceOfferingIcon.md)\>\> | -| `showServiceOfferingIconIconData` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<`any`\>\> | -| `showServiceOfferingNode` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServiceOfferingNode`](interfaces/ServiceOfferingNode.md)\>\> | -| `showServicePlan` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ServicePlan`](interfaces/ServicePlan.md)\>\> | -| `showSource` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Source`](interfaces/Source.md)\>\> | -| `showSourceRegion` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`SourceRegion`](interfaces/SourceRegion.md)\>\> | -| `showSubnet` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Subnet`](interfaces/Subnet.md)\>\> | -| `showSubscription` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Subscription`](interfaces/Subscription.md)\>\> | -| `showTag` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Tag`](interfaces/Tag.md)\>\> | -| `showTask` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Task`](interfaces/Task.md)\>\> | -| `showVm` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Vm`](interfaces/Vm.md)\>\> | -| `showVolume` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`Volume`](interfaces/Volume.md)\>\> | -| `showVolumeAttachment` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumeAttachment`](interfaces/VolumeAttachment.md)\>\> | -| `showVolumeType` | (`id`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`VolumeType`](interfaces/VolumeType.md)\>\> | -| `updateTask` | (`id`: `string`, `task`: [`Task`](interfaces/Task.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<`void`\>\> | - -**`Export`** - -#### Defined in - -[api.ts:14157](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/topological-inventory/api.ts#L14157) diff --git a/packages/topological-inventory/jest.config.ts b/packages/topological-inventory/jest.config.ts index 66511cebc..0acb0c27e 100644 --- a/packages/topological-inventory/jest.config.ts +++ b/packages/topological-inventory/jest.config.ts @@ -7,4 +7,5 @@ export default { }, moduleFileExtensions: ['ts', 'js', 'html'], coverageDirectory: '../../coverage/packages/topological-inventory', + testPathIgnorePatterns: ['/node_modules/','/tests/integration/'], }; diff --git a/packages/topological-inventory/package.json b/packages/topological-inventory/package.json index b80ed374e..09c34c822 100644 --- a/packages/topological-inventory/package.json +++ b/packages/topological-inventory/package.json @@ -2,32 +2,32 @@ "name": "@redhat-cloud-services/topological-inventory-client", "version": "3.0.7", "description": "", - "main": "./dist/index.js", - "typings": "./dist/index.d.ts", + "main": "./index.js", + "typings": "./index.d.ts", "exports": { ".": { - "types": "./dist/index.d.ts", - "import": "./dist/esm/index.js", - "default": "./dist/index.js" + "types": "./index.d.ts", + "import": "./esm/index.js", + "default": "./index.js" }, "./api": { - "types": "./dist/api.d.ts", - "import": "./dist/esm/api.js", - "default": "./dist/api.js" + "types": "./api.d.ts", + "import": "./esm/api.js", + "default": "./api.js" }, "./*": { - "types": "./dist/*/index.d.ts", - "import": "./dist/esm/*/index.js", - "default": "./dist/*/index.js" + "types": "./*/index.d.ts", + "import": "./esm/*/index.js", + "default": "./*/index.js" } }, "typesVersions": { "*": { "api": [ - "./dist/api.d.ts" + "./api.d.ts" ], "*": [ - "./dist/*/index.d.ts" + "./*/index.d.ts" ] } }, diff --git a/packages/topological-inventory/project.json b/packages/topological-inventory/project.json index 5a5ad4f2a..6c69deec5 100644 --- a/packages/topological-inventory/project.json +++ b/packages/topological-inventory/project.json @@ -4,20 +4,30 @@ "sourceRoot": "packages/topological-inventory", "projectType": "library", "targets": { + "clean-generate": { + "command": "rm -rf packages/topological-inventory/src" + }, "generate": { + "dependsOn": ["clean-generate"], "executor": "@redhat-cloud-services/build-utils:client-generator", "options": { + "outputPath": "packages/topological-inventory/src", "specs": { "default": "https://raw.githubusercontent.com/RedHatInsights/topological_inventory-api/master/public/doc/openapi-3-v1.0.json" }, "clientName": "TopologicalInventoryClient" } }, + "clean-build": { + "command": "rm -rf packages/topological-inventory/dist" + }, "build": { + "dependsOn": ["clean-build", "^build"], "executor": "@redhat-cloud-services/build-utils:builder", "options": { + "inputPath": "packages/topological-inventory/src", "outputPath": "packages/topological-inventory/dist", - "main": "packages/topological-inventory/index.ts", + "main": "packages/topological-inventory/src/index.ts", "esmTsConfig": "packages/topological-inventory/tsconfig.esm.json", "cjsTsConfig": "packages/topological-inventory/tsconfig.cjs.json" } @@ -40,6 +50,11 @@ "jestConfig": "packages/topological-inventory/jest.config.ts" } }, + "nx-release-publish": { + "options": { + "packageRoot": "{projectRoot}/dist" + } + }, "npm": { "executor": "ngx-deploy-npm:deploy", "options": { diff --git a/packages/topological-inventory/src/.gitignore b/packages/topological-inventory/src/.gitignore new file mode 100644 index 000000000..149b57654 --- /dev/null +++ b/packages/topological-inventory/src/.gitignore @@ -0,0 +1,4 @@ +wwwroot/*.js +node_modules +typings +dist diff --git a/packages/topological-inventory/src/.npmignore b/packages/topological-inventory/src/.npmignore new file mode 100644 index 000000000..6b112e4e7 --- /dev/null +++ b/packages/topological-inventory/src/.npmignore @@ -0,0 +1,6 @@ +.openapi-generator +node_modules +.openapi-generator-ignore +package-lock.json +*.ts +!*.d.ts diff --git a/packages/topological-inventory/src/.openapi-generator-ignore b/packages/topological-inventory/src/.openapi-generator-ignore new file mode 100644 index 000000000..7484ee590 --- /dev/null +++ b/packages/topological-inventory/src/.openapi-generator-ignore @@ -0,0 +1,23 @@ +# OpenAPI Generator Ignore +# Generated by openapi-generator https://github.com/openapitools/openapi-generator + +# Use this file to prevent files from being overwritten by the generator. +# The patterns follow closely to .gitignore or .dockerignore. + +# As an example, the C# client generator defines ApiClient.cs. +# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: +#ApiClient.cs + +# You can match any string of characters against a directory, file or extension with a single asterisk (*): +#foo/*/qux +# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux + +# You can recursively match patterns against a directory, file or extension with a double asterisk (**): +#foo/**/qux +# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux + +# You can also negate patterns with an exclamation (!). +# For example, you can ignore all files in a docs folder with the file extension .md: +#docs/*.md +# Then explicitly reverse the ignore rule for a single file: +#!docs/README.md diff --git a/packages/topological-inventory/.openapi-generator/FILES b/packages/topological-inventory/src/.openapi-generator/FILES similarity index 99% rename from packages/topological-inventory/.openapi-generator/FILES rename to packages/topological-inventory/src/.openapi-generator/FILES index 993ad37bb..b8c3b8029 100644 --- a/packages/topological-inventory/.openapi-generator/FILES +++ b/packages/topological-inventory/src/.openapi-generator/FILES @@ -1,5 +1,6 @@ .gitignore .npmignore +.openapi-generator-ignore AppliedInventoriesForServiceOffering/index.ts GetDocumentation/index.ts ListClusterHosts/index.ts diff --git a/packages/topological-inventory/.openapi-generator/VERSION b/packages/topological-inventory/src/.openapi-generator/VERSION similarity index 100% rename from packages/topological-inventory/.openapi-generator/VERSION rename to packages/topological-inventory/src/.openapi-generator/VERSION diff --git a/packages/topological-inventory/AppliedInventoriesForServiceOffering/index.ts b/packages/topological-inventory/src/AppliedInventoriesForServiceOffering/index.ts similarity index 100% rename from packages/topological-inventory/AppliedInventoriesForServiceOffering/index.ts rename to packages/topological-inventory/src/AppliedInventoriesForServiceOffering/index.ts diff --git a/packages/topological-inventory/GetDocumentation/index.ts b/packages/topological-inventory/src/GetDocumentation/index.ts similarity index 100% rename from packages/topological-inventory/GetDocumentation/index.ts rename to packages/topological-inventory/src/GetDocumentation/index.ts diff --git a/packages/topological-inventory/ListClusterHosts/index.ts b/packages/topological-inventory/src/ListClusterHosts/index.ts similarity index 100% rename from packages/topological-inventory/ListClusterHosts/index.ts rename to packages/topological-inventory/src/ListClusterHosts/index.ts diff --git a/packages/topological-inventory/ListClusters/index.ts b/packages/topological-inventory/src/ListClusters/index.ts similarity index 100% rename from packages/topological-inventory/ListClusters/index.ts rename to packages/topological-inventory/src/ListClusters/index.ts diff --git a/packages/topological-inventory/ListContainerGroupContainers/index.ts b/packages/topological-inventory/src/ListContainerGroupContainers/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerGroupContainers/index.ts rename to packages/topological-inventory/src/ListContainerGroupContainers/index.ts diff --git a/packages/topological-inventory/ListContainerGroupTags/index.ts b/packages/topological-inventory/src/ListContainerGroupTags/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerGroupTags/index.ts rename to packages/topological-inventory/src/ListContainerGroupTags/index.ts diff --git a/packages/topological-inventory/ListContainerGroups/index.ts b/packages/topological-inventory/src/ListContainerGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerGroups/index.ts rename to packages/topological-inventory/src/ListContainerGroups/index.ts diff --git a/packages/topological-inventory/ListContainerImageTags/index.ts b/packages/topological-inventory/src/ListContainerImageTags/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerImageTags/index.ts rename to packages/topological-inventory/src/ListContainerImageTags/index.ts diff --git a/packages/topological-inventory/ListContainerImages/index.ts b/packages/topological-inventory/src/ListContainerImages/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerImages/index.ts rename to packages/topological-inventory/src/ListContainerImages/index.ts diff --git a/packages/topological-inventory/ListContainerNodeContainerGroups/index.ts b/packages/topological-inventory/src/ListContainerNodeContainerGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerNodeContainerGroups/index.ts rename to packages/topological-inventory/src/ListContainerNodeContainerGroups/index.ts diff --git a/packages/topological-inventory/ListContainerNodeTags/index.ts b/packages/topological-inventory/src/ListContainerNodeTags/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerNodeTags/index.ts rename to packages/topological-inventory/src/ListContainerNodeTags/index.ts diff --git a/packages/topological-inventory/ListContainerNodes/index.ts b/packages/topological-inventory/src/ListContainerNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerNodes/index.ts rename to packages/topological-inventory/src/ListContainerNodes/index.ts diff --git a/packages/topological-inventory/ListContainerProjectContainerGroups/index.ts b/packages/topological-inventory/src/ListContainerProjectContainerGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerProjectContainerGroups/index.ts rename to packages/topological-inventory/src/ListContainerProjectContainerGroups/index.ts diff --git a/packages/topological-inventory/ListContainerProjectContainerResourceQuota/index.ts b/packages/topological-inventory/src/ListContainerProjectContainerResourceQuota/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerProjectContainerResourceQuota/index.ts rename to packages/topological-inventory/src/ListContainerProjectContainerResourceQuota/index.ts diff --git a/packages/topological-inventory/ListContainerProjectContainerTemplates/index.ts b/packages/topological-inventory/src/ListContainerProjectContainerTemplates/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerProjectContainerTemplates/index.ts rename to packages/topological-inventory/src/ListContainerProjectContainerTemplates/index.ts diff --git a/packages/topological-inventory/ListContainerProjectTags/index.ts b/packages/topological-inventory/src/ListContainerProjectTags/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerProjectTags/index.ts rename to packages/topological-inventory/src/ListContainerProjectTags/index.ts diff --git a/packages/topological-inventory/ListContainerProjects/index.ts b/packages/topological-inventory/src/ListContainerProjects/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerProjects/index.ts rename to packages/topological-inventory/src/ListContainerProjects/index.ts diff --git a/packages/topological-inventory/ListContainerResourceQuota/index.ts b/packages/topological-inventory/src/ListContainerResourceQuota/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerResourceQuota/index.ts rename to packages/topological-inventory/src/ListContainerResourceQuota/index.ts diff --git a/packages/topological-inventory/ListContainerTemplateTags/index.ts b/packages/topological-inventory/src/ListContainerTemplateTags/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerTemplateTags/index.ts rename to packages/topological-inventory/src/ListContainerTemplateTags/index.ts diff --git a/packages/topological-inventory/ListContainerTemplates/index.ts b/packages/topological-inventory/src/ListContainerTemplates/index.ts similarity index 100% rename from packages/topological-inventory/ListContainerTemplates/index.ts rename to packages/topological-inventory/src/ListContainerTemplates/index.ts diff --git a/packages/topological-inventory/ListContainers/index.ts b/packages/topological-inventory/src/ListContainers/index.ts similarity index 100% rename from packages/topological-inventory/ListContainers/index.ts rename to packages/topological-inventory/src/ListContainers/index.ts diff --git a/packages/topological-inventory/ListDatastores/index.ts b/packages/topological-inventory/src/ListDatastores/index.ts similarity index 100% rename from packages/topological-inventory/ListDatastores/index.ts rename to packages/topological-inventory/src/ListDatastores/index.ts diff --git a/packages/topological-inventory/ListFlavors/index.ts b/packages/topological-inventory/src/ListFlavors/index.ts similarity index 100% rename from packages/topological-inventory/ListFlavors/index.ts rename to packages/topological-inventory/src/ListFlavors/index.ts diff --git a/packages/topological-inventory/ListHosts/index.ts b/packages/topological-inventory/src/ListHosts/index.ts similarity index 100% rename from packages/topological-inventory/ListHosts/index.ts rename to packages/topological-inventory/src/ListHosts/index.ts diff --git a/packages/topological-inventory/ListIpaddressTags/index.ts b/packages/topological-inventory/src/ListIpaddressTags/index.ts similarity index 100% rename from packages/topological-inventory/ListIpaddressTags/index.ts rename to packages/topological-inventory/src/ListIpaddressTags/index.ts diff --git a/packages/topological-inventory/ListIpaddresses/index.ts b/packages/topological-inventory/src/ListIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListIpaddresses/index.ts rename to packages/topological-inventory/src/ListIpaddresses/index.ts diff --git a/packages/topological-inventory/ListNetworkAdapterIpaddresses/index.ts b/packages/topological-inventory/src/ListNetworkAdapterIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListNetworkAdapterIpaddresses/index.ts rename to packages/topological-inventory/src/ListNetworkAdapterIpaddresses/index.ts diff --git a/packages/topological-inventory/ListNetworkAdapterTags/index.ts b/packages/topological-inventory/src/ListNetworkAdapterTags/index.ts similarity index 100% rename from packages/topological-inventory/ListNetworkAdapterTags/index.ts rename to packages/topological-inventory/src/ListNetworkAdapterTags/index.ts diff --git a/packages/topological-inventory/ListNetworkAdapters/index.ts b/packages/topological-inventory/src/ListNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListNetworkSubnets/index.ts b/packages/topological-inventory/src/ListNetworkSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListNetworkSubnets/index.ts rename to packages/topological-inventory/src/ListNetworkSubnets/index.ts diff --git a/packages/topological-inventory/ListNetworkTags/index.ts b/packages/topological-inventory/src/ListNetworkTags/index.ts similarity index 100% rename from packages/topological-inventory/ListNetworkTags/index.ts rename to packages/topological-inventory/src/ListNetworkTags/index.ts diff --git a/packages/topological-inventory/ListNetworks/index.ts b/packages/topological-inventory/src/ListNetworks/index.ts similarity index 100% rename from packages/topological-inventory/ListNetworks/index.ts rename to packages/topological-inventory/src/ListNetworks/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackIpaddresses/index.ts b/packages/topological-inventory/src/ListOrchestrationStackIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackIpaddresses/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackIpaddresses/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackNetworkAdapters/index.ts b/packages/topological-inventory/src/ListOrchestrationStackNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackNetworks/index.ts b/packages/topological-inventory/src/ListOrchestrationStackNetworks/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackNetworks/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackNetworks/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackSecurityGroups/index.ts b/packages/topological-inventory/src/ListOrchestrationStackSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackSecurityGroups/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackSubnets/index.ts b/packages/topological-inventory/src/ListOrchestrationStackSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackSubnets/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackSubnets/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackVms/index.ts b/packages/topological-inventory/src/ListOrchestrationStackVms/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackVms/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackVms/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStackVolumes/index.ts b/packages/topological-inventory/src/ListOrchestrationStackVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStackVolumes/index.ts rename to packages/topological-inventory/src/ListOrchestrationStackVolumes/index.ts diff --git a/packages/topological-inventory/ListOrchestrationStacks/index.ts b/packages/topological-inventory/src/ListOrchestrationStacks/index.ts similarity index 100% rename from packages/topological-inventory/ListOrchestrationStacks/index.ts rename to packages/topological-inventory/src/ListOrchestrationStacks/index.ts diff --git a/packages/topological-inventory/ListSecurityGroupTags/index.ts b/packages/topological-inventory/src/ListSecurityGroupTags/index.ts similarity index 100% rename from packages/topological-inventory/ListSecurityGroupTags/index.ts rename to packages/topological-inventory/src/ListSecurityGroupTags/index.ts diff --git a/packages/topological-inventory/ListSecurityGroupVms/index.ts b/packages/topological-inventory/src/ListSecurityGroupVms/index.ts similarity index 100% rename from packages/topological-inventory/ListSecurityGroupVms/index.ts rename to packages/topological-inventory/src/ListSecurityGroupVms/index.ts diff --git a/packages/topological-inventory/ListSecurityGroups/index.ts b/packages/topological-inventory/src/ListSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListSecurityGroups/index.ts rename to packages/topological-inventory/src/ListSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListServiceInstanceNodes/index.ts b/packages/topological-inventory/src/ListServiceInstanceNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceInstanceNodes/index.ts rename to packages/topological-inventory/src/ListServiceInstanceNodes/index.ts diff --git a/packages/topological-inventory/ListServiceInstanceServiceInstanceNodes/index.ts b/packages/topological-inventory/src/ListServiceInstanceServiceInstanceNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceInstanceServiceInstanceNodes/index.ts rename to packages/topological-inventory/src/ListServiceInstanceServiceInstanceNodes/index.ts diff --git a/packages/topological-inventory/ListServiceInstances/index.ts b/packages/topological-inventory/src/ListServiceInstances/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceInstances/index.ts rename to packages/topological-inventory/src/ListServiceInstances/index.ts diff --git a/packages/topological-inventory/ListServiceInventories/index.ts b/packages/topological-inventory/src/ListServiceInventories/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceInventories/index.ts rename to packages/topological-inventory/src/ListServiceInventories/index.ts diff --git a/packages/topological-inventory/ListServiceInventoryTags/index.ts b/packages/topological-inventory/src/ListServiceInventoryTags/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceInventoryTags/index.ts rename to packages/topological-inventory/src/ListServiceInventoryTags/index.ts diff --git a/packages/topological-inventory/ListServiceOfferingIcons/index.ts b/packages/topological-inventory/src/ListServiceOfferingIcons/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferingIcons/index.ts rename to packages/topological-inventory/src/ListServiceOfferingIcons/index.ts diff --git a/packages/topological-inventory/ListServiceOfferingNodes/index.ts b/packages/topological-inventory/src/ListServiceOfferingNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferingNodes/index.ts rename to packages/topological-inventory/src/ListServiceOfferingNodes/index.ts diff --git a/packages/topological-inventory/ListServiceOfferingServiceInstances/index.ts b/packages/topological-inventory/src/ListServiceOfferingServiceInstances/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferingServiceInstances/index.ts rename to packages/topological-inventory/src/ListServiceOfferingServiceInstances/index.ts diff --git a/packages/topological-inventory/ListServiceOfferingServiceOfferingNodes/index.ts b/packages/topological-inventory/src/ListServiceOfferingServiceOfferingNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferingServiceOfferingNodes/index.ts rename to packages/topological-inventory/src/ListServiceOfferingServiceOfferingNodes/index.ts diff --git a/packages/topological-inventory/ListServiceOfferingServicePlans/index.ts b/packages/topological-inventory/src/ListServiceOfferingServicePlans/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferingServicePlans/index.ts rename to packages/topological-inventory/src/ListServiceOfferingServicePlans/index.ts diff --git a/packages/topological-inventory/ListServiceOfferingTags/index.ts b/packages/topological-inventory/src/ListServiceOfferingTags/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferingTags/index.ts rename to packages/topological-inventory/src/ListServiceOfferingTags/index.ts diff --git a/packages/topological-inventory/ListServiceOfferings/index.ts b/packages/topological-inventory/src/ListServiceOfferings/index.ts similarity index 100% rename from packages/topological-inventory/ListServiceOfferings/index.ts rename to packages/topological-inventory/src/ListServiceOfferings/index.ts diff --git a/packages/topological-inventory/ListServicePlanServiceInstances/index.ts b/packages/topological-inventory/src/ListServicePlanServiceInstances/index.ts similarity index 100% rename from packages/topological-inventory/ListServicePlanServiceInstances/index.ts rename to packages/topological-inventory/src/ListServicePlanServiceInstances/index.ts diff --git a/packages/topological-inventory/ListServicePlans/index.ts b/packages/topological-inventory/src/ListServicePlans/index.ts similarity index 100% rename from packages/topological-inventory/ListServicePlans/index.ts rename to packages/topological-inventory/src/ListServicePlans/index.ts diff --git a/packages/topological-inventory/ListSourceAvailabilities/index.ts b/packages/topological-inventory/src/ListSourceAvailabilities/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceAvailabilities/index.ts rename to packages/topological-inventory/src/ListSourceAvailabilities/index.ts diff --git a/packages/topological-inventory/ListSourceClusters/index.ts b/packages/topological-inventory/src/ListSourceClusters/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceClusters/index.ts rename to packages/topological-inventory/src/ListSourceClusters/index.ts diff --git a/packages/topological-inventory/ListSourceContainerGroups/index.ts b/packages/topological-inventory/src/ListSourceContainerGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceContainerGroups/index.ts rename to packages/topological-inventory/src/ListSourceContainerGroups/index.ts diff --git a/packages/topological-inventory/ListSourceContainerImages/index.ts b/packages/topological-inventory/src/ListSourceContainerImages/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceContainerImages/index.ts rename to packages/topological-inventory/src/ListSourceContainerImages/index.ts diff --git a/packages/topological-inventory/ListSourceContainerNodes/index.ts b/packages/topological-inventory/src/ListSourceContainerNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceContainerNodes/index.ts rename to packages/topological-inventory/src/ListSourceContainerNodes/index.ts diff --git a/packages/topological-inventory/ListSourceContainerProjects/index.ts b/packages/topological-inventory/src/ListSourceContainerProjects/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceContainerProjects/index.ts rename to packages/topological-inventory/src/ListSourceContainerProjects/index.ts diff --git a/packages/topological-inventory/ListSourceContainerTemplates/index.ts b/packages/topological-inventory/src/ListSourceContainerTemplates/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceContainerTemplates/index.ts rename to packages/topological-inventory/src/ListSourceContainerTemplates/index.ts diff --git a/packages/topological-inventory/ListSourceContainers/index.ts b/packages/topological-inventory/src/ListSourceContainers/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceContainers/index.ts rename to packages/topological-inventory/src/ListSourceContainers/index.ts diff --git a/packages/topological-inventory/ListSourceDatastores/index.ts b/packages/topological-inventory/src/ListSourceDatastores/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceDatastores/index.ts rename to packages/topological-inventory/src/ListSourceDatastores/index.ts diff --git a/packages/topological-inventory/ListSourceHosts/index.ts b/packages/topological-inventory/src/ListSourceHosts/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceHosts/index.ts rename to packages/topological-inventory/src/ListSourceHosts/index.ts diff --git a/packages/topological-inventory/ListSourceIpaddresses/index.ts b/packages/topological-inventory/src/ListSourceIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceIpaddresses/index.ts rename to packages/topological-inventory/src/ListSourceIpaddresses/index.ts diff --git a/packages/topological-inventory/ListSourceNetworkAdapters/index.ts b/packages/topological-inventory/src/ListSourceNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListSourceNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListSourceNetworks/index.ts b/packages/topological-inventory/src/ListSourceNetworks/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceNetworks/index.ts rename to packages/topological-inventory/src/ListSourceNetworks/index.ts diff --git a/packages/topological-inventory/ListSourceOrchestrationStacks/index.ts b/packages/topological-inventory/src/ListSourceOrchestrationStacks/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceOrchestrationStacks/index.ts rename to packages/topological-inventory/src/ListSourceOrchestrationStacks/index.ts diff --git a/packages/topological-inventory/ListSourceRegionIpaddresses/index.ts b/packages/topological-inventory/src/ListSourceRegionIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionIpaddresses/index.ts rename to packages/topological-inventory/src/ListSourceRegionIpaddresses/index.ts diff --git a/packages/topological-inventory/ListSourceRegionNetworkAdapters/index.ts b/packages/topological-inventory/src/ListSourceRegionNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListSourceRegionNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListSourceRegionNetworks/index.ts b/packages/topological-inventory/src/ListSourceRegionNetworks/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionNetworks/index.ts rename to packages/topological-inventory/src/ListSourceRegionNetworks/index.ts diff --git a/packages/topological-inventory/ListSourceRegionOrchestrationStacks/index.ts b/packages/topological-inventory/src/ListSourceRegionOrchestrationStacks/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionOrchestrationStacks/index.ts rename to packages/topological-inventory/src/ListSourceRegionOrchestrationStacks/index.ts diff --git a/packages/topological-inventory/ListSourceRegionSecurityGroups/index.ts b/packages/topological-inventory/src/ListSourceRegionSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionSecurityGroups/index.ts rename to packages/topological-inventory/src/ListSourceRegionSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListSourceRegionServiceInstances/index.ts b/packages/topological-inventory/src/ListSourceRegionServiceInstances/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionServiceInstances/index.ts rename to packages/topological-inventory/src/ListSourceRegionServiceInstances/index.ts diff --git a/packages/topological-inventory/ListSourceRegionServiceOfferings/index.ts b/packages/topological-inventory/src/ListSourceRegionServiceOfferings/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionServiceOfferings/index.ts rename to packages/topological-inventory/src/ListSourceRegionServiceOfferings/index.ts diff --git a/packages/topological-inventory/ListSourceRegionServicePlans/index.ts b/packages/topological-inventory/src/ListSourceRegionServicePlans/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionServicePlans/index.ts rename to packages/topological-inventory/src/ListSourceRegionServicePlans/index.ts diff --git a/packages/topological-inventory/ListSourceRegionSubnets/index.ts b/packages/topological-inventory/src/ListSourceRegionSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionSubnets/index.ts rename to packages/topological-inventory/src/ListSourceRegionSubnets/index.ts diff --git a/packages/topological-inventory/ListSourceRegionVms/index.ts b/packages/topological-inventory/src/ListSourceRegionVms/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionVms/index.ts rename to packages/topological-inventory/src/ListSourceRegionVms/index.ts diff --git a/packages/topological-inventory/ListSourceRegionVolumes/index.ts b/packages/topological-inventory/src/ListSourceRegionVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegionVolumes/index.ts rename to packages/topological-inventory/src/ListSourceRegionVolumes/index.ts diff --git a/packages/topological-inventory/ListSourceRegions/index.ts b/packages/topological-inventory/src/ListSourceRegions/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceRegions/index.ts rename to packages/topological-inventory/src/ListSourceRegions/index.ts diff --git a/packages/topological-inventory/ListSourceSecurityGroups/index.ts b/packages/topological-inventory/src/ListSourceSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceSecurityGroups/index.ts rename to packages/topological-inventory/src/ListSourceSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListSourceServiceInstanceNodes/index.ts b/packages/topological-inventory/src/ListSourceServiceInstanceNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceServiceInstanceNodes/index.ts rename to packages/topological-inventory/src/ListSourceServiceInstanceNodes/index.ts diff --git a/packages/topological-inventory/ListSourceServiceInstances/index.ts b/packages/topological-inventory/src/ListSourceServiceInstances/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceServiceInstances/index.ts rename to packages/topological-inventory/src/ListSourceServiceInstances/index.ts diff --git a/packages/topological-inventory/ListSourceServiceInventories/index.ts b/packages/topological-inventory/src/ListSourceServiceInventories/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceServiceInventories/index.ts rename to packages/topological-inventory/src/ListSourceServiceInventories/index.ts diff --git a/packages/topological-inventory/ListSourceServiceOfferingNodes/index.ts b/packages/topological-inventory/src/ListSourceServiceOfferingNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceServiceOfferingNodes/index.ts rename to packages/topological-inventory/src/ListSourceServiceOfferingNodes/index.ts diff --git a/packages/topological-inventory/ListSourceServiceOfferings/index.ts b/packages/topological-inventory/src/ListSourceServiceOfferings/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceServiceOfferings/index.ts rename to packages/topological-inventory/src/ListSourceServiceOfferings/index.ts diff --git a/packages/topological-inventory/ListSourceServicePlans/index.ts b/packages/topological-inventory/src/ListSourceServicePlans/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceServicePlans/index.ts rename to packages/topological-inventory/src/ListSourceServicePlans/index.ts diff --git a/packages/topological-inventory/ListSourceSourceRegions/index.ts b/packages/topological-inventory/src/ListSourceSourceRegions/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceSourceRegions/index.ts rename to packages/topological-inventory/src/ListSourceSourceRegions/index.ts diff --git a/packages/topological-inventory/ListSourceSubnets/index.ts b/packages/topological-inventory/src/ListSourceSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceSubnets/index.ts rename to packages/topological-inventory/src/ListSourceSubnets/index.ts diff --git a/packages/topological-inventory/ListSourceSubscriptions/index.ts b/packages/topological-inventory/src/ListSourceSubscriptions/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceSubscriptions/index.ts rename to packages/topological-inventory/src/ListSourceSubscriptions/index.ts diff --git a/packages/topological-inventory/ListSourceVms/index.ts b/packages/topological-inventory/src/ListSourceVms/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceVms/index.ts rename to packages/topological-inventory/src/ListSourceVms/index.ts diff --git a/packages/topological-inventory/ListSourceVolumeTypes/index.ts b/packages/topological-inventory/src/ListSourceVolumeTypes/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceVolumeTypes/index.ts rename to packages/topological-inventory/src/ListSourceVolumeTypes/index.ts diff --git a/packages/topological-inventory/ListSourceVolumes/index.ts b/packages/topological-inventory/src/ListSourceVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListSourceVolumes/index.ts rename to packages/topological-inventory/src/ListSourceVolumes/index.ts diff --git a/packages/topological-inventory/ListSources/index.ts b/packages/topological-inventory/src/ListSources/index.ts similarity index 100% rename from packages/topological-inventory/ListSources/index.ts rename to packages/topological-inventory/src/ListSources/index.ts diff --git a/packages/topological-inventory/ListSubnetIpaddresses/index.ts b/packages/topological-inventory/src/ListSubnetIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListSubnetIpaddresses/index.ts rename to packages/topological-inventory/src/ListSubnetIpaddresses/index.ts diff --git a/packages/topological-inventory/ListSubnetNetworkAdapters/index.ts b/packages/topological-inventory/src/ListSubnetNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListSubnetNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListSubnetNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListSubnetTags/index.ts b/packages/topological-inventory/src/ListSubnetTags/index.ts similarity index 100% rename from packages/topological-inventory/ListSubnetTags/index.ts rename to packages/topological-inventory/src/ListSubnetTags/index.ts diff --git a/packages/topological-inventory/ListSubnets/index.ts b/packages/topological-inventory/src/ListSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListSubnets/index.ts rename to packages/topological-inventory/src/ListSubnets/index.ts diff --git a/packages/topological-inventory/ListSubscriptionIpaddresses/index.ts b/packages/topological-inventory/src/ListSubscriptionIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionIpaddresses/index.ts rename to packages/topological-inventory/src/ListSubscriptionIpaddresses/index.ts diff --git a/packages/topological-inventory/ListSubscriptionNetworkAdapters/index.ts b/packages/topological-inventory/src/ListSubscriptionNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListSubscriptionNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListSubscriptionNetworks/index.ts b/packages/topological-inventory/src/ListSubscriptionNetworks/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionNetworks/index.ts rename to packages/topological-inventory/src/ListSubscriptionNetworks/index.ts diff --git a/packages/topological-inventory/ListSubscriptionOrchestrationStacks/index.ts b/packages/topological-inventory/src/ListSubscriptionOrchestrationStacks/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionOrchestrationStacks/index.ts rename to packages/topological-inventory/src/ListSubscriptionOrchestrationStacks/index.ts diff --git a/packages/topological-inventory/ListSubscriptionSecurityGroups/index.ts b/packages/topological-inventory/src/ListSubscriptionSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionSecurityGroups/index.ts rename to packages/topological-inventory/src/ListSubscriptionSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListSubscriptionServiceInstances/index.ts b/packages/topological-inventory/src/ListSubscriptionServiceInstances/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionServiceInstances/index.ts rename to packages/topological-inventory/src/ListSubscriptionServiceInstances/index.ts diff --git a/packages/topological-inventory/ListSubscriptionServiceOfferings/index.ts b/packages/topological-inventory/src/ListSubscriptionServiceOfferings/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionServiceOfferings/index.ts rename to packages/topological-inventory/src/ListSubscriptionServiceOfferings/index.ts diff --git a/packages/topological-inventory/ListSubscriptionServicePlans/index.ts b/packages/topological-inventory/src/ListSubscriptionServicePlans/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionServicePlans/index.ts rename to packages/topological-inventory/src/ListSubscriptionServicePlans/index.ts diff --git a/packages/topological-inventory/ListSubscriptionSubnets/index.ts b/packages/topological-inventory/src/ListSubscriptionSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionSubnets/index.ts rename to packages/topological-inventory/src/ListSubscriptionSubnets/index.ts diff --git a/packages/topological-inventory/ListSubscriptionVms/index.ts b/packages/topological-inventory/src/ListSubscriptionVms/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionVms/index.ts rename to packages/topological-inventory/src/ListSubscriptionVms/index.ts diff --git a/packages/topological-inventory/ListSubscriptionVolumes/index.ts b/packages/topological-inventory/src/ListSubscriptionVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptionVolumes/index.ts rename to packages/topological-inventory/src/ListSubscriptionVolumes/index.ts diff --git a/packages/topological-inventory/ListSubscriptions/index.ts b/packages/topological-inventory/src/ListSubscriptions/index.ts similarity index 100% rename from packages/topological-inventory/ListSubscriptions/index.ts rename to packages/topological-inventory/src/ListSubscriptions/index.ts diff --git a/packages/topological-inventory/ListTagContainerGroups/index.ts b/packages/topological-inventory/src/ListTagContainerGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListTagContainerGroups/index.ts rename to packages/topological-inventory/src/ListTagContainerGroups/index.ts diff --git a/packages/topological-inventory/ListTagContainerImages/index.ts b/packages/topological-inventory/src/ListTagContainerImages/index.ts similarity index 100% rename from packages/topological-inventory/ListTagContainerImages/index.ts rename to packages/topological-inventory/src/ListTagContainerImages/index.ts diff --git a/packages/topological-inventory/ListTagContainerNodes/index.ts b/packages/topological-inventory/src/ListTagContainerNodes/index.ts similarity index 100% rename from packages/topological-inventory/ListTagContainerNodes/index.ts rename to packages/topological-inventory/src/ListTagContainerNodes/index.ts diff --git a/packages/topological-inventory/ListTagContainerProjects/index.ts b/packages/topological-inventory/src/ListTagContainerProjects/index.ts similarity index 100% rename from packages/topological-inventory/ListTagContainerProjects/index.ts rename to packages/topological-inventory/src/ListTagContainerProjects/index.ts diff --git a/packages/topological-inventory/ListTagContainerTemplates/index.ts b/packages/topological-inventory/src/ListTagContainerTemplates/index.ts similarity index 100% rename from packages/topological-inventory/ListTagContainerTemplates/index.ts rename to packages/topological-inventory/src/ListTagContainerTemplates/index.ts diff --git a/packages/topological-inventory/ListTagIpaddresses/index.ts b/packages/topological-inventory/src/ListTagIpaddresses/index.ts similarity index 100% rename from packages/topological-inventory/ListTagIpaddresses/index.ts rename to packages/topological-inventory/src/ListTagIpaddresses/index.ts diff --git a/packages/topological-inventory/ListTagNetworkAdapters/index.ts b/packages/topological-inventory/src/ListTagNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListTagNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListTagNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListTagNetworks/index.ts b/packages/topological-inventory/src/ListTagNetworks/index.ts similarity index 100% rename from packages/topological-inventory/ListTagNetworks/index.ts rename to packages/topological-inventory/src/ListTagNetworks/index.ts diff --git a/packages/topological-inventory/ListTagSecurityGroups/index.ts b/packages/topological-inventory/src/ListTagSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListTagSecurityGroups/index.ts rename to packages/topological-inventory/src/ListTagSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListTagServiceInventories/index.ts b/packages/topological-inventory/src/ListTagServiceInventories/index.ts similarity index 100% rename from packages/topological-inventory/ListTagServiceInventories/index.ts rename to packages/topological-inventory/src/ListTagServiceInventories/index.ts diff --git a/packages/topological-inventory/ListTagServiceOfferings/index.ts b/packages/topological-inventory/src/ListTagServiceOfferings/index.ts similarity index 100% rename from packages/topological-inventory/ListTagServiceOfferings/index.ts rename to packages/topological-inventory/src/ListTagServiceOfferings/index.ts diff --git a/packages/topological-inventory/ListTagSubnets/index.ts b/packages/topological-inventory/src/ListTagSubnets/index.ts similarity index 100% rename from packages/topological-inventory/ListTagSubnets/index.ts rename to packages/topological-inventory/src/ListTagSubnets/index.ts diff --git a/packages/topological-inventory/ListTagVms/index.ts b/packages/topological-inventory/src/ListTagVms/index.ts similarity index 100% rename from packages/topological-inventory/ListTagVms/index.ts rename to packages/topological-inventory/src/ListTagVms/index.ts diff --git a/packages/topological-inventory/ListTags/index.ts b/packages/topological-inventory/src/ListTags/index.ts similarity index 100% rename from packages/topological-inventory/ListTags/index.ts rename to packages/topological-inventory/src/ListTags/index.ts diff --git a/packages/topological-inventory/ListTasks/index.ts b/packages/topological-inventory/src/ListTasks/index.ts similarity index 100% rename from packages/topological-inventory/ListTasks/index.ts rename to packages/topological-inventory/src/ListTasks/index.ts diff --git a/packages/topological-inventory/ListVmNetworkAdapters/index.ts b/packages/topological-inventory/src/ListVmNetworkAdapters/index.ts similarity index 100% rename from packages/topological-inventory/ListVmNetworkAdapters/index.ts rename to packages/topological-inventory/src/ListVmNetworkAdapters/index.ts diff --git a/packages/topological-inventory/ListVmSecurityGroups/index.ts b/packages/topological-inventory/src/ListVmSecurityGroups/index.ts similarity index 100% rename from packages/topological-inventory/ListVmSecurityGroups/index.ts rename to packages/topological-inventory/src/ListVmSecurityGroups/index.ts diff --git a/packages/topological-inventory/ListVmTags/index.ts b/packages/topological-inventory/src/ListVmTags/index.ts similarity index 100% rename from packages/topological-inventory/ListVmTags/index.ts rename to packages/topological-inventory/src/ListVmTags/index.ts diff --git a/packages/topological-inventory/ListVmVolumeAttachments/index.ts b/packages/topological-inventory/src/ListVmVolumeAttachments/index.ts similarity index 100% rename from packages/topological-inventory/ListVmVolumeAttachments/index.ts rename to packages/topological-inventory/src/ListVmVolumeAttachments/index.ts diff --git a/packages/topological-inventory/ListVmVolumes/index.ts b/packages/topological-inventory/src/ListVmVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListVmVolumes/index.ts rename to packages/topological-inventory/src/ListVmVolumes/index.ts diff --git a/packages/topological-inventory/ListVms/index.ts b/packages/topological-inventory/src/ListVms/index.ts similarity index 100% rename from packages/topological-inventory/ListVms/index.ts rename to packages/topological-inventory/src/ListVms/index.ts diff --git a/packages/topological-inventory/ListVolumeAttachments/index.ts b/packages/topological-inventory/src/ListVolumeAttachments/index.ts similarity index 100% rename from packages/topological-inventory/ListVolumeAttachments/index.ts rename to packages/topological-inventory/src/ListVolumeAttachments/index.ts diff --git a/packages/topological-inventory/ListVolumeTypeVolumes/index.ts b/packages/topological-inventory/src/ListVolumeTypeVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListVolumeTypeVolumes/index.ts rename to packages/topological-inventory/src/ListVolumeTypeVolumes/index.ts diff --git a/packages/topological-inventory/ListVolumeTypes/index.ts b/packages/topological-inventory/src/ListVolumeTypes/index.ts similarity index 100% rename from packages/topological-inventory/ListVolumeTypes/index.ts rename to packages/topological-inventory/src/ListVolumeTypes/index.ts diff --git a/packages/topological-inventory/ListVolumeVms/index.ts b/packages/topological-inventory/src/ListVolumeVms/index.ts similarity index 100% rename from packages/topological-inventory/ListVolumeVms/index.ts rename to packages/topological-inventory/src/ListVolumeVms/index.ts diff --git a/packages/topological-inventory/ListVolumes/index.ts b/packages/topological-inventory/src/ListVolumes/index.ts similarity index 100% rename from packages/topological-inventory/ListVolumes/index.ts rename to packages/topological-inventory/src/ListVolumes/index.ts diff --git a/packages/topological-inventory/OrderServiceOffering/index.ts b/packages/topological-inventory/src/OrderServiceOffering/index.ts similarity index 100% rename from packages/topological-inventory/OrderServiceOffering/index.ts rename to packages/topological-inventory/src/OrderServiceOffering/index.ts diff --git a/packages/topological-inventory/OrderServicePlan/index.ts b/packages/topological-inventory/src/OrderServicePlan/index.ts similarity index 100% rename from packages/topological-inventory/OrderServicePlan/index.ts rename to packages/topological-inventory/src/OrderServicePlan/index.ts diff --git a/packages/topological-inventory/PostGraphQL/index.ts b/packages/topological-inventory/src/PostGraphQL/index.ts similarity index 100% rename from packages/topological-inventory/PostGraphQL/index.ts rename to packages/topological-inventory/src/PostGraphQL/index.ts diff --git a/packages/topological-inventory/ShowCluster/index.ts b/packages/topological-inventory/src/ShowCluster/index.ts similarity index 100% rename from packages/topological-inventory/ShowCluster/index.ts rename to packages/topological-inventory/src/ShowCluster/index.ts diff --git a/packages/topological-inventory/ShowContainer/index.ts b/packages/topological-inventory/src/ShowContainer/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainer/index.ts rename to packages/topological-inventory/src/ShowContainer/index.ts diff --git a/packages/topological-inventory/ShowContainerGroup/index.ts b/packages/topological-inventory/src/ShowContainerGroup/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainerGroup/index.ts rename to packages/topological-inventory/src/ShowContainerGroup/index.ts diff --git a/packages/topological-inventory/ShowContainerImage/index.ts b/packages/topological-inventory/src/ShowContainerImage/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainerImage/index.ts rename to packages/topological-inventory/src/ShowContainerImage/index.ts diff --git a/packages/topological-inventory/ShowContainerNode/index.ts b/packages/topological-inventory/src/ShowContainerNode/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainerNode/index.ts rename to packages/topological-inventory/src/ShowContainerNode/index.ts diff --git a/packages/topological-inventory/ShowContainerProject/index.ts b/packages/topological-inventory/src/ShowContainerProject/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainerProject/index.ts rename to packages/topological-inventory/src/ShowContainerProject/index.ts diff --git a/packages/topological-inventory/ShowContainerResourceQuota/index.ts b/packages/topological-inventory/src/ShowContainerResourceQuota/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainerResourceQuota/index.ts rename to packages/topological-inventory/src/ShowContainerResourceQuota/index.ts diff --git a/packages/topological-inventory/ShowContainerTemplate/index.ts b/packages/topological-inventory/src/ShowContainerTemplate/index.ts similarity index 100% rename from packages/topological-inventory/ShowContainerTemplate/index.ts rename to packages/topological-inventory/src/ShowContainerTemplate/index.ts diff --git a/packages/topological-inventory/ShowDatastore/index.ts b/packages/topological-inventory/src/ShowDatastore/index.ts similarity index 100% rename from packages/topological-inventory/ShowDatastore/index.ts rename to packages/topological-inventory/src/ShowDatastore/index.ts diff --git a/packages/topological-inventory/ShowFlavor/index.ts b/packages/topological-inventory/src/ShowFlavor/index.ts similarity index 100% rename from packages/topological-inventory/ShowFlavor/index.ts rename to packages/topological-inventory/src/ShowFlavor/index.ts diff --git a/packages/topological-inventory/ShowHost/index.ts b/packages/topological-inventory/src/ShowHost/index.ts similarity index 100% rename from packages/topological-inventory/ShowHost/index.ts rename to packages/topological-inventory/src/ShowHost/index.ts diff --git a/packages/topological-inventory/ShowIpaddress/index.ts b/packages/topological-inventory/src/ShowIpaddress/index.ts similarity index 100% rename from packages/topological-inventory/ShowIpaddress/index.ts rename to packages/topological-inventory/src/ShowIpaddress/index.ts diff --git a/packages/topological-inventory/ShowNetwork/index.ts b/packages/topological-inventory/src/ShowNetwork/index.ts similarity index 100% rename from packages/topological-inventory/ShowNetwork/index.ts rename to packages/topological-inventory/src/ShowNetwork/index.ts diff --git a/packages/topological-inventory/ShowNetworkAdapter/index.ts b/packages/topological-inventory/src/ShowNetworkAdapter/index.ts similarity index 100% rename from packages/topological-inventory/ShowNetworkAdapter/index.ts rename to packages/topological-inventory/src/ShowNetworkAdapter/index.ts diff --git a/packages/topological-inventory/ShowOrchestrationStack/index.ts b/packages/topological-inventory/src/ShowOrchestrationStack/index.ts similarity index 100% rename from packages/topological-inventory/ShowOrchestrationStack/index.ts rename to packages/topological-inventory/src/ShowOrchestrationStack/index.ts diff --git a/packages/topological-inventory/ShowSecurityGroup/index.ts b/packages/topological-inventory/src/ShowSecurityGroup/index.ts similarity index 100% rename from packages/topological-inventory/ShowSecurityGroup/index.ts rename to packages/topological-inventory/src/ShowSecurityGroup/index.ts diff --git a/packages/topological-inventory/ShowServiceInstance/index.ts b/packages/topological-inventory/src/ShowServiceInstance/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceInstance/index.ts rename to packages/topological-inventory/src/ShowServiceInstance/index.ts diff --git a/packages/topological-inventory/ShowServiceInstanceNode/index.ts b/packages/topological-inventory/src/ShowServiceInstanceNode/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceInstanceNode/index.ts rename to packages/topological-inventory/src/ShowServiceInstanceNode/index.ts diff --git a/packages/topological-inventory/ShowServiceInventory/index.ts b/packages/topological-inventory/src/ShowServiceInventory/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceInventory/index.ts rename to packages/topological-inventory/src/ShowServiceInventory/index.ts diff --git a/packages/topological-inventory/ShowServiceOffering/index.ts b/packages/topological-inventory/src/ShowServiceOffering/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceOffering/index.ts rename to packages/topological-inventory/src/ShowServiceOffering/index.ts diff --git a/packages/topological-inventory/ShowServiceOfferingIcon/index.ts b/packages/topological-inventory/src/ShowServiceOfferingIcon/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceOfferingIcon/index.ts rename to packages/topological-inventory/src/ShowServiceOfferingIcon/index.ts diff --git a/packages/topological-inventory/ShowServiceOfferingIconIconData/index.ts b/packages/topological-inventory/src/ShowServiceOfferingIconIconData/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceOfferingIconIconData/index.ts rename to packages/topological-inventory/src/ShowServiceOfferingIconIconData/index.ts diff --git a/packages/topological-inventory/ShowServiceOfferingNode/index.ts b/packages/topological-inventory/src/ShowServiceOfferingNode/index.ts similarity index 100% rename from packages/topological-inventory/ShowServiceOfferingNode/index.ts rename to packages/topological-inventory/src/ShowServiceOfferingNode/index.ts diff --git a/packages/topological-inventory/ShowServicePlan/index.ts b/packages/topological-inventory/src/ShowServicePlan/index.ts similarity index 100% rename from packages/topological-inventory/ShowServicePlan/index.ts rename to packages/topological-inventory/src/ShowServicePlan/index.ts diff --git a/packages/topological-inventory/ShowSource/index.ts b/packages/topological-inventory/src/ShowSource/index.ts similarity index 100% rename from packages/topological-inventory/ShowSource/index.ts rename to packages/topological-inventory/src/ShowSource/index.ts diff --git a/packages/topological-inventory/ShowSourceRegion/index.ts b/packages/topological-inventory/src/ShowSourceRegion/index.ts similarity index 100% rename from packages/topological-inventory/ShowSourceRegion/index.ts rename to packages/topological-inventory/src/ShowSourceRegion/index.ts diff --git a/packages/topological-inventory/ShowSubnet/index.ts b/packages/topological-inventory/src/ShowSubnet/index.ts similarity index 100% rename from packages/topological-inventory/ShowSubnet/index.ts rename to packages/topological-inventory/src/ShowSubnet/index.ts diff --git a/packages/topological-inventory/ShowSubscription/index.ts b/packages/topological-inventory/src/ShowSubscription/index.ts similarity index 100% rename from packages/topological-inventory/ShowSubscription/index.ts rename to packages/topological-inventory/src/ShowSubscription/index.ts diff --git a/packages/topological-inventory/ShowTag/index.ts b/packages/topological-inventory/src/ShowTag/index.ts similarity index 100% rename from packages/topological-inventory/ShowTag/index.ts rename to packages/topological-inventory/src/ShowTag/index.ts diff --git a/packages/topological-inventory/ShowTask/index.ts b/packages/topological-inventory/src/ShowTask/index.ts similarity index 100% rename from packages/topological-inventory/ShowTask/index.ts rename to packages/topological-inventory/src/ShowTask/index.ts diff --git a/packages/topological-inventory/ShowVm/index.ts b/packages/topological-inventory/src/ShowVm/index.ts similarity index 100% rename from packages/topological-inventory/ShowVm/index.ts rename to packages/topological-inventory/src/ShowVm/index.ts diff --git a/packages/topological-inventory/ShowVolume/index.ts b/packages/topological-inventory/src/ShowVolume/index.ts similarity index 100% rename from packages/topological-inventory/ShowVolume/index.ts rename to packages/topological-inventory/src/ShowVolume/index.ts diff --git a/packages/topological-inventory/ShowVolumeAttachment/index.ts b/packages/topological-inventory/src/ShowVolumeAttachment/index.ts similarity index 100% rename from packages/topological-inventory/ShowVolumeAttachment/index.ts rename to packages/topological-inventory/src/ShowVolumeAttachment/index.ts diff --git a/packages/topological-inventory/ShowVolumeType/index.ts b/packages/topological-inventory/src/ShowVolumeType/index.ts similarity index 100% rename from packages/topological-inventory/ShowVolumeType/index.ts rename to packages/topological-inventory/src/ShowVolumeType/index.ts diff --git a/packages/topological-inventory/UpdateTask/index.ts b/packages/topological-inventory/src/UpdateTask/index.ts similarity index 100% rename from packages/topological-inventory/UpdateTask/index.ts rename to packages/topological-inventory/src/UpdateTask/index.ts diff --git a/packages/topological-inventory/api.ts b/packages/topological-inventory/src/api.ts similarity index 100% rename from packages/topological-inventory/api.ts rename to packages/topological-inventory/src/api.ts diff --git a/packages/topological-inventory/index.ts b/packages/topological-inventory/src/index.ts similarity index 99% rename from packages/topological-inventory/index.ts rename to packages/topological-inventory/src/index.ts index 7ca7fb646..f993eeec1 100644 --- a/packages/topological-inventory/index.ts +++ b/packages/topological-inventory/src/index.ts @@ -354,4 +354,3 @@ export { default as updateTask, type UpdateTaskReturnType } from './UpdateTask' export * from './types' -// Trigger release - updated to regenerate clients diff --git a/packages/topological-inventory/types/index.ts b/packages/topological-inventory/src/types/index.ts similarity index 100% rename from packages/topological-inventory/types/index.ts rename to packages/topological-inventory/src/types/index.ts diff --git a/packages/topological-inventory/tsconfig.cjs.json b/packages/topological-inventory/tsconfig.cjs.json index d29a1ef4a..34a67d692 100644 --- a/packages/topological-inventory/tsconfig.cjs.json +++ b/packages/topological-inventory/tsconfig.cjs.json @@ -1,6 +1,21 @@ { "extends": "./tsconfig.esm.json", "compilerOptions": { - "module": "CommonJS", + "declaration": true, + "target": "es5", + "module": "commonjs", + "noImplicitAny": true, + "outDir": ".", + "rootDir": ".", + "lib": [ + "es2017", + "dom" + ] }, + "exclude": [ + "dist", + "node_modules", + "*.d.ts", + "jest.config.ts" + ] } diff --git a/packages/topological-inventory/tsconfig.esm.json b/packages/topological-inventory/tsconfig.esm.json index 28ffe1d28..d3bf25a51 100644 --- a/packages/topological-inventory/tsconfig.esm.json +++ b/packages/topological-inventory/tsconfig.esm.json @@ -1,13 +1,24 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc", + "target": "es2021", + "module": "esnext", + "moduleResolution": "node", "declaration": true, - "types": ["node"], - "module": "ES2015", - "target": "ES5", - "rootDir": "./", + "declarationMap": true, + "noImplicitAny": true, + "outDir": "esm", + "rootDir": ".", + "lib": [ + "es2017", + "dom" + ] }, - "include": ["*.ts", "**/*.ts"], - "exclude": ["jest.config.ts", "dist"] + "include": ["src/**/*.ts"], + "exclude": [ + "dist", + "node_modules", + "*.d.ts", + "jest.config.ts" + ] } diff --git a/packages/topological-inventory/typedoc.json b/packages/topological-inventory/typedoc.json index b46878455..827d5d040 100644 --- a/packages/topological-inventory/typedoc.json +++ b/packages/topological-inventory/typedoc.json @@ -1,5 +1,5 @@ { - "entryPoints": ["index.ts"], + "entryPoints": ["./src/index.ts"], "out": "doc", "plugin": [ "typedoc-plugin-markdown" diff --git a/tsconfig.base.json b/tsconfig.base.json index 4fbea8247..baa60eec0 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -29,7 +29,7 @@ "@redhat-cloud-services/rbac-client": ["packages/rbac/src/index.ts"], "@redhat-cloud-services/remediations-client": ["packages/remediations/src/index.ts"], "@redhat-cloud-services/sources-client": ["packages/sources/src/index.ts"], - "@redhat-cloud-services/topological-inventory-client": ["packages/topological-inventory/index.ts"], + "@redhat-cloud-services/topological-inventory-client": ["packages/topological-inventory/src/index.ts"], "@redhat-cloud-services/vulnerabilities-client": ["packages/vulnerabilities/index.ts"] } },