@nexgencloud/hyperstack-sdk-javascript 1.25.0-alpha → 1.47.0-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +268 -245
- package/dist/ApiClient.js +2 -7
- package/dist/api/AccessKeysApi.js +168 -0
- package/dist/api/AliveApi.js +33 -2
- package/dist/api/ApiKeyApi.js +33 -33
- package/dist/api/AssigningMemberRoleApi.js +20 -20
- package/dist/api/AuthApi.js +146 -6
- package/dist/api/BetaAccessApi.js +161 -0
- package/dist/api/BillingApi.js +1394 -465
- package/dist/api/BucketsApi.js +180 -0
- package/dist/api/CalculateApi.js +9 -9
- package/dist/api/CallbacksApi.js +87 -87
- package/dist/api/ClusterEventsApi.js +8 -8
- package/dist/api/ClustersApi.js +531 -23
- package/dist/api/ComplianceApi.js +24 -24
- package/dist/api/CreditApi.js +13 -11
- package/dist/api/CustomerContractApi.js +71 -71
- package/dist/api/DashboardApi.js +9 -9
- package/dist/api/DeploymentApi.js +11 -11
- package/dist/api/EnvironmentApi.js +83 -41
- package/dist/api/FIPExclusionsApi.js +85 -0
- package/dist/api/FirewallAttachmentApi.js +11 -9
- package/dist/api/FirewallsApi.js +82 -82
- package/dist/api/FlavorApi.js +4 -4
- package/dist/api/FloatingIpApi.js +31 -31
- package/dist/api/GpuApi.js +7 -7
- package/dist/api/HealthApi.js +76 -0
- package/dist/api/ImageApi.js +25 -25
- package/dist/api/InviteApi.js +53 -12
- package/dist/api/KeypairApi.js +17 -17
- package/dist/api/OrganizationApi.js +10 -10
- package/dist/api/PartnerConfigApi.js +117 -0
- package/dist/api/PaymentApi.js +66 -21
- package/dist/api/PermissionApi.js +4 -4
- package/dist/api/PolicyApi.js +4 -4
- package/dist/api/PricebookApi.js +9 -7
- package/dist/api/ProfileApi.js +43 -43
- package/dist/api/RbacRoleApi.js +46 -46
- package/dist/api/RegionApi.js +6 -6
- package/dist/api/RegionsApi.js +76 -0
- package/dist/api/SecurityRulesApi.js +2 -2
- package/dist/api/SnapshotEventsApi.js +8 -8
- package/dist/api/SnapshotsApi.js +73 -73
- package/dist/api/StockApi.js +9 -9
- package/dist/api/TemplateApi.js +50 -50
- package/dist/api/UserApi.js +53 -47
- package/dist/api/UserDetailChoiceApi.js +9 -9
- package/dist/api/UserPermissionApi.js +7 -7
- package/dist/api/VirtualMachineApi.js +464 -355
- package/dist/api/VirtualMachineEventsApi.js +16 -16
- package/dist/api/VncUrlApi.js +32 -28
- package/dist/api/VolumeApi.js +108 -59
- package/dist/api/VolumeAttachmentApi.js +79 -33
- package/dist/api/VouchersApi.js +86 -0
- package/dist/index.js +525 -714
- package/dist/model/{EnvironmentFieldsforVolume.js → AccessTokenField.js} +23 -23
- package/dist/model/AddUserInfoSuccessResponseModel.js +1 -1
- package/dist/model/AllocatedGPUCountGraph.js +1 -1
- package/dist/model/ApiKeyFields.js +1 -1
- package/dist/model/AssignRbacRolePayload.js +1 -1
- package/dist/model/AttachCallbackPayload.js +1 -1
- package/dist/model/AttachCallbackResponse.js +1 -1
- package/dist/model/AttachFirewallWithVM.js +1 -1
- package/dist/model/AttachFirewallsToVMPayload.js +1 -1
- package/dist/model/AttachVolumeFields.js +21 -1
- package/dist/model/AttachVolumes.js +1 -1
- package/dist/model/AttachVolumesPayload.js +13 -2
- package/dist/model/{InternalVolumeAttachmentFields.js → AttachmentsFieldsForVolume.js} +39 -37
- package/dist/model/{VirtualMachineUsage.js → Attributes.js} +68 -34
- package/dist/model/AuthGetTokenResponseModel.js +5 -13
- package/dist/model/AuthUserFields.js +1 -1
- package/dist/model/AuthUserInfoResponseModel.js +1 -1
- package/dist/model/{FlavorVMFields.js → BetaAccessRequestFields.js} +68 -50
- package/dist/model/BetaAccessRequestPayload.js +122 -0
- package/dist/model/{CreateDiscountResponse.js → BetaAccessRequestResponseModel.js} +27 -27
- package/dist/model/{Creditrequests.js → BetaAccessStatusItem.js} +57 -42
- package/dist/model/{VolumesLastStatusChangeResponse.js → BetaAccessStatusResponseModel.js} +38 -37
- package/dist/model/BillingHistory.js +99 -0
- package/dist/model/{WarningMailLogResponse.js → BillingHistoryDataSynthesisDetails.js} +48 -43
- package/dist/model/{VMUsageResponse.js → BillingHistoryFineTuning.js} +46 -41
- package/dist/model/BillingHistoryModelEvalutationDetails.js +143 -0
- package/dist/model/{ContractEligibleInstancesResponse.js → BillingHistoryServerlessInference.js} +48 -43
- package/dist/model/{GetAllDiscountForAllOrganizationResponse.js → BillingHistoryServerlessInferenceDetails.js} +52 -39
- package/dist/model/{Billingmetricesfields.js → BillingMetricesFields.js} +28 -28
- package/dist/model/{Billingmetricesresponse.js → BillingMetricesResponse.js} +24 -24
- package/dist/model/ClusterEvents.js +1 -1
- package/dist/model/ClusterEventsFields.js +1 -1
- package/dist/model/ClusterFields.js +76 -13
- package/dist/model/{FlavorPayload.js → ClusterFlavorFields.js} +74 -74
- package/dist/model/ClusterListResponse.js +1 -1
- package/dist/model/{InternalSecurityRulesFieldsForInstance.js → ClusterNodeFields.js} +76 -58
- package/dist/model/{InternalInstanceKeypairFields.js → ClusterNodeGroupFields.js} +65 -43
- package/dist/model/{StockVisibilityUserListResponse.js → ClusterNodeGroupsCreateResponse.js} +46 -32
- package/dist/model/{CreateUpdatePolicyResponseModel.js → ClusterNodeGroupsGetResponse.js} +27 -27
- package/dist/model/{InternalInstancesResponse.js → ClusterNodeGroupsListResponse.js} +36 -36
- package/dist/model/{ContractEligibleInstanceFields.js → ClusterNodeInstanceFields.js} +53 -45
- package/dist/model/{ImageLogos.js → ClusterNodesListResponse.js} +36 -36
- package/dist/model/ClusterResponse.js +1 -1
- package/dist/model/{GetVersionResponse.js → ClusterVersion.js} +54 -30
- package/dist/model/ClusterVersions.js +27 -6
- package/dist/model/Colors.js +105 -0
- package/dist/model/CommonResponseModel.js +1 -1
- package/dist/model/ComplianceFields.js +1 -1
- package/dist/model/ComplianceModelFields.js +1 -1
- package/dist/model/CompliancePayload.js +1 -1
- package/dist/model/ComplianceResponse.js +1 -1
- package/dist/model/ContainerOverviewFields.js +1 -1
- package/dist/model/Contract.js +1 -1
- package/dist/model/ContractDiscountPlanFields.js +9 -1
- package/dist/model/ContractGPUAllocationGraphResponse.js +1 -1
- package/dist/model/ContractInstanceFields.js +15 -1
- package/dist/model/ContractInstancesResponse.js +1 -1
- package/dist/model/{ApiKeyVerifyFields.js → CreateClusterNodeFields.js} +48 -38
- package/dist/model/{CreateUpdatePolicyPayload.js → CreateClusterNodeGroupPayload.js} +72 -44
- package/dist/model/CreateClusterPayload.js +74 -22
- package/dist/model/CreateEnvironment.js +3 -3
- package/dist/model/CreateFirewallPayload.js +1 -1
- package/dist/model/CreateFirewallRulePayload.js +1 -1
- package/dist/model/CreateImage.js +1 -1
- package/dist/model/CreateImagePayload.js +1 -1
- package/dist/model/CreateInstancesPayload.js +11 -11
- package/dist/model/CreateInstancesResponse.js +1 -1
- package/dist/model/CreateProfilePayload.js +3 -3
- package/dist/model/CreateProfileResponse.js +1 -1
- package/dist/model/CreateSecurityRulePayload.js +1 -1
- package/dist/model/CreateSnapshotPayload.js +5 -16
- package/dist/model/CreateSnapshotResponse.js +1 -1
- package/dist/model/CreateUpdateComplianceResponse.js +1 -1
- package/dist/model/CreateUpdateRbacRolePayload.js +1 -1
- package/dist/model/CreateVolumePayload.js +3 -3
- package/dist/model/CustomerContractDetailResponseModel.js +1 -1
- package/dist/model/CustomerContractFields.js +1 -1
- package/dist/model/DashboardInfoResponse.js +1 -1
- package/dist/model/{ContractBillingHistoryResponseModel.js → DataSynthesisBillingHistoryDetailsResponseSchema.js} +29 -27
- package/dist/model/{ContractlBillingHistoryResponseMetrics.js → DeleteClusterNodesFields.js} +25 -21
- package/dist/model/DeploymentFields.js +1 -1
- package/dist/model/{DeploymentFieldsforstartdeployments.js → DeploymentFieldsForStartDeployments.js} +24 -24
- package/dist/model/Deployments.js +1 -1
- package/dist/model/DetachVolumes.js +1 -1
- package/dist/model/DetachVolumesPayload.js +1 -1
- package/dist/model/{EditlabelofanexistingVMPayload.js → EditLabelOfAnExistingVMPayload.js} +18 -18
- package/dist/model/Environment.js +1 -1
- package/dist/model/EnvironmentFeatures.js +36 -1
- package/dist/model/EnvironmentFields.js +1 -1
- package/dist/model/{InternalEnvironmentFields.js → EnvironmentFieldsForVolume.js} +23 -31
- package/dist/model/Environments.js +1 -1
- package/dist/model/ErrorResponseModel.js +1 -1
- package/dist/model/FirewallAttachmentModel.js +1 -1
- package/dist/model/FirewallAttachmentVMModel.js +1 -1
- package/dist/model/FirewallDetailFields.js +1 -1
- package/dist/model/FirewallDetailResponse.js +1 -1
- package/dist/model/FirewallEnvironmentFields.js +1 -1
- package/dist/model/FirewallFields.js +1 -1
- package/dist/model/FirewallResponse.js +1 -1
- package/dist/model/FirewallRule.js +1 -1
- package/dist/model/FirewallsListResponse.js +1 -1
- package/dist/model/FlavorFields.js +9 -1
- package/dist/model/FlavorItemGetResponse.js +1 -1
- package/dist/model/{CustomerFields.js → FlavorLabelFields.js} +26 -24
- package/dist/model/FlavorListResponse.js +1 -1
- package/dist/model/FlavorObjectFields.js +1 -1
- package/dist/model/GPUFields.js +1 -1
- package/dist/model/GPUList.js +1 -1
- package/dist/model/GPURegionFields.js +1 -1
- package/dist/model/GenerateUpdateApiKeyPayload.js +1 -1
- package/dist/model/GenerateUpdateApiKeyResponseModel.js +1 -1
- package/dist/model/GetApiKeysResponseModel.js +1 -1
- package/dist/model/{Getcreditandthresholdinfo.js → GetCreditAndThresholdInfo.js} +20 -20
- package/dist/model/{Getcreditandthresholdinfoinresponse.js → GetCreditAndThresholdInfoInResponse.js} +24 -24
- package/dist/model/GetCustomerContractsListResponseModel.js +1 -1
- package/dist/model/GetInstanceLogsResponse.js +89 -0
- package/dist/model/GetInvitesResponseModel.js +1 -1
- package/dist/model/GetOrganizationResponseModel.js +1 -1
- package/dist/model/GetPermissionsResponseModel.js +1 -1
- package/dist/model/GetPoliciesResponseModel.js +1 -1
- package/dist/model/GetRbacRolesResponseModel.js +1 -1
- package/dist/model/GetUserPermissionsResponseModel.js +1 -1
- package/dist/model/GraphDatetimeValueModel.js +1 -1
- package/dist/model/Image.js +1 -1
- package/dist/model/ImageFields.js +1 -1
- package/dist/model/ImageGetResponse.js +1 -1
- package/dist/model/Images.js +1 -1
- package/dist/model/ImportKeypairPayload.js +1 -1
- package/dist/model/ImportKeypairResponse.js +1 -1
- package/dist/model/InfrahubResourceObjectResponseForCustomer.js +1 -1
- package/dist/model/Instance.js +1 -1
- package/dist/model/InstanceEnvironmentFields.js +1 -1
- package/dist/model/InstanceEvents.js +1 -1
- package/dist/model/InstanceEventsFields.js +1 -1
- package/dist/model/InstanceFields.js +21 -5
- package/dist/model/InstanceFlavorFields.js +42 -1
- package/dist/model/InstanceImageFields.js +1 -1
- package/dist/model/InstanceKeypairFields.js +1 -1
- package/dist/model/InstanceOverviewFields.js +1 -1
- package/dist/model/InstanceResizePayload.js +1 -1
- package/dist/model/Instances.js +1 -1
- package/dist/model/InviteFields.js +1 -1
- package/dist/model/InviteUserPayload.js +1 -1
- package/dist/model/InviteUserResponseModel.js +1 -1
- package/dist/model/KeypairEnvironmentFeatures.js +120 -0
- package/dist/model/{InternalVolumeFields.js → KeypairEnvironmentFields.js} +41 -39
- package/dist/model/KeypairFields.js +8 -6
- package/dist/model/Keypairs.js +1 -1
- package/dist/model/LableResonse.js +1 -1
- package/dist/model/{Lastdaycostfields.js → LastDayCostFields.js} +21 -21
- package/dist/model/{Lastdaycostresponse.js → LastDayCostResponse.js} +24 -24
- package/dist/model/{TokenFields.js → Logos.js} +47 -35
- package/dist/model/{LogoutPayload.js → MFAStatusFields.js} +27 -30
- package/dist/model/{GPU.js → MFAStatusResponse.js} +31 -31
- package/dist/model/{VerifyApiKeyResponseModel.js → ManualReconciliationModel.js} +33 -29
- package/dist/model/{Creditrequestresponse.js → MasterFlavorsResponse.js} +30 -30
- package/dist/model/MetricItemFields.js +1 -1
- package/dist/model/MetricsFields.js +1 -1
- package/dist/model/ModelEvaluationBillingHistoryDetailsResponseSchema.js +113 -0
- package/dist/model/NameAvailableModel.js +1 -1
- package/dist/model/NewConfigurationsResponse.js +1 -1
- package/dist/model/NewModelResponse.js +1 -1
- package/dist/model/NewStockResponse.js +1 -1
- package/dist/model/NewStockRetriveResponse.js +1 -1
- package/dist/model/ObjectStorageAccessKeyCreateRequest.js +117 -0
- package/dist/model/{FutureNodeModel.js → ObjectStorageAccessKeyCreateResponse.js} +70 -66
- package/dist/model/{ContractChangePayload.js → ObjectStorageAccessKeyListResponse.js} +44 -64
- package/dist/model/{FutureNodeUpdateModel.js → ObjectStorageAccessKeyResponse.js} +60 -51
- package/dist/model/{SetDefaultsPayload.js → ObjectStorageBucketListResponse.js} +53 -37
- package/dist/model/{CreateUpdatePermissionPayload.js → ObjectStorageBucketResponse.js} +75 -49
- package/dist/model/{PowerUsageModel.js → ObjectStorageDeleteResponse.js} +28 -38
- package/dist/model/{ContractEventCreateModel.js → ObjectStorageErrorResponse.js} +40 -47
- package/dist/model/{VerifyApiKeyPayload.js → ObjectStorageHealthResponse.js} +28 -29
- package/dist/model/{SingleVisibilityUserResponse.js → ObjectStoragePaginationMeta.js} +38 -38
- package/dist/model/{CreateGPU.js → ObjectStorageRegionListResponse.js} +46 -53
- package/dist/model/{RegionPayload.js → ObjectStorageRegionResponse.js} +20 -32
- package/dist/model/ObjectStorageRegionsEnum.js +53 -0
- package/dist/model/OrganizationFields.js +1 -1
- package/dist/model/OrganizationLevelBillingHistory.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResources.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResponseAttributes.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResponseMetrics.js +1 -1
- package/dist/model/OrganizationLevelBillingHistoryResponseModel.js +1 -1
- package/dist/model/{OrganizationThresholdfields.js → OrganizationThresholdFields.js} +22 -22
- package/dist/model/{Organizationthresholdupdateresponse.js → OrganizationThresholdUpdateResponse.js} +24 -24
- package/dist/model/{Organizationthresholdsresponse.js → OrganizationThresholdsResponse.js} +24 -24
- package/dist/model/OrganizationUserResponseModel.js +1 -1
- package/dist/model/OverviewInfo.js +1 -1
- package/dist/model/Pagination.js +104 -0
- package/dist/model/PaginationData.js +1 -1
- package/dist/model/PartnerConfig.js +192 -0
- package/dist/model/PaymentDetailsFields.js +21 -1
- package/dist/model/PaymentDetailsResponse.js +1 -1
- package/dist/model/PaymentInitiateFields.js +1 -1
- package/dist/model/PaymentInitiatePayload.js +1 -1
- package/dist/model/PaymentInitiateResponse.js +1 -1
- package/dist/model/PermissionFields.js +1 -1
- package/dist/model/PolicyFields.js +1 -1
- package/dist/model/PolicyPermissionFields.js +1 -1
- package/dist/model/PricebookModel.js +1 -1
- package/dist/model/PricebookResourceObjectResponseForCustomer.js +1 -1
- package/dist/model/{NewStockUpdateResponseModel.js → PrimaryColor.js} +31 -27
- package/dist/model/ProfileFields.js +1 -1
- package/dist/model/ProfileListResponse.js +1 -1
- package/dist/model/ProfileObjectFields.js +1 -1
- package/dist/model/RbacRoleDetailResponseModel.js +1 -1
- package/dist/model/RbacRoleDetailResponseModelFixed.js +1 -1
- package/dist/model/RbacRoleField.js +1 -1
- package/dist/model/RbacRoleFields.js +1 -1
- package/dist/model/{CustomerPayload.js → RedeemVoucherPayload.js} +29 -38
- package/dist/model/RegionFields.js +49 -1
- package/dist/model/Regions.js +1 -1
- package/dist/model/RemoveMemberFromOrganizationResponseModel.js +1 -1
- package/dist/model/RemoveMemberPayload.js +1 -1
- package/dist/model/RequestConsole.js +1 -1
- package/dist/model/{ExcludeBillingPostResponse.js → RequestInstanceLogsPayload.js} +22 -27
- package/dist/model/RequestInstanceLogsResponse.js +85 -0
- package/dist/model/ResourceBillingEventsHistoryMetrics.js +1 -1
- package/dist/model/ResourceBillingEventsHistoryResponse.js +1 -1
- package/dist/model/ResourceBillingResponseForCustomer.js +1 -1
- package/dist/model/{ContractBillingHistory.js → ResourceLevelBillingBucketDetailsResources.js} +27 -27
- package/dist/model/ResourceLevelBillingDetailsAttributes.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsMetrics.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVM.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVolume.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVolumeAttributes.js +1 -1
- package/dist/model/ResourceLevelBillingDetailsVolumeMetrics.js +1 -1
- package/dist/model/ResourceLevelBillingHistory.js +1 -1
- package/dist/model/ResourceLevelBillingHistoryResources.js +1 -1
- package/dist/model/{NodeResponseModel.js → ResourceLevelBillingHistoryResourcesCluster.js} +47 -31
- package/dist/model/ResourceLevelBillingHistoryResponseAttributes.js +9 -1
- package/dist/model/ResourceLevelBillingHistoryResponseMetrics.js +1 -1
- package/dist/model/ResourceLevelBillingVMDetailsResources.js +1 -1
- package/dist/model/ResourceLevelBillingVolumeDetailsResources.js +1 -1
- package/dist/model/{AuthRequestLoginResponseModel.js → ResourceLevelBucketBillingDetailsResponseModel.js} +27 -27
- package/dist/model/{CreateUpdatePermissionResponseModel.js → ResourceLevelBucketBillingHistoryResponseModel.js} +31 -31
- package/dist/model/ResourceLevelClusterBillingDetailsResponseModel.js +111 -0
- package/dist/model/ResourceLevelClusterBillingHistoryResponseModel.js +111 -0
- package/dist/model/ResourceLevelClusterGraphBillingDetailsResponseModel.js +111 -0
- package/dist/model/ResourceLevelGraphBillingDetailVolume.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailsAttributes.js +1 -1
- package/dist/model/{OrganizationObjectResponse.js → ResourceLevelGraphBillingDetailsBucket.js} +45 -29
- package/dist/model/ResourceLevelGraphBillingDetailsMetrics.js +1 -1
- package/dist/model/ResourceLevelGraphBillingDetailsVM.js +1 -1
- package/dist/model/ResourceLevelGraphBillingVMDetailsResources.js +1 -1
- package/dist/model/ResourceLevelGraphBillingVolumeDetailsResources.js +1 -1
- package/dist/model/ResourceLevelVMBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelVmBillingHistoryResponseModel.js +1 -1
- package/dist/model/ResourceLevelVmGraphBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelVolumeBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceLevelVolumeBillingHistoryResponseModel.js +1 -1
- package/dist/model/ResourceLevelVolumeGraphBillingDetailsResponseModel.js +1 -1
- package/dist/model/ResourceObjectResponseForCustomer.js +1 -1
- package/dist/model/ResponseModel.js +1 -1
- package/dist/model/RolePermissionFields.js +1 -1
- package/dist/model/RolePolicyFields.js +1 -1
- package/dist/model/{Data.js → SecondaryColor.js} +31 -38
- package/dist/model/SecurityGroupRule.js +1 -1
- package/dist/model/SecurityGroupRuleFields.js +1 -1
- package/dist/model/{SecurityRulesFieldsforInstance.js → SecurityRulesFieldsForInstance.js} +26 -26
- package/dist/model/SecurityRulesProtocolFields.js +1 -1
- package/dist/model/{Organizationcreditrechargelimitresponse.js → ServerlessInferencedBillingHistoryDetailsResponseSchema.js} +29 -27
- package/dist/model/SnapshotFields.js +27 -5
- package/dist/model/SnapshotRestoreRequest.js +1 -1
- package/dist/model/SnapshotRetrieve.js +1 -1
- package/dist/model/SnapshotRetrieveFields.js +170 -5
- package/dist/model/Snapshots.js +1 -1
- package/dist/model/StartDeployment.js +5 -5
- package/dist/model/StartDeploymentPayload.js +1 -1
- package/dist/model/SubResourceGraphBillingDetailsMetrics.js +1 -1
- package/dist/model/SubResourcesCostsResponseModel.js +1 -1
- package/dist/model/SubResourcesGraphBillingHistoryFields.js +1 -1
- package/dist/model/SubResourcesGraphResponseModel.js +1 -1
- package/dist/model/{Subscribeorunsubscribeupdatepayload.js → SubscribeOrUnsubscribeUpdatePayload.js} +20 -20
- package/dist/model/Template.js +1 -1
- package/dist/model/TemplateFields.js +1 -1
- package/dist/model/Templates.js +1 -1
- package/dist/model/TokenBasedBillingHistoryResponse.js +113 -0
- package/dist/model/URIs.js +161 -0
- package/dist/model/UpdateClusterNodeGroupPayload.js +93 -0
- package/dist/model/UpdateEnvironment.js +1 -1
- package/dist/model/UpdateKeypairName.js +1 -1
- package/dist/model/{UpdateKeypairnameresponse.js → UpdateKeypairNameResponse.js} +20 -20
- package/dist/model/UpdateOrganizationPayload.js +1 -1
- package/dist/model/UpdateOrganizationResponseModel.js +1 -1
- package/dist/model/UpdateTemplate.js +1 -1
- package/dist/model/UpdateVolumeAttachmentPayload.js +85 -0
- package/dist/model/{UserTransferPayload.js → UpdateVolumePayload.js} +29 -38
- package/dist/model/{FlavorResponse.js → UpdateVolumeResponse.js} +41 -32
- package/dist/model/UserDefaultChoiceForUserFields.js +1 -1
- package/dist/model/UserDefaultChoicesForUserResponse.js +1 -1
- package/dist/model/{Userinfopostpayload.js → UserInfoPostPayload.js} +30 -30
- package/dist/model/{FutureNodesStockModel.js → UserOrganizationsResponse.js} +28 -28
- package/dist/model/UserPermissionFields.js +1 -1
- package/dist/model/UsersInfoFields.js +13 -1
- package/dist/model/UsersInfoListResponse.js +1 -1
- package/dist/model/VNCURL.js +1 -1
- package/dist/model/VNCURLFields.js +1 -1
- package/dist/model/Volume.js +1 -1
- package/dist/model/VolumeAttachmentFields.js +21 -5
- package/dist/model/VolumeFields.js +38 -5
- package/dist/model/{VolumeFieldsforInstance.js → VolumeFieldsForInstance.js} +23 -23
- package/dist/model/VolumeOverviewFields.js +1 -1
- package/dist/model/VolumeTypes.js +1 -1
- package/dist/model/Volumes.js +36 -12
- package/dist/model/{InfrahubResourceObjectResponse.js → VolumesFields.js} +95 -85
- package/dist/model/{FutureNodeStockModel.js → Voucher.js} +44 -33
- package/dist/model/{Creditrechargelimitresponse.js → VoucherRedeemResponseSchema.js} +56 -47
- package/dist/model/WorkloadBillingHistoryResponse.js +113 -0
- package/package.json +1 -1
- package/dist/model/AddUpdateFlavorOrganizationPayload.js +0 -242
- package/dist/model/AuthRequestLoginFields.js +0 -101
- package/dist/model/BillingImmuneResourcesResponse.js +0 -111
- package/dist/model/BillingResponse.js +0 -130
- package/dist/model/ContractBillingHistoryResponseAttributes.js +0 -149
- package/dist/model/ContractResourcePayload.js +0 -146
- package/dist/model/CreateContractFields.js +0 -170
- package/dist/model/CreateContractPayload.js +0 -178
- package/dist/model/CreateDiscountsPayload.js +0 -192
- package/dist/model/Creditrechargelimitfield.js +0 -109
- package/dist/model/DiscountEntityModel.js +0 -122
- package/dist/model/DiscountFields.js +0 -149
- package/dist/model/DiscountPlanFields.js +0 -181
- package/dist/model/DiscountResourceFields.js +0 -113
- package/dist/model/DiscountResourcePayload.js +0 -142
- package/dist/model/ExcludeBillingPostPayload.js +0 -135
- package/dist/model/ExportBillingDataRequest.js +0 -186
- package/dist/model/ExportBillingDataResponse.js +0 -101
- package/dist/model/FieldChange.js +0 -116
- package/dist/model/FlavorVMsResponse.js +0 -130
- package/dist/model/FutureNodeResponseModel.js +0 -122
- package/dist/model/GetAllContractFields.js +0 -137
- package/dist/model/GetAllContractsResponseModel.js +0 -130
- package/dist/model/GetAllDiscountsFields.js +0 -158
- package/dist/model/GetDiscountDetailResponse.js +0 -111
- package/dist/model/GetDiscountResponse.js +0 -130
- package/dist/model/GetEntityDiscountDetailResponse.js +0 -159
- package/dist/model/GetTokenPayload.js +0 -126
- package/dist/model/HistoricalInstance.js +0 -138
- package/dist/model/HistoricalInstancesFields.js +0 -201
- package/dist/model/InsertDiscountPlanFields.js +0 -168
- package/dist/model/InstancesSummaryFields.js +0 -249
- package/dist/model/InternalInstanceFields.js +0 -344
- package/dist/model/InternalInstanceFlavorFields.js +0 -161
- package/dist/model/InternalInstanceImageFields.js +0 -133
- package/dist/model/InternalVolumesResponse.js +0 -130
- package/dist/model/LogoGetResponse.js +0 -109
- package/dist/model/NodeModel.js +0 -230
- package/dist/model/NodePayloadModel.js +0 -122
- package/dist/model/NodePowerUsageModel.js +0 -244
- package/dist/model/NodeStockPayloadModel.js +0 -110
- package/dist/model/NodeStockResponseModel.js +0 -110
- package/dist/model/NodeStocksPayload.js +0 -144
- package/dist/model/PricebookResourceObjectResponse.js +0 -173
- package/dist/model/RefreshTokenPayload.js +0 -126
- package/dist/model/RegionResponse.js +0 -111
- package/dist/model/StockVisibilityUserPayload.js +0 -112
- package/dist/model/SuccessResponseModel.js +0 -100
- package/dist/model/UpdateContractPayload.js +0 -168
- package/dist/model/UpdateDiscountsPayload.js +0 -160
- package/dist/model/UpdateDiscountsStatusPayload.js +0 -112
- package/dist/model/UpdateGPU.js +0 -114
- package/dist/model/VMUsageRequestPayload.js +0 -113
- package/dist/model/VolumeStatusChangeFields.js +0 -125
- package/dist/model/WarningMailLogFields.js +0 -149
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
|
|
|
9
9
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
10
10
|
|
|
11
11
|
- API version: 1.0
|
|
12
|
-
- Package version: v1.
|
|
12
|
+
- Package version: v1.47.0-alpha
|
|
13
13
|
- Generator version: 7.10.0
|
|
14
14
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
15
15
|
|
|
@@ -105,10 +105,19 @@ Please follow the [installation](#installation) instruction and execute the foll
|
|
|
105
105
|
```javascript
|
|
106
106
|
var HyperstackApi = require('@nexgencloud/hyperstack-sdk-javascript');
|
|
107
107
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
108
|
+
var defaultClient = HyperstackApi.ApiClient.instance;
|
|
109
|
+
// Configure API key authorization: apiKey
|
|
110
|
+
var apiKey = defaultClient.authentications['apiKey'];
|
|
111
|
+
apiKey.apiKey = "YOUR API KEY"
|
|
112
|
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
|
|
113
|
+
//apiKey.apiKeyPrefix['api_key'] = "Token"
|
|
114
|
+
|
|
115
|
+
var api = new HyperstackApi.AccessKeysApi()
|
|
116
|
+
var opts = {
|
|
117
|
+
'body': new HyperstackApi.ObjectStorageAccessKeyCreateRequest() // {ObjectStorageAccessKeyCreateRequest}
|
|
118
|
+
};
|
|
119
|
+
api.createAccessKeyEndpoint(opts).then(function(data) {
|
|
120
|
+
console.log('API called successfully. Returned data: ' + data);
|
|
112
121
|
}, function(error) {
|
|
113
122
|
console.error(error);
|
|
114
123
|
});
|
|
@@ -122,81 +131,128 @@ All URIs are relative to *https://infrahub-api.nexgencloud.com/v1*
|
|
|
122
131
|
|
|
123
132
|
Class | Method | HTTP request | Description
|
|
124
133
|
------------ | ------------- | ------------- | -------------
|
|
134
|
+
*HyperstackApi.AccessKeysApi* | [**createAccessKeyEndpoint**](docs/AccessKeysApi.md#createAccessKeyEndpoint) | **POST** /object-storage/access-keys | Generate a new access key
|
|
135
|
+
*HyperstackApi.AccessKeysApi* | [**deleteAccessKeyEndpoint**](docs/AccessKeysApi.md#deleteAccessKeyEndpoint) | **DELETE** /object-storage/access-keys/{access_key_id} | Remove an existing access key
|
|
136
|
+
*HyperstackApi.AccessKeysApi* | [**listAccessKeysEndpoint**](docs/AccessKeysApi.md#listAccessKeysEndpoint) | **GET** /object-storage/access-keys | List access keys
|
|
125
137
|
*HyperstackApi.AliveApi* | [**getAlive**](docs/AliveApi.md#getAlive) | **GET** /billing/alive | GET: Alive
|
|
126
|
-
*HyperstackApi.
|
|
127
|
-
*HyperstackApi.ApiKeyApi* | [**
|
|
128
|
-
*HyperstackApi.ApiKeyApi* | [**
|
|
129
|
-
*HyperstackApi.ApiKeyApi* | [**
|
|
130
|
-
*HyperstackApi.
|
|
131
|
-
*HyperstackApi.AssigningMemberRoleApi* | [**
|
|
138
|
+
*HyperstackApi.AliveApi* | [**getAliveDoc**](docs/AliveApi.md#getAliveDoc) | **GET** /billing/alive/doc |
|
|
139
|
+
*HyperstackApi.ApiKeyApi* | [**deleteAPIKey**](docs/ApiKeyApi.md#deleteAPIKey) | **DELETE** /api-key/{api_key_id} | Delete API Key
|
|
140
|
+
*HyperstackApi.ApiKeyApi* | [**generateAPIKey**](docs/ApiKeyApi.md#generateAPIKey) | **POST** /api-key/generate | Generate API Key
|
|
141
|
+
*HyperstackApi.ApiKeyApi* | [**getAPIKey**](docs/ApiKeyApi.md#getAPIKey) | **GET** /api-key | Retrieve API Keys
|
|
142
|
+
*HyperstackApi.ApiKeyApi* | [**updateAPIKey**](docs/ApiKeyApi.md#updateAPIKey) | **PUT** /api-key/{api_key_id} | Update API Key
|
|
143
|
+
*HyperstackApi.AssigningMemberRoleApi* | [**assignRBACRoleToUser**](docs/AssigningMemberRoleApi.md#assignRBACRoleToUser) | **PUT** /auth/users/{user_id}/assign-roles | Assign RBAC Role
|
|
144
|
+
*HyperstackApi.AssigningMemberRoleApi* | [**removeRBACRoleFromUser**](docs/AssigningMemberRoleApi.md#removeRBACRoleFromUser) | **DELETE** /auth/users/{user_id}/roles | Remove RBAC Role From User
|
|
145
|
+
*HyperstackApi.AuthApi* | [**changeOrganizationForToken**](docs/AuthApi.md#changeOrganizationForToken) | **GET** /auth/token/change-org/{org_id} |
|
|
146
|
+
*HyperstackApi.AuthApi* | [**disableMFA**](docs/AuthApi.md#disableMFA) | **GET** /auth/me/mfa/disable |
|
|
147
|
+
*HyperstackApi.AuthApi* | [**getUserMFAStatus**](docs/AuthApi.md#getUserMFAStatus) | **GET** /auth/me/mfa | Get MFA status for authenticated user
|
|
148
|
+
*HyperstackApi.AuthApi* | [**getUserOrganizations**](docs/AuthApi.md#getUserOrganizations) | **GET** /auth/me/organizations | Get User Organizations
|
|
132
149
|
*HyperstackApi.AuthApi* | [**retrieveAuthenticatedUserDetails**](docs/AuthApi.md#retrieveAuthenticatedUserDetails) | **GET** /auth/me | Retrieve Authenticated User Details
|
|
133
|
-
*HyperstackApi.
|
|
134
|
-
*HyperstackApi.
|
|
150
|
+
*HyperstackApi.BetaAccessApi* | [**createBetaAccessRequest**](docs/BetaAccessApi.md#createBetaAccessRequest) | **POST** /auth/beta-access/requests | Create a new beta access request
|
|
151
|
+
*HyperstackApi.BetaAccessApi* | [**getBetaAccessRequests**](docs/BetaAccessApi.md#getBetaAccessRequests) | **GET** /auth/beta-access/requests/{program} | Check the status of beta access requests
|
|
152
|
+
*HyperstackApi.BetaAccessApi* | [**getBetaAccessStatus**](docs/BetaAccessApi.md#getBetaAccessStatus) | **GET** /auth/beta-access/requests | Check the status of all beta access requests
|
|
153
|
+
*HyperstackApi.BillingApi* | [**bucketsBillingHistoryHourlyChart**](docs/BillingApi.md#bucketsBillingHistoryHourlyChart) | **GET** /billing/billing/history/bucket/{bucket_id}/graph | Retrieve hourly cost datapoints of a Specific Bucket for a specific billing cycle
|
|
154
|
+
*HyperstackApi.BillingApi* | [**getBucketBillingHistory**](docs/BillingApi.md#getBucketBillingHistory) | **GET** /billing/billing/history/bucket/{bucket_id} | Retrieve Billing History of a Specific Snapshot for a specific Billing Cycle
|
|
155
|
+
*HyperstackApi.BillingApi* | [**getClusterBillingHistory**](docs/BillingApi.md#getClusterBillingHistory) | **GET** /billing/billing/history/cluster/{cluster_id} | Retrieve Billing History of a Specific Cluster for a specific Billing Cycle
|
|
156
|
+
*HyperstackApi.BillingApi* | [**getClusterBillingHistoryGraph**](docs/BillingApi.md#getClusterBillingHistoryGraph) | **GET** /billing/billing/history/cluster/{cluster_id}/graph | Retrieve hourly cost datapoints of a specific Cluster for a specific billing cycle
|
|
157
|
+
*HyperstackApi.BillingApi* | [**getDataSynthesisBillingHistory**](docs/BillingApi.md#getDataSynthesisBillingHistory) | **GET** /billing/billing/history/data_synthesis | Retrieve Billing History of data synthesis for a specific Billing Cycle
|
|
158
|
+
*HyperstackApi.BillingApi* | [**getDataSynthesisBillingHistoryGraph**](docs/BillingApi.md#getDataSynthesisBillingHistoryGraph) | **GET** /billing/billing/history/data_synthesis/{resource_id}/graph | Retrieve hourly cost datapoints of a Specific Data Synthesis for a specific
|
|
159
|
+
*HyperstackApi.BillingApi* | [**getDataSynthesisHistoryForResource**](docs/BillingApi.md#getDataSynthesisHistoryForResource) | **GET** /billing/billing/history/data_synthesis/{resource_id} |
|
|
160
|
+
*HyperstackApi.BillingApi* | [**getFineTuningBillingHistory**](docs/BillingApi.md#getFineTuningBillingHistory) | **GET** /billing/billing/history/fine_tuning | Retrieve Billing History of model evaluation for a specific Billing Cycle
|
|
161
|
+
*HyperstackApi.BillingApi* | [**getFineTuningBillingHistoryGraph**](docs/BillingApi.md#getFineTuningBillingHistoryGraph) | **GET** /billing/billing/history/fine_tuning/{resource_id}/graph | Retrieve hourly cost datapoints of a Specific Fine Tuning for a specific billing cycle
|
|
135
162
|
*HyperstackApi.BillingApi* | [**getLastDayCost**](docs/BillingApi.md#getLastDayCost) | **GET** /billing/billing/last-day-cost | GET: Last Day Cost
|
|
136
|
-
*HyperstackApi.BillingApi* | [**
|
|
137
|
-
*HyperstackApi.BillingApi* | [**
|
|
138
|
-
*HyperstackApi.BillingApi* | [**
|
|
139
|
-
*HyperstackApi.BillingApi* | [**
|
|
140
|
-
*HyperstackApi.BillingApi* | [**
|
|
141
|
-
*HyperstackApi.BillingApi* | [**
|
|
142
|
-
*HyperstackApi.BillingApi* | [**
|
|
143
|
-
*HyperstackApi.BillingApi* | [**
|
|
144
|
-
*HyperstackApi.BillingApi* | [**
|
|
145
|
-
*HyperstackApi.BillingApi* | [**
|
|
146
|
-
*HyperstackApi.BillingApi* | [**
|
|
147
|
-
*HyperstackApi.BillingApi* | [**
|
|
148
|
-
*HyperstackApi.BillingApi* | [**
|
|
149
|
-
*HyperstackApi.BillingApi* | [**
|
|
150
|
-
*HyperstackApi.BillingApi* | [**
|
|
151
|
-
*HyperstackApi.BillingApi* | [**
|
|
152
|
-
*HyperstackApi.
|
|
153
|
-
*HyperstackApi.
|
|
154
|
-
*HyperstackApi.
|
|
155
|
-
*HyperstackApi.
|
|
156
|
-
*HyperstackApi.
|
|
157
|
-
*HyperstackApi.
|
|
158
|
-
*HyperstackApi.
|
|
159
|
-
*HyperstackApi.
|
|
163
|
+
*HyperstackApi.BillingApi* | [**getModelEvaluationBillingHistory**](docs/BillingApi.md#getModelEvaluationBillingHistory) | **GET** /billing/billing/history/model_evaluation | Retrieve Billing History of model evaluation for a specific Billing Cycle
|
|
164
|
+
*HyperstackApi.BillingApi* | [**getModelEvaluationBillingHistoryGraph**](docs/BillingApi.md#getModelEvaluationBillingHistoryGraph) | **GET** /billing/billing/history/model_evaluation/{resource_id}/graph | Retrieve hourly cost datapoints of a Specific Model Evaluation for a specific
|
|
165
|
+
*HyperstackApi.BillingApi* | [**getNotificationThreshold**](docs/BillingApi.md#getNotificationThreshold) | **PUT** /billing/billing/threshold/{threshold_id} | Update: Subscribe or Unsubscribe Notification Threshold
|
|
166
|
+
*HyperstackApi.BillingApi* | [**getResourceFineTuningBillingHistory**](docs/BillingApi.md#getResourceFineTuningBillingHistory) | **GET** /billing/billing/history/fine_tuning/{resource_id} | Retrieve Billing History of a Specific Fine Tuning for a specific Billing Cycle
|
|
167
|
+
*HyperstackApi.BillingApi* | [**getResourceModelEvaluationBillingHistory**](docs/BillingApi.md#getResourceModelEvaluationBillingHistory) | **GET** /billing/billing/history/model_evaluation/{resource_id} |
|
|
168
|
+
*HyperstackApi.BillingApi* | [**getServerlessInferenceBillingHistoryGraph**](docs/BillingApi.md#getServerlessInferenceBillingHistoryGraph) | **GET** /billing/billing/history/serverless_inference/{resource_id}/graph | Retrieve hourly cost datapoints of a Specific Serverless Inference for a specific
|
|
169
|
+
*HyperstackApi.BillingApi* | [**getServerlessInferencesBillingHistory**](docs/BillingApi.md#getServerlessInferencesBillingHistory) | **GET** /billing/billing/history/serverless_inference/{resource_id} |
|
|
170
|
+
*HyperstackApi.BillingApi* | [**getSnapshotBillingHistory**](docs/BillingApi.md#getSnapshotBillingHistory) | **GET** /billing/billing/history/snapshot/{snapshot_id} | Retrieve Billing History of a Specific Snapshot for a specific Billing Cycle
|
|
171
|
+
*HyperstackApi.BillingApi* | [**getSnapshotBillingHistoryGraph**](docs/BillingApi.md#getSnapshotBillingHistoryGraph) | **GET** /billing/billing/history/snapshot/{snapshot_id}/graph | Retrieve hourly cost datapoints of a Specific Snapshot for a specific billing cycle
|
|
172
|
+
*HyperstackApi.BillingApi* | [**getUsage**](docs/BillingApi.md#getUsage) | **GET** /billing/billing/usage | GET: Billing usage
|
|
173
|
+
*HyperstackApi.BillingApi* | [**getUserBillingHistory**](docs/BillingApi.md#getUserBillingHistory) | **GET** /billing/billing/history | Retrieve Billing History for a specific Billing Cycle
|
|
174
|
+
*HyperstackApi.BillingApi* | [**getVMBillingDetails**](docs/BillingApi.md#getVMBillingDetails) | **GET** /billing/billing/history/virtual-machine/{vm_id} | Retrieve Billing History of a Specific Virtual Machine for a specific Billing Cycle
|
|
175
|
+
*HyperstackApi.BillingApi* | [**getVMBillingEvents**](docs/BillingApi.md#getVMBillingEvents) | **GET** /billing/billing/virtual-machine/{vm_id}/billing-events | Retrieve VM billing events history
|
|
176
|
+
*HyperstackApi.BillingApi* | [**getVMBillingGraph**](docs/BillingApi.md#getVMBillingGraph) | **GET** /billing/billing/history/virtual-machine/{vm_id}/graph | Retrieve hourly cost datapoints of a Specific Virtual Machine for a specific billing cycle
|
|
177
|
+
*HyperstackApi.BillingApi* | [**getVMBillingHistory**](docs/BillingApi.md#getVMBillingHistory) | **GET** /billing/billing/history/virtual-machine | Retrieve Billing History of Virtual Machine for a specific Billing Cycle
|
|
178
|
+
*HyperstackApi.BillingApi* | [**getVMSubResourceCosts**](docs/BillingApi.md#getVMSubResourceCosts) | **GET** /billing/billing/virtual-machine/{vm_id}/sub-resource | Retrieve Total Costs and Non Discount Costs for Sub Resources
|
|
179
|
+
*HyperstackApi.BillingApi* | [**getVMSubResourceGraph**](docs/BillingApi.md#getVMSubResourceGraph) | **GET** /billing/billing/virtual-machine/{vm_id}/sub-resource/graph | Retrieve Sub-Resources Historical Cost datapoints of a Virtual
|
|
180
|
+
*HyperstackApi.BillingApi* | [**getVolumeBillingDetails**](docs/BillingApi.md#getVolumeBillingDetails) | **GET** /billing/billing/history/volume/{volume_id} | Retrieve Billing History of a Specific Volume for a specific Billing Cycle
|
|
181
|
+
*HyperstackApi.BillingApi* | [**getVolumeBillingEvents**](docs/BillingApi.md#getVolumeBillingEvents) | **GET** /billing/billing/volume/{volume_id}/billing-events | Retrieve Volume billing events history
|
|
182
|
+
*HyperstackApi.BillingApi* | [**getVolumeBillingHistory**](docs/BillingApi.md#getVolumeBillingHistory) | **GET** /billing/billing/history/volume | Retrieve Billing History of Volume for a specific Billing Cycle
|
|
183
|
+
*HyperstackApi.BillingApi* | [**getVolumeBillingHistoryGraph**](docs/BillingApi.md#getVolumeBillingHistoryGraph) | **GET** /billing/billing/history/volume/{volume_id}/graph | Retrieve hourly cost datapoints of a Specific Volume for a specific billing cycle
|
|
184
|
+
*HyperstackApi.BillingApi* | [**listBillingContractHistory**](docs/BillingApi.md#listBillingContractHistory) | **GET** /billing/billing/history/contract | Retrieve Billing History of Contract for a specific Billing Cycle
|
|
185
|
+
*HyperstackApi.BillingApi* | [**listBucketBillingHistory**](docs/BillingApi.md#listBucketBillingHistory) | **GET** /billing/billing/history/bucket | Retrieve Billing History of a Bucket for a specific Billing Cycle
|
|
186
|
+
*HyperstackApi.BillingApi* | [**listClustersBillingHistory**](docs/BillingApi.md#listClustersBillingHistory) | **GET** /billing/billing/history/cluster | Retrieve Billing History of Clusters for a specific Billing Cycle
|
|
187
|
+
*HyperstackApi.BillingApi* | [**listOrgNotificationThresholds**](docs/BillingApi.md#listOrgNotificationThresholds) | **GET** /billing/billing/threshold | GET: All Thresholds for Organization
|
|
188
|
+
*HyperstackApi.BillingApi* | [**listServerlessInferenceBillingHistory**](docs/BillingApi.md#listServerlessInferenceBillingHistory) | **GET** /billing/billing/history/serverless_inference | Retrieve Billing History of serverless inference for a specific Billing Cycle
|
|
189
|
+
*HyperstackApi.BillingApi* | [**listSnapshotBillingHistory**](docs/BillingApi.md#listSnapshotBillingHistory) | **GET** /billing/billing/history/snapshot | Retrieve Billing History of Snapshot for a specific Billing Cycle
|
|
190
|
+
*HyperstackApi.BucketsApi* | [**deleteBucketEndpoint**](docs/BucketsApi.md#deleteBucketEndpoint) | **DELETE** /object-storage/buckets/{bucket_name} | Delete a bucket
|
|
191
|
+
*HyperstackApi.BucketsApi* | [**listBucketsEndpoint**](docs/BucketsApi.md#listBucketsEndpoint) | **GET** /object-storage/buckets | List buckets
|
|
192
|
+
*HyperstackApi.BucketsApi* | [**retrieveBucketEndpoint**](docs/BucketsApi.md#retrieveBucketEndpoint) | **GET** /object-storage/buckets/{bucket_name} | Retrieve a bucket
|
|
193
|
+
*HyperstackApi.CalculateApi* | [**calculateResourceBillingRate**](docs/CalculateApi.md#calculateResourceBillingRate) | **GET** /pricebook/calculate/resource/{resource_type}/{id} | Retrieve Billing Rate for Resource
|
|
194
|
+
*HyperstackApi.CallbacksApi* | [**attachCallbackToVM**](docs/CallbacksApi.md#attachCallbackToVM) | **POST** /core/virtual-machines/{vm_id}/attach-callback | Attach callback to virtual machine
|
|
195
|
+
*HyperstackApi.CallbacksApi* | [**attachCallbackToVolume**](docs/CallbacksApi.md#attachCallbackToVolume) | **POST** /core/volumes/{volume_id}/attach-callback | Attach callback to volume
|
|
196
|
+
*HyperstackApi.CallbacksApi* | [**deleteVMCallback**](docs/CallbacksApi.md#deleteVMCallback) | **DELETE** /core/virtual-machines/{vm_id}/delete-callback | Delete virtual machine callback
|
|
197
|
+
*HyperstackApi.CallbacksApi* | [**deleteVolumeCallback**](docs/CallbacksApi.md#deleteVolumeCallback) | **DELETE** /core/volumes/{volume_id}/delete-callback | Delete volume callback
|
|
198
|
+
*HyperstackApi.CallbacksApi* | [**updateVMCallback**](docs/CallbacksApi.md#updateVMCallback) | **PUT** /core/virtual-machines/{vm_id}/update-callback | Update virtual machine callback
|
|
199
|
+
*HyperstackApi.CallbacksApi* | [**updateVolumeCallback**](docs/CallbacksApi.md#updateVolumeCallback) | **PUT** /core/volumes/{volume_id}/update-callback | Update volume callback
|
|
200
|
+
*HyperstackApi.ClusterEventsApi* | [**listClusterEvents**](docs/ClusterEventsApi.md#listClusterEvents) | **GET** /core/clusters/{cluster_id}/events | Fetch all of a cluster events
|
|
160
201
|
*HyperstackApi.ClustersApi* | [**createCluster**](docs/ClustersApi.md#createCluster) | **POST** /core/clusters | Create Cluster
|
|
161
|
-
*HyperstackApi.ClustersApi* | [**
|
|
202
|
+
*HyperstackApi.ClustersApi* | [**createNode**](docs/ClustersApi.md#createNode) | **POST** /core/clusters/{cluster_id}/nodes | Create Node
|
|
203
|
+
*HyperstackApi.ClustersApi* | [**createNodeGroup**](docs/ClustersApi.md#createNodeGroup) | **POST** /core/clusters/{cluster_id}/node-groups | Create a node group in a cluster
|
|
204
|
+
*HyperstackApi.ClustersApi* | [**deleteCluster**](docs/ClustersApi.md#deleteCluster) | **DELETE** /core/clusters/{id} | Delete a cluster
|
|
205
|
+
*HyperstackApi.ClustersApi* | [**deleteClusterNode**](docs/ClustersApi.md#deleteClusterNode) | **DELETE** /core/clusters/{cluster_id}/nodes/{node_id} | Delete Cluster Node
|
|
206
|
+
*HyperstackApi.ClustersApi* | [**deleteClusterNodes**](docs/ClustersApi.md#deleteClusterNodes) | **POST** /core/clusters/{cluster_id}/nodes/delete | Delete Multiple Cluster Nodes
|
|
207
|
+
*HyperstackApi.ClustersApi* | [**deleteNodeGroup**](docs/ClustersApi.md#deleteNodeGroup) | **DELETE** /core/clusters/{cluster_id}/node-groups/{node_group_id} | Delete a node group
|
|
162
208
|
*HyperstackApi.ClustersApi* | [**fetchClusterNameAvailability**](docs/ClustersApi.md#fetchClusterNameAvailability) | **GET** /core/clusters/name-availability/{name} | Fetch cluster name availability
|
|
163
|
-
*HyperstackApi.ClustersApi* | [**
|
|
209
|
+
*HyperstackApi.ClustersApi* | [**getClusterMasterFlavors**](docs/ClustersApi.md#getClusterMasterFlavors) | **GET** /core/clusters/master-flavors | Get Cluster Master Flavors
|
|
210
|
+
*HyperstackApi.ClustersApi* | [**getClusterNodes**](docs/ClustersApi.md#getClusterNodes) | **GET** /core/clusters/{cluster_id}/nodes | Get Cluster Nodes
|
|
211
|
+
*HyperstackApi.ClustersApi* | [**getClusterVersions**](docs/ClustersApi.md#getClusterVersions) | **GET** /core/clusters/versions | List Cluster Versions
|
|
212
|
+
*HyperstackApi.ClustersApi* | [**getNodeGroup**](docs/ClustersApi.md#getNodeGroup) | **GET** /core/clusters/{cluster_id}/node-groups/{node_group_id} | Retrieve a node group in a cluster
|
|
164
213
|
*HyperstackApi.ClustersApi* | [**gettingClusterDetail**](docs/ClustersApi.md#gettingClusterDetail) | **GET** /core/clusters/{id} | Getting Cluster Detail
|
|
165
214
|
*HyperstackApi.ClustersApi* | [**listClusters**](docs/ClustersApi.md#listClusters) | **GET** /core/clusters | List Clusters
|
|
215
|
+
*HyperstackApi.ClustersApi* | [**listNodeGroups**](docs/ClustersApi.md#listNodeGroups) | **GET** /core/clusters/{cluster_id}/node-groups | List node groups for a cluster
|
|
216
|
+
*HyperstackApi.ClustersApi* | [**reconcileCluster**](docs/ClustersApi.md#reconcileCluster) | **POST** /core/clusters/{cluster_id}/reconcile | Reconcile a cluster
|
|
217
|
+
*HyperstackApi.ClustersApi* | [**updateNodeGroup**](docs/ClustersApi.md#updateNodeGroup) | **PATCH** /core/clusters/{cluster_id}/node-groups/{node_group_id} | Update a node group in a cluster
|
|
166
218
|
*HyperstackApi.ComplianceApi* | [**createCompliance**](docs/ComplianceApi.md#createCompliance) | **POST** /core/compliance | Create compliance
|
|
167
|
-
*HyperstackApi.ComplianceApi* | [**
|
|
168
|
-
*HyperstackApi.ComplianceApi* | [**
|
|
169
|
-
*HyperstackApi.ComplianceApi* | [**
|
|
170
|
-
*HyperstackApi.CreditApi* | [**
|
|
171
|
-
*HyperstackApi.CustomerContractApi* | [**
|
|
172
|
-
*HyperstackApi.CustomerContractApi* | [**
|
|
173
|
-
*HyperstackApi.CustomerContractApi* | [**
|
|
174
|
-
*HyperstackApi.DashboardApi* | [**
|
|
219
|
+
*HyperstackApi.ComplianceApi* | [**deleteCompliance**](docs/ComplianceApi.md#deleteCompliance) | **DELETE** /core/compliance/{gpu_model} | Delete a compliance
|
|
220
|
+
*HyperstackApi.ComplianceApi* | [**getCompliance**](docs/ComplianceApi.md#getCompliance) | **GET** /core/compliance | Retrieve GPU compliance
|
|
221
|
+
*HyperstackApi.ComplianceApi* | [**updateCompliance**](docs/ComplianceApi.md#updateCompliance) | **PUT** /core/compliance | Update a compliance
|
|
222
|
+
*HyperstackApi.CreditApi* | [**getUserCredit**](docs/CreditApi.md#getUserCredit) | **GET** /billing/user-credit/credit | GET: View credit and threshold
|
|
223
|
+
*HyperstackApi.CustomerContractApi* | [**getContractGPUAllocationGraph**](docs/CustomerContractApi.md#getContractGPUAllocationGraph) | **GET** /pricebook/contracts/{contract_id}/gpu_allocation_graph | Retrieve GPU Allocation Graph for Contract
|
|
224
|
+
*HyperstackApi.CustomerContractApi* | [**listCustomerContracts**](docs/CustomerContractApi.md#listCustomerContracts) | **GET** /pricebook/contracts | List Contracts
|
|
225
|
+
*HyperstackApi.CustomerContractApi* | [**retrieveContract**](docs/CustomerContractApi.md#retrieveContract) | **GET** /pricebook/contracts/{contract_id} | Retrieve Contract Details
|
|
226
|
+
*HyperstackApi.DashboardApi* | [**getDashboard**](docs/DashboardApi.md#getDashboard) | **GET** /core/dashboard | Retrieve Dashboard
|
|
175
227
|
*HyperstackApi.DeploymentApi* | [**deleteDeployment**](docs/DeploymentApi.md#deleteDeployment) | **DELETE** /core/marketplace/deployments/{id} | Delete Deployment
|
|
176
|
-
*HyperstackApi.DeploymentApi* | [**
|
|
228
|
+
*HyperstackApi.DeploymentApi* | [**getDeployment**](docs/DeploymentApi.md#getDeployment) | **GET** /core/marketplace/deployments/{id} | Details of Deployment by ID
|
|
177
229
|
*HyperstackApi.DeploymentApi* | [**listDeployments**](docs/DeploymentApi.md#listDeployments) | **GET** /core/marketplace/deployments | List Deployments
|
|
178
230
|
*HyperstackApi.DeploymentApi* | [**startDeployment**](docs/DeploymentApi.md#startDeployment) | **POST** /core/marketplace/deployments | Start Deployment
|
|
179
231
|
*HyperstackApi.EnvironmentApi* | [**createEnvironment**](docs/EnvironmentApi.md#createEnvironment) | **POST** /core/environments | Create environment
|
|
180
232
|
*HyperstackApi.EnvironmentApi* | [**deleteEnvironment**](docs/EnvironmentApi.md#deleteEnvironment) | **DELETE** /core/environments/{id} | Delete environment
|
|
233
|
+
*HyperstackApi.EnvironmentApi* | [**fetchEnvironmentNameAvailability**](docs/EnvironmentApi.md#fetchEnvironmentNameAvailability) | **GET** /core/environments/name-availability/{name} | Fetch environment name availability
|
|
234
|
+
*HyperstackApi.EnvironmentApi* | [**getEnvironment**](docs/EnvironmentApi.md#getEnvironment) | **GET** /core/environments/{id} | Retrieve environment
|
|
181
235
|
*HyperstackApi.EnvironmentApi* | [**listEnvironments**](docs/EnvironmentApi.md#listEnvironments) | **GET** /core/environments | List environments
|
|
182
|
-
*HyperstackApi.EnvironmentApi* | [**retrieveEnvironment**](docs/EnvironmentApi.md#retrieveEnvironment) | **GET** /core/environments/{id} | Retrieve environment
|
|
183
236
|
*HyperstackApi.EnvironmentApi* | [**updateEnvironment**](docs/EnvironmentApi.md#updateEnvironment) | **PUT** /core/environments/{id} | Update environment
|
|
184
|
-
*HyperstackApi.
|
|
185
|
-
*HyperstackApi.
|
|
237
|
+
*HyperstackApi.FIPExclusionsApi* | [**checkIfOrgIsExcludedFromFloatingIPDetachment**](docs/FIPExclusionsApi.md#checkIfOrgIsExcludedFromFloatingIPDetachment) | **GET** /core/fip-detachment-exclusions/org/{org_id} |
|
|
238
|
+
*HyperstackApi.FirewallAttachmentApi* | [**attachFirewallToVMs**](docs/FirewallAttachmentApi.md#attachFirewallToVMs) | **POST** /core/firewalls/{firewall_id}/update-attachments | Attach Firewalls to VMs
|
|
239
|
+
*HyperstackApi.FirewallsApi* | [**addRuleToFirewall**](docs/FirewallsApi.md#addRuleToFirewall) | **POST** /core/firewalls/{firewall_id}/firewall-rules | Add firewall rule to firewall
|
|
186
240
|
*HyperstackApi.FirewallsApi* | [**createFirewall**](docs/FirewallsApi.md#createFirewall) | **POST** /core/firewalls | Create firewall
|
|
187
|
-
*HyperstackApi.FirewallsApi* | [**
|
|
188
|
-
*HyperstackApi.FirewallsApi* | [**
|
|
189
|
-
*HyperstackApi.FirewallsApi* | [**
|
|
190
|
-
*HyperstackApi.FirewallsApi* | [**
|
|
241
|
+
*HyperstackApi.FirewallsApi* | [**deleteExistingFirewall**](docs/FirewallsApi.md#deleteExistingFirewall) | **DELETE** /core/firewalls/{id} | Delete firewall
|
|
242
|
+
*HyperstackApi.FirewallsApi* | [**deleteRuleFromFirewall**](docs/FirewallsApi.md#deleteRuleFromFirewall) | **DELETE** /core/firewalls/{firewall_id}/firewall-rules/{firewall_rule_id} | Delete firewall rules from firewall
|
|
243
|
+
*HyperstackApi.FirewallsApi* | [**getFirewall**](docs/FirewallsApi.md#getFirewall) | **GET** /core/firewalls/{id} | Retrieve firewall details
|
|
244
|
+
*HyperstackApi.FirewallsApi* | [**listExistingFirewalls**](docs/FirewallsApi.md#listExistingFirewalls) | **GET** /core/firewalls | List firewalls
|
|
191
245
|
*HyperstackApi.FlavorApi* | [**listFlavors**](docs/FlavorApi.md#listFlavors) | **GET** /core/flavors | List Flavors
|
|
192
|
-
*HyperstackApi.FloatingIpApi* | [**
|
|
193
|
-
*HyperstackApi.FloatingIpApi* | [**
|
|
194
|
-
*HyperstackApi.GpuApi* | [**
|
|
195
|
-
*HyperstackApi.
|
|
196
|
-
*HyperstackApi.ImageApi* | [**
|
|
197
|
-
*HyperstackApi.ImageApi* | [**
|
|
246
|
+
*HyperstackApi.FloatingIpApi* | [**attachPublicIPToVM**](docs/FloatingIpApi.md#attachPublicIPToVM) | **POST** /core/virtual-machines/{vm_id}/attach-floatingip | Attach public IP to virtual machine
|
|
247
|
+
*HyperstackApi.FloatingIpApi* | [**detachPublicIPFromVM**](docs/FloatingIpApi.md#detachPublicIPFromVM) | **POST** /core/virtual-machines/{vm_id}/detach-floatingip | Detach public IP from virtual machine
|
|
248
|
+
*HyperstackApi.GpuApi* | [**listGPUs**](docs/GpuApi.md#listGPUs) | **GET** /core/gpus | List GPUs
|
|
249
|
+
*HyperstackApi.HealthApi* | [**healthzEndpoint**](docs/HealthApi.md#healthzEndpoint) | **GET** /object-storage/healthz | Healthcheck
|
|
250
|
+
*HyperstackApi.ImageApi* | [**deleteImage**](docs/ImageApi.md#deleteImage) | **DELETE** /core/images/{id} | Delete an image
|
|
251
|
+
*HyperstackApi.ImageApi* | [**fetchImageNameAvailability**](docs/ImageApi.md#fetchImageNameAvailability) | **GET** /core/image/name-availability/{name} | Fetch name availability for Images
|
|
252
|
+
*HyperstackApi.ImageApi* | [**getImage**](docs/ImageApi.md#getImage) | **GET** /core/images/{id} | Get Private Image Details
|
|
198
253
|
*HyperstackApi.ImageApi* | [**listImages**](docs/ImageApi.md#listImages) | **GET** /core/images | List Images
|
|
199
|
-
*HyperstackApi.InviteApi* | [**
|
|
254
|
+
*HyperstackApi.InviteApi* | [**acceptInvite**](docs/InviteApi.md#acceptInvite) | **GET** /auth/invites/{id}/accept | Accept Invite
|
|
255
|
+
*HyperstackApi.InviteApi* | [**deleteInvite**](docs/InviteApi.md#deleteInvite) | **DELETE** /auth/invites/{id} | Accept Invite
|
|
200
256
|
*HyperstackApi.InviteApi* | [**inviteUserToOrganization**](docs/InviteApi.md#inviteUserToOrganization) | **POST** /auth/invites | Invite User to Organization
|
|
201
257
|
*HyperstackApi.InviteApi* | [**listInvites**](docs/InviteApi.md#listInvites) | **GET** /auth/invites | List Invites
|
|
202
258
|
*HyperstackApi.KeypairApi* | [**deleteKeyPair**](docs/KeypairApi.md#deleteKeyPair) | **DELETE** /core/keypair/{id} | Delete key pair
|
|
@@ -206,79 +262,87 @@ Class | Method | HTTP request | Description
|
|
|
206
262
|
*HyperstackApi.OrganizationApi* | [**removeOrganizationMember**](docs/OrganizationApi.md#removeOrganizationMember) | **POST** /auth/organizations/remove-member | Remove Organization Member
|
|
207
263
|
*HyperstackApi.OrganizationApi* | [**retrieveOrganizationInformation**](docs/OrganizationApi.md#retrieveOrganizationInformation) | **GET** /auth/organizations | Retrieve Organization Information
|
|
208
264
|
*HyperstackApi.OrganizationApi* | [**updateOrganizationInformation**](docs/OrganizationApi.md#updateOrganizationInformation) | **PUT** /auth/organizations/update | Update Organization Information
|
|
209
|
-
*HyperstackApi.
|
|
210
|
-
*HyperstackApi.
|
|
265
|
+
*HyperstackApi.PartnerConfigApi* | [**getPartnerConfig**](docs/PartnerConfigApi.md#getPartnerConfig) | **GET** /auth/partner-config | Get partner config
|
|
266
|
+
*HyperstackApi.PartnerConfigApi* | [**getPartnerConfigByDomain**](docs/PartnerConfigApi.md#getPartnerConfigByDomain) | **GET** /auth/partner-config/docs |
|
|
267
|
+
*HyperstackApi.PaymentApi* | [**getPaymentReceipt**](docs/PaymentApi.md#getPaymentReceipt) | **GET** /billing/payment/receipt/{payment_id} | Retrieve Payment Receipt
|
|
268
|
+
*HyperstackApi.PaymentApi* | [**initiatePayment**](docs/PaymentApi.md#initiatePayment) | **POST** /billing/payment/payment-initiate | POST: Initiate payment
|
|
269
|
+
*HyperstackApi.PaymentApi* | [**listPaymentDetails**](docs/PaymentApi.md#listPaymentDetails) | **GET** /billing/payment/payment-details | GET: View payment details
|
|
211
270
|
*HyperstackApi.PermissionApi* | [**listPermissions**](docs/PermissionApi.md#listPermissions) | **GET** /auth/permissions | List Permissions
|
|
212
271
|
*HyperstackApi.PolicyApi* | [**listPolicies**](docs/PolicyApi.md#listPolicies) | **GET** /auth/policies | List Policies
|
|
213
|
-
*HyperstackApi.PricebookApi* | [**
|
|
272
|
+
*HyperstackApi.PricebookApi* | [**getPricebook**](docs/PricebookApi.md#getPricebook) | **GET** /pricebook |
|
|
214
273
|
*HyperstackApi.ProfileApi* | [**createProfile**](docs/ProfileApi.md#createProfile) | **POST** /core/profiles | Create profile
|
|
215
274
|
*HyperstackApi.ProfileApi* | [**deleteProfile**](docs/ProfileApi.md#deleteProfile) | **DELETE** /core/profiles/{id} | Delete profile
|
|
275
|
+
*HyperstackApi.ProfileApi* | [**getProfile**](docs/ProfileApi.md#getProfile) | **GET** /core/profiles/{id} | Retrieve profile details
|
|
216
276
|
*HyperstackApi.ProfileApi* | [**listProfiles**](docs/ProfileApi.md#listProfiles) | **GET** /core/profiles | List profiles
|
|
217
|
-
*HyperstackApi.
|
|
218
|
-
*HyperstackApi.RbacRoleApi* | [**
|
|
219
|
-
*HyperstackApi.RbacRoleApi* | [**
|
|
220
|
-
*HyperstackApi.RbacRoleApi* | [**
|
|
221
|
-
*HyperstackApi.RbacRoleApi* | [**
|
|
222
|
-
*HyperstackApi.
|
|
223
|
-
*HyperstackApi.
|
|
277
|
+
*HyperstackApi.RbacRoleApi* | [**createRBACRole**](docs/RbacRoleApi.md#createRBACRole) | **POST** /auth/roles | Create RBAC Role
|
|
278
|
+
*HyperstackApi.RbacRoleApi* | [**deleteRBACRole**](docs/RbacRoleApi.md#deleteRBACRole) | **DELETE** /auth/roles/{id} | Delete RBAC Role
|
|
279
|
+
*HyperstackApi.RbacRoleApi* | [**listRBACRoles**](docs/RbacRoleApi.md#listRBACRoles) | **GET** /auth/roles | List RBAC Roles
|
|
280
|
+
*HyperstackApi.RbacRoleApi* | [**retrieveRBACRoleDetails**](docs/RbacRoleApi.md#retrieveRBACRoleDetails) | **GET** /auth/roles/{id} | Retrieve RBAC Role Details
|
|
281
|
+
*HyperstackApi.RbacRoleApi* | [**updateRBACRole**](docs/RbacRoleApi.md#updateRBACRole) | **PUT** /auth/roles/{id} | Update RBAC Role
|
|
282
|
+
*HyperstackApi.RegionApi* | [**listRegions**](docs/RegionApi.md#listRegions) | **GET** /core/regions | List Regions
|
|
283
|
+
*HyperstackApi.RegionsApi* | [**listRegionsEndpoint**](docs/RegionsApi.md#listRegionsEndpoint) | **GET** /object-storage/regions | Get a list of supported regions
|
|
224
284
|
*HyperstackApi.SecurityRulesApi* | [**listFirewallRuleProtocols**](docs/SecurityRulesApi.md#listFirewallRuleProtocols) | **GET** /core/sg-rules-protocols | List firewall rule protocols
|
|
225
|
-
*HyperstackApi.SnapshotEventsApi* | [**
|
|
226
|
-
*HyperstackApi.SnapshotsApi* | [**
|
|
285
|
+
*HyperstackApi.SnapshotEventsApi* | [**listSnapshotEvents**](docs/SnapshotEventsApi.md#listSnapshotEvents) | **GET** /core/snapshots/{snapshot_id}/events | Fetch all events for a snapshot
|
|
286
|
+
*HyperstackApi.SnapshotsApi* | [**createCustomImage**](docs/SnapshotsApi.md#createCustomImage) | **POST** /core/snapshots/{snapshot_id}/image | Create an image from a snapshot
|
|
227
287
|
*HyperstackApi.SnapshotsApi* | [**deleteSnapshot**](docs/SnapshotsApi.md#deleteSnapshot) | **DELETE** /core/snapshots/{id} | Delete snapshot
|
|
228
288
|
*HyperstackApi.SnapshotsApi* | [**fetchSnapshotNameAvailability**](docs/SnapshotsApi.md#fetchSnapshotNameAvailability) | **GET** /core/snapshots/name-availability/{name} | Fetch snapshot name availability
|
|
229
|
-
*HyperstackApi.SnapshotsApi* | [**
|
|
230
|
-
*HyperstackApi.SnapshotsApi* | [**
|
|
231
|
-
*HyperstackApi.SnapshotsApi* | [**
|
|
232
|
-
*HyperstackApi.StockApi* | [**
|
|
289
|
+
*HyperstackApi.SnapshotsApi* | [**getSnapshot**](docs/SnapshotsApi.md#getSnapshot) | **GET** /core/snapshots/{id} | Retrieve a snapshot
|
|
290
|
+
*HyperstackApi.SnapshotsApi* | [**listSnapshots**](docs/SnapshotsApi.md#listSnapshots) | **GET** /core/snapshots | Retrieve list of snapshots with pagination
|
|
291
|
+
*HyperstackApi.SnapshotsApi* | [**restoreSnapshot**](docs/SnapshotsApi.md#restoreSnapshot) | **POST** /core/snapshots/{id}/restore | Restore a snapshot
|
|
292
|
+
*HyperstackApi.StockApi* | [**getGPUStock**](docs/StockApi.md#getGPUStock) | **GET** /core/stocks | Retrieve GPU stocks
|
|
233
293
|
*HyperstackApi.TemplateApi* | [**createTemplate**](docs/TemplateApi.md#createTemplate) | **POST** /core/marketplace/templates | Create template
|
|
234
294
|
*HyperstackApi.TemplateApi* | [**deleteTemplate**](docs/TemplateApi.md#deleteTemplate) | **DELETE** /core/marketplace/templates/{id} | Delete template
|
|
295
|
+
*HyperstackApi.TemplateApi* | [**getTemplate**](docs/TemplateApi.md#getTemplate) | **GET** /core/marketplace/templates/{id} | Retrieve template details
|
|
235
296
|
*HyperstackApi.TemplateApi* | [**listTemplates**](docs/TemplateApi.md#listTemplates) | **GET** /core/marketplace/templates | List templates
|
|
236
|
-
*HyperstackApi.TemplateApi* | [**retrieveTemplateDetails**](docs/TemplateApi.md#retrieveTemplateDetails) | **GET** /core/marketplace/templates/{id} | Retrieve template details
|
|
237
297
|
*HyperstackApi.TemplateApi* | [**updateTemplate**](docs/TemplateApi.md#updateTemplate) | **PUT** /core/marketplace/templates/{id} | Update template
|
|
238
|
-
*HyperstackApi.UserApi* | [**
|
|
239
|
-
*HyperstackApi.UserApi* | [**
|
|
240
|
-
*HyperstackApi.UserApi* | [**
|
|
241
|
-
*HyperstackApi.UserDetailChoiceApi* | [**
|
|
298
|
+
*HyperstackApi.UserApi* | [**addUserBillingInfo**](docs/UserApi.md#addUserBillingInfo) | **POST** /billing/user/info | POST: Insert billing info
|
|
299
|
+
*HyperstackApi.UserApi* | [**getUserBillingInfo**](docs/UserApi.md#getUserBillingInfo) | **GET** /billing/user/info | GET: Retrieve billing info
|
|
300
|
+
*HyperstackApi.UserApi* | [**updateUserBillingInfo**](docs/UserApi.md#updateUserBillingInfo) | **PUT** /billing/user/info | PUT: Update billing info
|
|
301
|
+
*HyperstackApi.UserDetailChoiceApi* | [**listDefaultFlavorsAndImages**](docs/UserDetailChoiceApi.md#listDefaultFlavorsAndImages) | **GET** /core/user/resources/defaults | Retrieve Default Flavors and Images
|
|
242
302
|
*HyperstackApi.UserPermissionApi* | [**listMyUserPermissions**](docs/UserPermissionApi.md#listMyUserPermissions) | **GET** /auth/users/me/permissions | List My User Permissions
|
|
243
303
|
*HyperstackApi.UserPermissionApi* | [**listUserPermissions**](docs/UserPermissionApi.md#listUserPermissions) | **GET** /auth/users/{id}/permissions | List User Permissions
|
|
244
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
245
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
246
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
247
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
248
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
249
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
250
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
251
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
252
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
253
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
254
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
255
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
256
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
257
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
258
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
259
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
260
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
261
|
-
*HyperstackApi.VirtualMachineApi* | [**
|
|
262
|
-
*HyperstackApi.
|
|
263
|
-
*HyperstackApi.
|
|
264
|
-
*HyperstackApi.
|
|
304
|
+
*HyperstackApi.VirtualMachineApi* | [**addVMLabel**](docs/VirtualMachineApi.md#addVMLabel) | **PUT** /core/virtual-machines/{vm_id}/label | Edit virtual machine labels
|
|
305
|
+
*HyperstackApi.VirtualMachineApi* | [**attachFirewallsToVM**](docs/VirtualMachineApi.md#attachFirewallsToVM) | **POST** /core/virtual-machines/{vm_id}/attach-firewalls | Attach firewalls to a virtual machine
|
|
306
|
+
*HyperstackApi.VirtualMachineApi* | [**checkVMNameAvailability**](docs/VirtualMachineApi.md#checkVMNameAvailability) | **GET** /core/virtual-machines/name-availability/{name} | Fetch virtual machine name availability
|
|
307
|
+
*HyperstackApi.VirtualMachineApi* | [**createFirewallRuleForVM**](docs/VirtualMachineApi.md#createFirewallRuleForVM) | **POST** /core/virtual-machines/{vm_id}/sg-rules | Add firewall rule to virtual machine
|
|
308
|
+
*HyperstackApi.VirtualMachineApi* | [**createSnapshotForVM**](docs/VirtualMachineApi.md#createSnapshotForVM) | **POST** /core/virtual-machines/{vm_id}/snapshots | Create snapshot from a virtual machine
|
|
309
|
+
*HyperstackApi.VirtualMachineApi* | [**createVMs**](docs/VirtualMachineApi.md#createVMs) | **POST** /core/virtual-machines | Create virtual machines
|
|
310
|
+
*HyperstackApi.VirtualMachineApi* | [**deleteFirewallRuleForVM**](docs/VirtualMachineApi.md#deleteFirewallRuleForVM) | **DELETE** /core/virtual-machines/{vm_id}/sg-rules/{sg_rule_id} | Delete firewall rule from virtual machine
|
|
311
|
+
*HyperstackApi.VirtualMachineApi* | [**deleteVM**](docs/VirtualMachineApi.md#deleteVM) | **DELETE** /core/virtual-machines/{vm_id} | Delete virtual machine
|
|
312
|
+
*HyperstackApi.VirtualMachineApi* | [**getContractVMs**](docs/VirtualMachineApi.md#getContractVMs) | **GET** /core/virtual-machines/contract/{contract_id}/virtual-machines | Retrieve virtual machines associated with a contract
|
|
313
|
+
*HyperstackApi.VirtualMachineApi* | [**getVM**](docs/VirtualMachineApi.md#getVM) | **GET** /core/virtual-machines/{vm_id} | Retrieve virtual machine details
|
|
314
|
+
*HyperstackApi.VirtualMachineApi* | [**getVMLogs**](docs/VirtualMachineApi.md#getVMLogs) | **GET** /core/virtual-machines/{vm_id}/logs | Get virtual machine logs
|
|
315
|
+
*HyperstackApi.VirtualMachineApi* | [**getVMMetrics**](docs/VirtualMachineApi.md#getVMMetrics) | **GET** /core/virtual-machines/{vm_id}/metrics | Retrieve virtual machine performance metrics
|
|
316
|
+
*HyperstackApi.VirtualMachineApi* | [**hardRebootVM**](docs/VirtualMachineApi.md#hardRebootVM) | **GET** /core/virtual-machines/{vm_id}/hard-reboot | Hard reboot virtual machine
|
|
317
|
+
*HyperstackApi.VirtualMachineApi* | [**hibernateVM**](docs/VirtualMachineApi.md#hibernateVM) | **GET** /core/virtual-machines/{vm_id}/hibernate | Hibernate virtual machine
|
|
318
|
+
*HyperstackApi.VirtualMachineApi* | [**listVMs**](docs/VirtualMachineApi.md#listVMs) | **GET** /core/virtual-machines | List virtual machines
|
|
319
|
+
*HyperstackApi.VirtualMachineApi* | [**requestVMLogs**](docs/VirtualMachineApi.md#requestVMLogs) | **POST** /core/virtual-machines/{vm_id}/logs | Request virtual machine logs
|
|
320
|
+
*HyperstackApi.VirtualMachineApi* | [**resizeVM**](docs/VirtualMachineApi.md#resizeVM) | **POST** /core/virtual-machines/{vm_id}/resize | Resize virtual machine
|
|
321
|
+
*HyperstackApi.VirtualMachineApi* | [**restoreVMFromHibernation**](docs/VirtualMachineApi.md#restoreVMFromHibernation) | **GET** /core/virtual-machines/{vm_id}/hibernate-restore | Restore virtual machine from hibernation
|
|
322
|
+
*HyperstackApi.VirtualMachineApi* | [**startVM**](docs/VirtualMachineApi.md#startVM) | **GET** /core/virtual-machines/{vm_id}/start | Start virtual machine
|
|
323
|
+
*HyperstackApi.VirtualMachineApi* | [**stopVM**](docs/VirtualMachineApi.md#stopVM) | **GET** /core/virtual-machines/{vm_id}/stop | Stop virtual machine
|
|
324
|
+
*HyperstackApi.VirtualMachineEventsApi* | [**listVMEvents**](docs/VirtualMachineEventsApi.md#listVMEvents) | **GET** /core/virtual-machines/{vm_id}/events | List virtual machine events
|
|
325
|
+
*HyperstackApi.VncUrlApi* | [**getVNCURL**](docs/VncUrlApi.md#getVNCURL) | **GET** /core/virtual-machines/{vm_id}/console/{job_id} | Get VNC Console Link
|
|
326
|
+
*HyperstackApi.VncUrlApi* | [**requestVMConsole**](docs/VncUrlApi.md#requestVMConsole) | **GET** /core/virtual-machines/{vm_id}/request-console | Request Instance Console
|
|
265
327
|
*HyperstackApi.VolumeApi* | [**createVolume**](docs/VolumeApi.md#createVolume) | **POST** /core/volumes | Create volume
|
|
266
|
-
*HyperstackApi.VolumeApi* | [**deleteVolume**](docs/VolumeApi.md#deleteVolume) | **DELETE** /core/volumes/{
|
|
267
|
-
*HyperstackApi.VolumeApi* | [**fetchVolumeDetails**](docs/VolumeApi.md#fetchVolumeDetails) | **GET** /core/volume/{volume_id} | Fetch Volume Details
|
|
328
|
+
*HyperstackApi.VolumeApi* | [**deleteVolume**](docs/VolumeApi.md#deleteVolume) | **DELETE** /core/volumes/{volume_id} | Delete volume
|
|
268
329
|
*HyperstackApi.VolumeApi* | [**fetchVolumeNameAvailability**](docs/VolumeApi.md#fetchVolumeNameAvailability) | **GET** /core/volume/name-availability/{name} | Fetch volume name availability
|
|
330
|
+
*HyperstackApi.VolumeApi* | [**getVolume**](docs/VolumeApi.md#getVolume) | **GET** /core/volumes/{volume_id} | Fetch Volume Details
|
|
269
331
|
*HyperstackApi.VolumeApi* | [**listVolumeTypes**](docs/VolumeApi.md#listVolumeTypes) | **GET** /core/volume-types | List volume types
|
|
270
332
|
*HyperstackApi.VolumeApi* | [**listVolumes**](docs/VolumeApi.md#listVolumes) | **GET** /core/volumes | List volumes
|
|
271
|
-
*HyperstackApi.
|
|
272
|
-
*HyperstackApi.VolumeAttachmentApi* | [**
|
|
333
|
+
*HyperstackApi.VolumeApi* | [**updateVolume**](docs/VolumeApi.md#updateVolume) | **PATCH** /core/volumes/{volume_id} | Update volume fields
|
|
334
|
+
*HyperstackApi.VolumeAttachmentApi* | [**attachVolumesToVM**](docs/VolumeAttachmentApi.md#attachVolumesToVM) | **POST** /core/virtual-machines/{vm_id}/attach-volumes | Attach volumes to virtual machine
|
|
335
|
+
*HyperstackApi.VolumeAttachmentApi* | [**detachVolumesFromVM**](docs/VolumeAttachmentApi.md#detachVolumesFromVM) | **POST** /core/virtual-machines/{vm_id}/detach-volumes | Detach volumes from virtual machine
|
|
336
|
+
*HyperstackApi.VolumeAttachmentApi* | [**updateVolumeAttachment**](docs/VolumeAttachmentApi.md#updateVolumeAttachment) | **PATCH** /core/volume-attachments/{volume_attachment_id} | Update a volume attachment
|
|
337
|
+
*HyperstackApi.VouchersApi* | [**redeemAVoucher**](docs/VouchersApi.md#redeemAVoucher) | **POST** /billing/billing/vouchers/redeem | Redeem a voucher with a voucher_code
|
|
273
338
|
|
|
274
339
|
|
|
275
340
|
## Documentation for Models
|
|
276
341
|
|
|
277
|
-
- [HyperstackApi.
|
|
342
|
+
- [HyperstackApi.AccessTokenField](docs/AccessTokenField.md)
|
|
278
343
|
- [HyperstackApi.AddUserInfoSuccessResponseModel](docs/AddUserInfoSuccessResponseModel.md)
|
|
279
344
|
- [HyperstackApi.AllocatedGPUCountGraph](docs/AllocatedGPUCountGraph.md)
|
|
280
345
|
- [HyperstackApi.ApiKeyFields](docs/ApiKeyFields.md)
|
|
281
|
-
- [HyperstackApi.ApiKeyVerifyFields](docs/ApiKeyVerifyFields.md)
|
|
282
346
|
- [HyperstackApi.AssignRbacRolePayload](docs/AssignRbacRolePayload.md)
|
|
283
347
|
- [HyperstackApi.AttachCallbackPayload](docs/AttachCallbackPayload.md)
|
|
284
348
|
- [HyperstackApi.AttachCallbackResponse](docs/AttachCallbackResponse.md)
|
|
@@ -287,21 +351,40 @@ Class | Method | HTTP request | Description
|
|
|
287
351
|
- [HyperstackApi.AttachVolumeFields](docs/AttachVolumeFields.md)
|
|
288
352
|
- [HyperstackApi.AttachVolumes](docs/AttachVolumes.md)
|
|
289
353
|
- [HyperstackApi.AttachVolumesPayload](docs/AttachVolumesPayload.md)
|
|
354
|
+
- [HyperstackApi.AttachmentsFieldsForVolume](docs/AttachmentsFieldsForVolume.md)
|
|
355
|
+
- [HyperstackApi.Attributes](docs/Attributes.md)
|
|
290
356
|
- [HyperstackApi.AuthGetTokenResponseModel](docs/AuthGetTokenResponseModel.md)
|
|
291
|
-
- [HyperstackApi.AuthRequestLoginFields](docs/AuthRequestLoginFields.md)
|
|
292
|
-
- [HyperstackApi.AuthRequestLoginResponseModel](docs/AuthRequestLoginResponseModel.md)
|
|
293
357
|
- [HyperstackApi.AuthUserFields](docs/AuthUserFields.md)
|
|
294
358
|
- [HyperstackApi.AuthUserInfoResponseModel](docs/AuthUserInfoResponseModel.md)
|
|
295
|
-
- [HyperstackApi.
|
|
296
|
-
- [HyperstackApi.
|
|
297
|
-
- [HyperstackApi.
|
|
298
|
-
- [HyperstackApi.
|
|
359
|
+
- [HyperstackApi.BetaAccessRequestFields](docs/BetaAccessRequestFields.md)
|
|
360
|
+
- [HyperstackApi.BetaAccessRequestPayload](docs/BetaAccessRequestPayload.md)
|
|
361
|
+
- [HyperstackApi.BetaAccessRequestResponseModel](docs/BetaAccessRequestResponseModel.md)
|
|
362
|
+
- [HyperstackApi.BetaAccessStatusItem](docs/BetaAccessStatusItem.md)
|
|
363
|
+
- [HyperstackApi.BetaAccessStatusResponseModel](docs/BetaAccessStatusResponseModel.md)
|
|
364
|
+
- [HyperstackApi.BillingHistory](docs/BillingHistory.md)
|
|
365
|
+
- [HyperstackApi.BillingHistoryDataSynthesisDetails](docs/BillingHistoryDataSynthesisDetails.md)
|
|
366
|
+
- [HyperstackApi.BillingHistoryFineTuning](docs/BillingHistoryFineTuning.md)
|
|
367
|
+
- [HyperstackApi.BillingHistoryModelEvalutationDetails](docs/BillingHistoryModelEvalutationDetails.md)
|
|
368
|
+
- [HyperstackApi.BillingHistoryServerlessInference](docs/BillingHistoryServerlessInference.md)
|
|
369
|
+
- [HyperstackApi.BillingHistoryServerlessInferenceDetails](docs/BillingHistoryServerlessInferenceDetails.md)
|
|
370
|
+
- [HyperstackApi.BillingMetricesFields](docs/BillingMetricesFields.md)
|
|
371
|
+
- [HyperstackApi.BillingMetricesResponse](docs/BillingMetricesResponse.md)
|
|
299
372
|
- [HyperstackApi.ClusterEvents](docs/ClusterEvents.md)
|
|
300
373
|
- [HyperstackApi.ClusterEventsFields](docs/ClusterEventsFields.md)
|
|
301
374
|
- [HyperstackApi.ClusterFields](docs/ClusterFields.md)
|
|
375
|
+
- [HyperstackApi.ClusterFlavorFields](docs/ClusterFlavorFields.md)
|
|
302
376
|
- [HyperstackApi.ClusterListResponse](docs/ClusterListResponse.md)
|
|
377
|
+
- [HyperstackApi.ClusterNodeFields](docs/ClusterNodeFields.md)
|
|
378
|
+
- [HyperstackApi.ClusterNodeGroupFields](docs/ClusterNodeGroupFields.md)
|
|
379
|
+
- [HyperstackApi.ClusterNodeGroupsCreateResponse](docs/ClusterNodeGroupsCreateResponse.md)
|
|
380
|
+
- [HyperstackApi.ClusterNodeGroupsGetResponse](docs/ClusterNodeGroupsGetResponse.md)
|
|
381
|
+
- [HyperstackApi.ClusterNodeGroupsListResponse](docs/ClusterNodeGroupsListResponse.md)
|
|
382
|
+
- [HyperstackApi.ClusterNodeInstanceFields](docs/ClusterNodeInstanceFields.md)
|
|
383
|
+
- [HyperstackApi.ClusterNodesListResponse](docs/ClusterNodesListResponse.md)
|
|
303
384
|
- [HyperstackApi.ClusterResponse](docs/ClusterResponse.md)
|
|
385
|
+
- [HyperstackApi.ClusterVersion](docs/ClusterVersion.md)
|
|
304
386
|
- [HyperstackApi.ClusterVersions](docs/ClusterVersions.md)
|
|
387
|
+
- [HyperstackApi.Colors](docs/Colors.md)
|
|
305
388
|
- [HyperstackApi.CommonResponseModel](docs/CommonResponseModel.md)
|
|
306
389
|
- [HyperstackApi.ComplianceFields](docs/ComplianceFields.md)
|
|
307
390
|
- [HyperstackApi.ComplianceModelFields](docs/ComplianceModelFields.md)
|
|
@@ -309,28 +392,16 @@ Class | Method | HTTP request | Description
|
|
|
309
392
|
- [HyperstackApi.ComplianceResponse](docs/ComplianceResponse.md)
|
|
310
393
|
- [HyperstackApi.ContainerOverviewFields](docs/ContainerOverviewFields.md)
|
|
311
394
|
- [HyperstackApi.Contract](docs/Contract.md)
|
|
312
|
-
- [HyperstackApi.ContractBillingHistory](docs/ContractBillingHistory.md)
|
|
313
|
-
- [HyperstackApi.ContractBillingHistoryResponseAttributes](docs/ContractBillingHistoryResponseAttributes.md)
|
|
314
|
-
- [HyperstackApi.ContractBillingHistoryResponseModel](docs/ContractBillingHistoryResponseModel.md)
|
|
315
|
-
- [HyperstackApi.ContractChangePayload](docs/ContractChangePayload.md)
|
|
316
395
|
- [HyperstackApi.ContractDiscountPlanFields](docs/ContractDiscountPlanFields.md)
|
|
317
|
-
- [HyperstackApi.ContractEligibleInstanceFields](docs/ContractEligibleInstanceFields.md)
|
|
318
|
-
- [HyperstackApi.ContractEligibleInstancesResponse](docs/ContractEligibleInstancesResponse.md)
|
|
319
|
-
- [HyperstackApi.ContractEventCreateModel](docs/ContractEventCreateModel.md)
|
|
320
396
|
- [HyperstackApi.ContractGPUAllocationGraphResponse](docs/ContractGPUAllocationGraphResponse.md)
|
|
321
397
|
- [HyperstackApi.ContractInstanceFields](docs/ContractInstanceFields.md)
|
|
322
398
|
- [HyperstackApi.ContractInstancesResponse](docs/ContractInstancesResponse.md)
|
|
323
|
-
- [HyperstackApi.
|
|
324
|
-
- [HyperstackApi.
|
|
399
|
+
- [HyperstackApi.CreateClusterNodeFields](docs/CreateClusterNodeFields.md)
|
|
400
|
+
- [HyperstackApi.CreateClusterNodeGroupPayload](docs/CreateClusterNodeGroupPayload.md)
|
|
325
401
|
- [HyperstackApi.CreateClusterPayload](docs/CreateClusterPayload.md)
|
|
326
|
-
- [HyperstackApi.CreateContractFields](docs/CreateContractFields.md)
|
|
327
|
-
- [HyperstackApi.CreateContractPayload](docs/CreateContractPayload.md)
|
|
328
|
-
- [HyperstackApi.CreateDiscountResponse](docs/CreateDiscountResponse.md)
|
|
329
|
-
- [HyperstackApi.CreateDiscountsPayload](docs/CreateDiscountsPayload.md)
|
|
330
402
|
- [HyperstackApi.CreateEnvironment](docs/CreateEnvironment.md)
|
|
331
403
|
- [HyperstackApi.CreateFirewallPayload](docs/CreateFirewallPayload.md)
|
|
332
404
|
- [HyperstackApi.CreateFirewallRulePayload](docs/CreateFirewallRulePayload.md)
|
|
333
|
-
- [HyperstackApi.CreateGPU](docs/CreateGPU.md)
|
|
334
405
|
- [HyperstackApi.CreateImage](docs/CreateImage.md)
|
|
335
406
|
- [HyperstackApi.CreateImagePayload](docs/CreateImagePayload.md)
|
|
336
407
|
- [HyperstackApi.CreateInstancesPayload](docs/CreateInstancesPayload.md)
|
|
@@ -341,44 +412,25 @@ Class | Method | HTTP request | Description
|
|
|
341
412
|
- [HyperstackApi.CreateSnapshotPayload](docs/CreateSnapshotPayload.md)
|
|
342
413
|
- [HyperstackApi.CreateSnapshotResponse](docs/CreateSnapshotResponse.md)
|
|
343
414
|
- [HyperstackApi.CreateUpdateComplianceResponse](docs/CreateUpdateComplianceResponse.md)
|
|
344
|
-
- [HyperstackApi.CreateUpdatePermissionPayload](docs/CreateUpdatePermissionPayload.md)
|
|
345
|
-
- [HyperstackApi.CreateUpdatePermissionResponseModel](docs/CreateUpdatePermissionResponseModel.md)
|
|
346
|
-
- [HyperstackApi.CreateUpdatePolicyPayload](docs/CreateUpdatePolicyPayload.md)
|
|
347
|
-
- [HyperstackApi.CreateUpdatePolicyResponseModel](docs/CreateUpdatePolicyResponseModel.md)
|
|
348
415
|
- [HyperstackApi.CreateUpdateRbacRolePayload](docs/CreateUpdateRbacRolePayload.md)
|
|
349
416
|
- [HyperstackApi.CreateVolumePayload](docs/CreateVolumePayload.md)
|
|
350
|
-
- [HyperstackApi.Creditrechargelimitfield](docs/Creditrechargelimitfield.md)
|
|
351
|
-
- [HyperstackApi.Creditrechargelimitresponse](docs/Creditrechargelimitresponse.md)
|
|
352
|
-
- [HyperstackApi.Creditrequestresponse](docs/Creditrequestresponse.md)
|
|
353
|
-
- [HyperstackApi.Creditrequests](docs/Creditrequests.md)
|
|
354
417
|
- [HyperstackApi.CustomerContractDetailResponseModel](docs/CustomerContractDetailResponseModel.md)
|
|
355
418
|
- [HyperstackApi.CustomerContractFields](docs/CustomerContractFields.md)
|
|
356
|
-
- [HyperstackApi.CustomerFields](docs/CustomerFields.md)
|
|
357
|
-
- [HyperstackApi.CustomerPayload](docs/CustomerPayload.md)
|
|
358
419
|
- [HyperstackApi.DashboardInfoResponse](docs/DashboardInfoResponse.md)
|
|
359
|
-
- [HyperstackApi.
|
|
420
|
+
- [HyperstackApi.DataSynthesisBillingHistoryDetailsResponseSchema](docs/DataSynthesisBillingHistoryDetailsResponseSchema.md)
|
|
421
|
+
- [HyperstackApi.DeleteClusterNodesFields](docs/DeleteClusterNodesFields.md)
|
|
360
422
|
- [HyperstackApi.DeploymentFields](docs/DeploymentFields.md)
|
|
361
|
-
- [HyperstackApi.
|
|
423
|
+
- [HyperstackApi.DeploymentFieldsForStartDeployments](docs/DeploymentFieldsForStartDeployments.md)
|
|
362
424
|
- [HyperstackApi.Deployments](docs/Deployments.md)
|
|
363
425
|
- [HyperstackApi.DetachVolumes](docs/DetachVolumes.md)
|
|
364
426
|
- [HyperstackApi.DetachVolumesPayload](docs/DetachVolumesPayload.md)
|
|
365
|
-
- [HyperstackApi.
|
|
366
|
-
- [HyperstackApi.DiscountFields](docs/DiscountFields.md)
|
|
367
|
-
- [HyperstackApi.DiscountPlanFields](docs/DiscountPlanFields.md)
|
|
368
|
-
- [HyperstackApi.DiscountResourceFields](docs/DiscountResourceFields.md)
|
|
369
|
-
- [HyperstackApi.DiscountResourcePayload](docs/DiscountResourcePayload.md)
|
|
370
|
-
- [HyperstackApi.EditlabelofanexistingVMPayload](docs/EditlabelofanexistingVMPayload.md)
|
|
427
|
+
- [HyperstackApi.EditLabelOfAnExistingVMPayload](docs/EditLabelOfAnExistingVMPayload.md)
|
|
371
428
|
- [HyperstackApi.Environment](docs/Environment.md)
|
|
372
429
|
- [HyperstackApi.EnvironmentFeatures](docs/EnvironmentFeatures.md)
|
|
373
430
|
- [HyperstackApi.EnvironmentFields](docs/EnvironmentFields.md)
|
|
374
|
-
- [HyperstackApi.
|
|
431
|
+
- [HyperstackApi.EnvironmentFieldsForVolume](docs/EnvironmentFieldsForVolume.md)
|
|
375
432
|
- [HyperstackApi.Environments](docs/Environments.md)
|
|
376
433
|
- [HyperstackApi.ErrorResponseModel](docs/ErrorResponseModel.md)
|
|
377
|
-
- [HyperstackApi.ExcludeBillingPostPayload](docs/ExcludeBillingPostPayload.md)
|
|
378
|
-
- [HyperstackApi.ExcludeBillingPostResponse](docs/ExcludeBillingPostResponse.md)
|
|
379
|
-
- [HyperstackApi.ExportBillingDataRequest](docs/ExportBillingDataRequest.md)
|
|
380
|
-
- [HyperstackApi.ExportBillingDataResponse](docs/ExportBillingDataResponse.md)
|
|
381
|
-
- [HyperstackApi.FieldChange](docs/FieldChange.md)
|
|
382
434
|
- [HyperstackApi.FirewallAttachmentModel](docs/FirewallAttachmentModel.md)
|
|
383
435
|
- [HyperstackApi.FirewallAttachmentVMModel](docs/FirewallAttachmentVMModel.md)
|
|
384
436
|
- [HyperstackApi.FirewallDetailFields](docs/FirewallDetailFields.md)
|
|
@@ -390,55 +442,33 @@ Class | Method | HTTP request | Description
|
|
|
390
442
|
- [HyperstackApi.FirewallsListResponse](docs/FirewallsListResponse.md)
|
|
391
443
|
- [HyperstackApi.FlavorFields](docs/FlavorFields.md)
|
|
392
444
|
- [HyperstackApi.FlavorItemGetResponse](docs/FlavorItemGetResponse.md)
|
|
445
|
+
- [HyperstackApi.FlavorLabelFields](docs/FlavorLabelFields.md)
|
|
393
446
|
- [HyperstackApi.FlavorListResponse](docs/FlavorListResponse.md)
|
|
394
447
|
- [HyperstackApi.FlavorObjectFields](docs/FlavorObjectFields.md)
|
|
395
|
-
- [HyperstackApi.FlavorPayload](docs/FlavorPayload.md)
|
|
396
|
-
- [HyperstackApi.FlavorResponse](docs/FlavorResponse.md)
|
|
397
|
-
- [HyperstackApi.FlavorVMFields](docs/FlavorVMFields.md)
|
|
398
|
-
- [HyperstackApi.FlavorVMsResponse](docs/FlavorVMsResponse.md)
|
|
399
|
-
- [HyperstackApi.FutureNodeModel](docs/FutureNodeModel.md)
|
|
400
|
-
- [HyperstackApi.FutureNodeResponseModel](docs/FutureNodeResponseModel.md)
|
|
401
|
-
- [HyperstackApi.FutureNodeStockModel](docs/FutureNodeStockModel.md)
|
|
402
|
-
- [HyperstackApi.FutureNodeUpdateModel](docs/FutureNodeUpdateModel.md)
|
|
403
|
-
- [HyperstackApi.FutureNodesStockModel](docs/FutureNodesStockModel.md)
|
|
404
|
-
- [HyperstackApi.GPU](docs/GPU.md)
|
|
405
448
|
- [HyperstackApi.GPUFields](docs/GPUFields.md)
|
|
406
449
|
- [HyperstackApi.GPUList](docs/GPUList.md)
|
|
407
450
|
- [HyperstackApi.GPURegionFields](docs/GPURegionFields.md)
|
|
408
451
|
- [HyperstackApi.GenerateUpdateApiKeyPayload](docs/GenerateUpdateApiKeyPayload.md)
|
|
409
452
|
- [HyperstackApi.GenerateUpdateApiKeyResponseModel](docs/GenerateUpdateApiKeyResponseModel.md)
|
|
410
|
-
- [HyperstackApi.GetAllContractFields](docs/GetAllContractFields.md)
|
|
411
|
-
- [HyperstackApi.GetAllContractsResponseModel](docs/GetAllContractsResponseModel.md)
|
|
412
|
-
- [HyperstackApi.GetAllDiscountForAllOrganizationResponse](docs/GetAllDiscountForAllOrganizationResponse.md)
|
|
413
|
-
- [HyperstackApi.GetAllDiscountsFields](docs/GetAllDiscountsFields.md)
|
|
414
453
|
- [HyperstackApi.GetApiKeysResponseModel](docs/GetApiKeysResponseModel.md)
|
|
454
|
+
- [HyperstackApi.GetCreditAndThresholdInfo](docs/GetCreditAndThresholdInfo.md)
|
|
455
|
+
- [HyperstackApi.GetCreditAndThresholdInfoInResponse](docs/GetCreditAndThresholdInfoInResponse.md)
|
|
415
456
|
- [HyperstackApi.GetCustomerContractsListResponseModel](docs/GetCustomerContractsListResponseModel.md)
|
|
416
|
-
- [HyperstackApi.
|
|
417
|
-
- [HyperstackApi.GetDiscountResponse](docs/GetDiscountResponse.md)
|
|
418
|
-
- [HyperstackApi.GetEntityDiscountDetailResponse](docs/GetEntityDiscountDetailResponse.md)
|
|
457
|
+
- [HyperstackApi.GetInstanceLogsResponse](docs/GetInstanceLogsResponse.md)
|
|
419
458
|
- [HyperstackApi.GetInvitesResponseModel](docs/GetInvitesResponseModel.md)
|
|
420
459
|
- [HyperstackApi.GetOrganizationResponseModel](docs/GetOrganizationResponseModel.md)
|
|
421
460
|
- [HyperstackApi.GetPermissionsResponseModel](docs/GetPermissionsResponseModel.md)
|
|
422
461
|
- [HyperstackApi.GetPoliciesResponseModel](docs/GetPoliciesResponseModel.md)
|
|
423
462
|
- [HyperstackApi.GetRbacRolesResponseModel](docs/GetRbacRolesResponseModel.md)
|
|
424
|
-
- [HyperstackApi.GetTokenPayload](docs/GetTokenPayload.md)
|
|
425
463
|
- [HyperstackApi.GetUserPermissionsResponseModel](docs/GetUserPermissionsResponseModel.md)
|
|
426
|
-
- [HyperstackApi.GetVersionResponse](docs/GetVersionResponse.md)
|
|
427
|
-
- [HyperstackApi.Getcreditandthresholdinfo](docs/Getcreditandthresholdinfo.md)
|
|
428
|
-
- [HyperstackApi.Getcreditandthresholdinfoinresponse](docs/Getcreditandthresholdinfoinresponse.md)
|
|
429
464
|
- [HyperstackApi.GraphDatetimeValueModel](docs/GraphDatetimeValueModel.md)
|
|
430
|
-
- [HyperstackApi.HistoricalInstance](docs/HistoricalInstance.md)
|
|
431
|
-
- [HyperstackApi.HistoricalInstancesFields](docs/HistoricalInstancesFields.md)
|
|
432
465
|
- [HyperstackApi.Image](docs/Image.md)
|
|
433
466
|
- [HyperstackApi.ImageFields](docs/ImageFields.md)
|
|
434
467
|
- [HyperstackApi.ImageGetResponse](docs/ImageGetResponse.md)
|
|
435
|
-
- [HyperstackApi.ImageLogos](docs/ImageLogos.md)
|
|
436
468
|
- [HyperstackApi.Images](docs/Images.md)
|
|
437
469
|
- [HyperstackApi.ImportKeypairPayload](docs/ImportKeypairPayload.md)
|
|
438
470
|
- [HyperstackApi.ImportKeypairResponse](docs/ImportKeypairResponse.md)
|
|
439
|
-
- [HyperstackApi.InfrahubResourceObjectResponse](docs/InfrahubResourceObjectResponse.md)
|
|
440
471
|
- [HyperstackApi.InfrahubResourceObjectResponseForCustomer](docs/InfrahubResourceObjectResponseForCustomer.md)
|
|
441
|
-
- [HyperstackApi.InsertDiscountPlanFields](docs/InsertDiscountPlanFields.md)
|
|
442
472
|
- [HyperstackApi.Instance](docs/Instance.md)
|
|
443
473
|
- [HyperstackApi.InstanceEnvironmentFields](docs/InstanceEnvironmentFields.md)
|
|
444
474
|
- [HyperstackApi.InstanceEvents](docs/InstanceEvents.md)
|
|
@@ -450,56 +480,56 @@ Class | Method | HTTP request | Description
|
|
|
450
480
|
- [HyperstackApi.InstanceOverviewFields](docs/InstanceOverviewFields.md)
|
|
451
481
|
- [HyperstackApi.InstanceResizePayload](docs/InstanceResizePayload.md)
|
|
452
482
|
- [HyperstackApi.Instances](docs/Instances.md)
|
|
453
|
-
- [HyperstackApi.InstancesSummaryFields](docs/InstancesSummaryFields.md)
|
|
454
|
-
- [HyperstackApi.InternalEnvironmentFields](docs/InternalEnvironmentFields.md)
|
|
455
|
-
- [HyperstackApi.InternalInstanceFields](docs/InternalInstanceFields.md)
|
|
456
|
-
- [HyperstackApi.InternalInstanceFlavorFields](docs/InternalInstanceFlavorFields.md)
|
|
457
|
-
- [HyperstackApi.InternalInstanceImageFields](docs/InternalInstanceImageFields.md)
|
|
458
|
-
- [HyperstackApi.InternalInstanceKeypairFields](docs/InternalInstanceKeypairFields.md)
|
|
459
|
-
- [HyperstackApi.InternalInstancesResponse](docs/InternalInstancesResponse.md)
|
|
460
|
-
- [HyperstackApi.InternalSecurityRulesFieldsForInstance](docs/InternalSecurityRulesFieldsForInstance.md)
|
|
461
|
-
- [HyperstackApi.InternalVolumeAttachmentFields](docs/InternalVolumeAttachmentFields.md)
|
|
462
|
-
- [HyperstackApi.InternalVolumeFields](docs/InternalVolumeFields.md)
|
|
463
|
-
- [HyperstackApi.InternalVolumesResponse](docs/InternalVolumesResponse.md)
|
|
464
483
|
- [HyperstackApi.InviteFields](docs/InviteFields.md)
|
|
465
484
|
- [HyperstackApi.InviteUserPayload](docs/InviteUserPayload.md)
|
|
466
485
|
- [HyperstackApi.InviteUserResponseModel](docs/InviteUserResponseModel.md)
|
|
486
|
+
- [HyperstackApi.KeypairEnvironmentFeatures](docs/KeypairEnvironmentFeatures.md)
|
|
487
|
+
- [HyperstackApi.KeypairEnvironmentFields](docs/KeypairEnvironmentFields.md)
|
|
467
488
|
- [HyperstackApi.KeypairFields](docs/KeypairFields.md)
|
|
468
489
|
- [HyperstackApi.Keypairs](docs/Keypairs.md)
|
|
469
490
|
- [HyperstackApi.LableResonse](docs/LableResonse.md)
|
|
470
|
-
- [HyperstackApi.
|
|
471
|
-
- [HyperstackApi.
|
|
472
|
-
- [HyperstackApi.
|
|
473
|
-
- [HyperstackApi.
|
|
491
|
+
- [HyperstackApi.LastDayCostFields](docs/LastDayCostFields.md)
|
|
492
|
+
- [HyperstackApi.LastDayCostResponse](docs/LastDayCostResponse.md)
|
|
493
|
+
- [HyperstackApi.Logos](docs/Logos.md)
|
|
494
|
+
- [HyperstackApi.MFAStatusFields](docs/MFAStatusFields.md)
|
|
495
|
+
- [HyperstackApi.MFAStatusResponse](docs/MFAStatusResponse.md)
|
|
496
|
+
- [HyperstackApi.ManualReconciliationModel](docs/ManualReconciliationModel.md)
|
|
497
|
+
- [HyperstackApi.MasterFlavorsResponse](docs/MasterFlavorsResponse.md)
|
|
474
498
|
- [HyperstackApi.MetricItemFields](docs/MetricItemFields.md)
|
|
475
499
|
- [HyperstackApi.MetricsFields](docs/MetricsFields.md)
|
|
500
|
+
- [HyperstackApi.ModelEvaluationBillingHistoryDetailsResponseSchema](docs/ModelEvaluationBillingHistoryDetailsResponseSchema.md)
|
|
476
501
|
- [HyperstackApi.NameAvailableModel](docs/NameAvailableModel.md)
|
|
477
502
|
- [HyperstackApi.NewConfigurationsResponse](docs/NewConfigurationsResponse.md)
|
|
478
503
|
- [HyperstackApi.NewModelResponse](docs/NewModelResponse.md)
|
|
479
504
|
- [HyperstackApi.NewStockResponse](docs/NewStockResponse.md)
|
|
480
505
|
- [HyperstackApi.NewStockRetriveResponse](docs/NewStockRetriveResponse.md)
|
|
481
|
-
- [HyperstackApi.
|
|
482
|
-
- [HyperstackApi.
|
|
483
|
-
- [HyperstackApi.
|
|
484
|
-
- [HyperstackApi.
|
|
485
|
-
- [HyperstackApi.
|
|
486
|
-
- [HyperstackApi.
|
|
487
|
-
- [HyperstackApi.
|
|
488
|
-
- [HyperstackApi.
|
|
506
|
+
- [HyperstackApi.ObjectStorageAccessKeyCreateRequest](docs/ObjectStorageAccessKeyCreateRequest.md)
|
|
507
|
+
- [HyperstackApi.ObjectStorageAccessKeyCreateResponse](docs/ObjectStorageAccessKeyCreateResponse.md)
|
|
508
|
+
- [HyperstackApi.ObjectStorageAccessKeyListResponse](docs/ObjectStorageAccessKeyListResponse.md)
|
|
509
|
+
- [HyperstackApi.ObjectStorageAccessKeyResponse](docs/ObjectStorageAccessKeyResponse.md)
|
|
510
|
+
- [HyperstackApi.ObjectStorageBucketListResponse](docs/ObjectStorageBucketListResponse.md)
|
|
511
|
+
- [HyperstackApi.ObjectStorageBucketResponse](docs/ObjectStorageBucketResponse.md)
|
|
512
|
+
- [HyperstackApi.ObjectStorageDeleteResponse](docs/ObjectStorageDeleteResponse.md)
|
|
513
|
+
- [HyperstackApi.ObjectStorageErrorResponse](docs/ObjectStorageErrorResponse.md)
|
|
514
|
+
- [HyperstackApi.ObjectStorageHealthResponse](docs/ObjectStorageHealthResponse.md)
|
|
515
|
+
- [HyperstackApi.ObjectStoragePaginationMeta](docs/ObjectStoragePaginationMeta.md)
|
|
516
|
+
- [HyperstackApi.ObjectStorageRegionListResponse](docs/ObjectStorageRegionListResponse.md)
|
|
517
|
+
- [HyperstackApi.ObjectStorageRegionResponse](docs/ObjectStorageRegionResponse.md)
|
|
518
|
+
- [HyperstackApi.ObjectStorageRegionsEnum](docs/ObjectStorageRegionsEnum.md)
|
|
489
519
|
- [HyperstackApi.OrganizationFields](docs/OrganizationFields.md)
|
|
490
520
|
- [HyperstackApi.OrganizationLevelBillingHistory](docs/OrganizationLevelBillingHistory.md)
|
|
491
521
|
- [HyperstackApi.OrganizationLevelBillingHistoryResources](docs/OrganizationLevelBillingHistoryResources.md)
|
|
492
522
|
- [HyperstackApi.OrganizationLevelBillingHistoryResponseAttributes](docs/OrganizationLevelBillingHistoryResponseAttributes.md)
|
|
493
523
|
- [HyperstackApi.OrganizationLevelBillingHistoryResponseMetrics](docs/OrganizationLevelBillingHistoryResponseMetrics.md)
|
|
494
524
|
- [HyperstackApi.OrganizationLevelBillingHistoryResponseModel](docs/OrganizationLevelBillingHistoryResponseModel.md)
|
|
495
|
-
- [HyperstackApi.
|
|
496
|
-
- [HyperstackApi.
|
|
525
|
+
- [HyperstackApi.OrganizationThresholdFields](docs/OrganizationThresholdFields.md)
|
|
526
|
+
- [HyperstackApi.OrganizationThresholdUpdateResponse](docs/OrganizationThresholdUpdateResponse.md)
|
|
527
|
+
- [HyperstackApi.OrganizationThresholdsResponse](docs/OrganizationThresholdsResponse.md)
|
|
497
528
|
- [HyperstackApi.OrganizationUserResponseModel](docs/OrganizationUserResponseModel.md)
|
|
498
|
-
- [HyperstackApi.Organizationcreditrechargelimitresponse](docs/Organizationcreditrechargelimitresponse.md)
|
|
499
|
-
- [HyperstackApi.Organizationthresholdsresponse](docs/Organizationthresholdsresponse.md)
|
|
500
|
-
- [HyperstackApi.Organizationthresholdupdateresponse](docs/Organizationthresholdupdateresponse.md)
|
|
501
529
|
- [HyperstackApi.OverviewInfo](docs/OverviewInfo.md)
|
|
530
|
+
- [HyperstackApi.Pagination](docs/Pagination.md)
|
|
502
531
|
- [HyperstackApi.PaginationData](docs/PaginationData.md)
|
|
532
|
+
- [HyperstackApi.PartnerConfig](docs/PartnerConfig.md)
|
|
503
533
|
- [HyperstackApi.PaymentDetailsFields](docs/PaymentDetailsFields.md)
|
|
504
534
|
- [HyperstackApi.PaymentDetailsResponse](docs/PaymentDetailsResponse.md)
|
|
505
535
|
- [HyperstackApi.PaymentInitiateFields](docs/PaymentInitiateFields.md)
|
|
@@ -508,10 +538,9 @@ Class | Method | HTTP request | Description
|
|
|
508
538
|
- [HyperstackApi.PermissionFields](docs/PermissionFields.md)
|
|
509
539
|
- [HyperstackApi.PolicyFields](docs/PolicyFields.md)
|
|
510
540
|
- [HyperstackApi.PolicyPermissionFields](docs/PolicyPermissionFields.md)
|
|
511
|
-
- [HyperstackApi.PowerUsageModel](docs/PowerUsageModel.md)
|
|
512
541
|
- [HyperstackApi.PricebookModel](docs/PricebookModel.md)
|
|
513
|
-
- [HyperstackApi.PricebookResourceObjectResponse](docs/PricebookResourceObjectResponse.md)
|
|
514
542
|
- [HyperstackApi.PricebookResourceObjectResponseForCustomer](docs/PricebookResourceObjectResponseForCustomer.md)
|
|
543
|
+
- [HyperstackApi.PrimaryColor](docs/PrimaryColor.md)
|
|
515
544
|
- [HyperstackApi.ProfileFields](docs/ProfileFields.md)
|
|
516
545
|
- [HyperstackApi.ProfileListResponse](docs/ProfileListResponse.md)
|
|
517
546
|
- [HyperstackApi.ProfileObjectFields](docs/ProfileObjectFields.md)
|
|
@@ -519,17 +548,18 @@ Class | Method | HTTP request | Description
|
|
|
519
548
|
- [HyperstackApi.RbacRoleDetailResponseModelFixed](docs/RbacRoleDetailResponseModelFixed.md)
|
|
520
549
|
- [HyperstackApi.RbacRoleField](docs/RbacRoleField.md)
|
|
521
550
|
- [HyperstackApi.RbacRoleFields](docs/RbacRoleFields.md)
|
|
522
|
-
- [HyperstackApi.
|
|
551
|
+
- [HyperstackApi.RedeemVoucherPayload](docs/RedeemVoucherPayload.md)
|
|
523
552
|
- [HyperstackApi.RegionFields](docs/RegionFields.md)
|
|
524
|
-
- [HyperstackApi.RegionPayload](docs/RegionPayload.md)
|
|
525
|
-
- [HyperstackApi.RegionResponse](docs/RegionResponse.md)
|
|
526
553
|
- [HyperstackApi.Regions](docs/Regions.md)
|
|
527
554
|
- [HyperstackApi.RemoveMemberFromOrganizationResponseModel](docs/RemoveMemberFromOrganizationResponseModel.md)
|
|
528
555
|
- [HyperstackApi.RemoveMemberPayload](docs/RemoveMemberPayload.md)
|
|
529
556
|
- [HyperstackApi.RequestConsole](docs/RequestConsole.md)
|
|
557
|
+
- [HyperstackApi.RequestInstanceLogsPayload](docs/RequestInstanceLogsPayload.md)
|
|
558
|
+
- [HyperstackApi.RequestInstanceLogsResponse](docs/RequestInstanceLogsResponse.md)
|
|
530
559
|
- [HyperstackApi.ResourceBillingEventsHistoryMetrics](docs/ResourceBillingEventsHistoryMetrics.md)
|
|
531
560
|
- [HyperstackApi.ResourceBillingEventsHistoryResponse](docs/ResourceBillingEventsHistoryResponse.md)
|
|
532
561
|
- [HyperstackApi.ResourceBillingResponseForCustomer](docs/ResourceBillingResponseForCustomer.md)
|
|
562
|
+
- [HyperstackApi.ResourceLevelBillingBucketDetailsResources](docs/ResourceLevelBillingBucketDetailsResources.md)
|
|
533
563
|
- [HyperstackApi.ResourceLevelBillingDetailsAttributes](docs/ResourceLevelBillingDetailsAttributes.md)
|
|
534
564
|
- [HyperstackApi.ResourceLevelBillingDetailsMetrics](docs/ResourceLevelBillingDetailsMetrics.md)
|
|
535
565
|
- [HyperstackApi.ResourceLevelBillingDetailsVM](docs/ResourceLevelBillingDetailsVM.md)
|
|
@@ -538,12 +568,19 @@ Class | Method | HTTP request | Description
|
|
|
538
568
|
- [HyperstackApi.ResourceLevelBillingDetailsVolumeMetrics](docs/ResourceLevelBillingDetailsVolumeMetrics.md)
|
|
539
569
|
- [HyperstackApi.ResourceLevelBillingHistory](docs/ResourceLevelBillingHistory.md)
|
|
540
570
|
- [HyperstackApi.ResourceLevelBillingHistoryResources](docs/ResourceLevelBillingHistoryResources.md)
|
|
571
|
+
- [HyperstackApi.ResourceLevelBillingHistoryResourcesCluster](docs/ResourceLevelBillingHistoryResourcesCluster.md)
|
|
541
572
|
- [HyperstackApi.ResourceLevelBillingHistoryResponseAttributes](docs/ResourceLevelBillingHistoryResponseAttributes.md)
|
|
542
573
|
- [HyperstackApi.ResourceLevelBillingHistoryResponseMetrics](docs/ResourceLevelBillingHistoryResponseMetrics.md)
|
|
543
574
|
- [HyperstackApi.ResourceLevelBillingVMDetailsResources](docs/ResourceLevelBillingVMDetailsResources.md)
|
|
544
575
|
- [HyperstackApi.ResourceLevelBillingVolumeDetailsResources](docs/ResourceLevelBillingVolumeDetailsResources.md)
|
|
576
|
+
- [HyperstackApi.ResourceLevelBucketBillingDetailsResponseModel](docs/ResourceLevelBucketBillingDetailsResponseModel.md)
|
|
577
|
+
- [HyperstackApi.ResourceLevelBucketBillingHistoryResponseModel](docs/ResourceLevelBucketBillingHistoryResponseModel.md)
|
|
578
|
+
- [HyperstackApi.ResourceLevelClusterBillingDetailsResponseModel](docs/ResourceLevelClusterBillingDetailsResponseModel.md)
|
|
579
|
+
- [HyperstackApi.ResourceLevelClusterBillingHistoryResponseModel](docs/ResourceLevelClusterBillingHistoryResponseModel.md)
|
|
580
|
+
- [HyperstackApi.ResourceLevelClusterGraphBillingDetailsResponseModel](docs/ResourceLevelClusterGraphBillingDetailsResponseModel.md)
|
|
545
581
|
- [HyperstackApi.ResourceLevelGraphBillingDetailVolume](docs/ResourceLevelGraphBillingDetailVolume.md)
|
|
546
582
|
- [HyperstackApi.ResourceLevelGraphBillingDetailsAttributes](docs/ResourceLevelGraphBillingDetailsAttributes.md)
|
|
583
|
+
- [HyperstackApi.ResourceLevelGraphBillingDetailsBucket](docs/ResourceLevelGraphBillingDetailsBucket.md)
|
|
547
584
|
- [HyperstackApi.ResourceLevelGraphBillingDetailsMetrics](docs/ResourceLevelGraphBillingDetailsMetrics.md)
|
|
548
585
|
- [HyperstackApi.ResourceLevelGraphBillingDetailsVM](docs/ResourceLevelGraphBillingDetailsVM.md)
|
|
549
586
|
- [HyperstackApi.ResourceLevelGraphBillingVMDetailsResources](docs/ResourceLevelGraphBillingVMDetailsResources.md)
|
|
@@ -558,12 +595,12 @@ Class | Method | HTTP request | Description
|
|
|
558
595
|
- [HyperstackApi.ResponseModel](docs/ResponseModel.md)
|
|
559
596
|
- [HyperstackApi.RolePermissionFields](docs/RolePermissionFields.md)
|
|
560
597
|
- [HyperstackApi.RolePolicyFields](docs/RolePolicyFields.md)
|
|
598
|
+
- [HyperstackApi.SecondaryColor](docs/SecondaryColor.md)
|
|
561
599
|
- [HyperstackApi.SecurityGroupRule](docs/SecurityGroupRule.md)
|
|
562
600
|
- [HyperstackApi.SecurityGroupRuleFields](docs/SecurityGroupRuleFields.md)
|
|
563
|
-
- [HyperstackApi.
|
|
601
|
+
- [HyperstackApi.SecurityRulesFieldsForInstance](docs/SecurityRulesFieldsForInstance.md)
|
|
564
602
|
- [HyperstackApi.SecurityRulesProtocolFields](docs/SecurityRulesProtocolFields.md)
|
|
565
|
-
- [HyperstackApi.
|
|
566
|
-
- [HyperstackApi.SingleVisibilityUserResponse](docs/SingleVisibilityUserResponse.md)
|
|
603
|
+
- [HyperstackApi.ServerlessInferencedBillingHistoryDetailsResponseSchema](docs/ServerlessInferencedBillingHistoryDetailsResponseSchema.md)
|
|
567
604
|
- [HyperstackApi.SnapshotFields](docs/SnapshotFields.md)
|
|
568
605
|
- [HyperstackApi.SnapshotRestoreRequest](docs/SnapshotRestoreRequest.md)
|
|
569
606
|
- [HyperstackApi.SnapshotRetrieve](docs/SnapshotRetrieve.md)
|
|
@@ -571,66 +608,52 @@ Class | Method | HTTP request | Description
|
|
|
571
608
|
- [HyperstackApi.Snapshots](docs/Snapshots.md)
|
|
572
609
|
- [HyperstackApi.StartDeployment](docs/StartDeployment.md)
|
|
573
610
|
- [HyperstackApi.StartDeploymentPayload](docs/StartDeploymentPayload.md)
|
|
574
|
-
- [HyperstackApi.StockVisibilityUserListResponse](docs/StockVisibilityUserListResponse.md)
|
|
575
|
-
- [HyperstackApi.StockVisibilityUserPayload](docs/StockVisibilityUserPayload.md)
|
|
576
611
|
- [HyperstackApi.SubResourceGraphBillingDetailsMetrics](docs/SubResourceGraphBillingDetailsMetrics.md)
|
|
577
612
|
- [HyperstackApi.SubResourcesCostsResponseModel](docs/SubResourcesCostsResponseModel.md)
|
|
578
613
|
- [HyperstackApi.SubResourcesGraphBillingHistoryFields](docs/SubResourcesGraphBillingHistoryFields.md)
|
|
579
614
|
- [HyperstackApi.SubResourcesGraphResponseModel](docs/SubResourcesGraphResponseModel.md)
|
|
580
|
-
- [HyperstackApi.
|
|
581
|
-
- [HyperstackApi.SuccessResponseModel](docs/SuccessResponseModel.md)
|
|
615
|
+
- [HyperstackApi.SubscribeOrUnsubscribeUpdatePayload](docs/SubscribeOrUnsubscribeUpdatePayload.md)
|
|
582
616
|
- [HyperstackApi.Template](docs/Template.md)
|
|
583
617
|
- [HyperstackApi.TemplateFields](docs/TemplateFields.md)
|
|
584
618
|
- [HyperstackApi.Templates](docs/Templates.md)
|
|
585
|
-
- [HyperstackApi.
|
|
586
|
-
- [HyperstackApi.
|
|
587
|
-
- [HyperstackApi.
|
|
588
|
-
- [HyperstackApi.UpdateDiscountsStatusPayload](docs/UpdateDiscountsStatusPayload.md)
|
|
619
|
+
- [HyperstackApi.TokenBasedBillingHistoryResponse](docs/TokenBasedBillingHistoryResponse.md)
|
|
620
|
+
- [HyperstackApi.URIs](docs/URIs.md)
|
|
621
|
+
- [HyperstackApi.UpdateClusterNodeGroupPayload](docs/UpdateClusterNodeGroupPayload.md)
|
|
589
622
|
- [HyperstackApi.UpdateEnvironment](docs/UpdateEnvironment.md)
|
|
590
|
-
- [HyperstackApi.UpdateGPU](docs/UpdateGPU.md)
|
|
591
623
|
- [HyperstackApi.UpdateKeypairName](docs/UpdateKeypairName.md)
|
|
592
|
-
- [HyperstackApi.
|
|
624
|
+
- [HyperstackApi.UpdateKeypairNameResponse](docs/UpdateKeypairNameResponse.md)
|
|
593
625
|
- [HyperstackApi.UpdateOrganizationPayload](docs/UpdateOrganizationPayload.md)
|
|
594
626
|
- [HyperstackApi.UpdateOrganizationResponseModel](docs/UpdateOrganizationResponseModel.md)
|
|
595
627
|
- [HyperstackApi.UpdateTemplate](docs/UpdateTemplate.md)
|
|
628
|
+
- [HyperstackApi.UpdateVolumeAttachmentPayload](docs/UpdateVolumeAttachmentPayload.md)
|
|
629
|
+
- [HyperstackApi.UpdateVolumePayload](docs/UpdateVolumePayload.md)
|
|
630
|
+
- [HyperstackApi.UpdateVolumeResponse](docs/UpdateVolumeResponse.md)
|
|
596
631
|
- [HyperstackApi.UserDefaultChoiceForUserFields](docs/UserDefaultChoiceForUserFields.md)
|
|
597
632
|
- [HyperstackApi.UserDefaultChoicesForUserResponse](docs/UserDefaultChoicesForUserResponse.md)
|
|
633
|
+
- [HyperstackApi.UserInfoPostPayload](docs/UserInfoPostPayload.md)
|
|
634
|
+
- [HyperstackApi.UserOrganizationsResponse](docs/UserOrganizationsResponse.md)
|
|
598
635
|
- [HyperstackApi.UserPermissionFields](docs/UserPermissionFields.md)
|
|
599
|
-
- [HyperstackApi.UserTransferPayload](docs/UserTransferPayload.md)
|
|
600
|
-
- [HyperstackApi.Userinfopostpayload](docs/Userinfopostpayload.md)
|
|
601
636
|
- [HyperstackApi.UsersInfoFields](docs/UsersInfoFields.md)
|
|
602
637
|
- [HyperstackApi.UsersInfoListResponse](docs/UsersInfoListResponse.md)
|
|
603
|
-
- [HyperstackApi.VMUsageRequestPayload](docs/VMUsageRequestPayload.md)
|
|
604
|
-
- [HyperstackApi.VMUsageResponse](docs/VMUsageResponse.md)
|
|
605
638
|
- [HyperstackApi.VNCURL](docs/VNCURL.md)
|
|
606
639
|
- [HyperstackApi.VNCURLFields](docs/VNCURLFields.md)
|
|
607
|
-
- [HyperstackApi.VerifyApiKeyPayload](docs/VerifyApiKeyPayload.md)
|
|
608
|
-
- [HyperstackApi.VerifyApiKeyResponseModel](docs/VerifyApiKeyResponseModel.md)
|
|
609
|
-
- [HyperstackApi.VirtualMachineUsage](docs/VirtualMachineUsage.md)
|
|
610
640
|
- [HyperstackApi.Volume](docs/Volume.md)
|
|
611
641
|
- [HyperstackApi.VolumeAttachmentFields](docs/VolumeAttachmentFields.md)
|
|
612
642
|
- [HyperstackApi.VolumeFields](docs/VolumeFields.md)
|
|
613
|
-
- [HyperstackApi.
|
|
643
|
+
- [HyperstackApi.VolumeFieldsForInstance](docs/VolumeFieldsForInstance.md)
|
|
614
644
|
- [HyperstackApi.VolumeOverviewFields](docs/VolumeOverviewFields.md)
|
|
615
|
-
- [HyperstackApi.VolumeStatusChangeFields](docs/VolumeStatusChangeFields.md)
|
|
616
645
|
- [HyperstackApi.VolumeTypes](docs/VolumeTypes.md)
|
|
617
646
|
- [HyperstackApi.Volumes](docs/Volumes.md)
|
|
618
|
-
- [HyperstackApi.
|
|
619
|
-
- [HyperstackApi.
|
|
620
|
-
- [HyperstackApi.
|
|
647
|
+
- [HyperstackApi.VolumesFields](docs/VolumesFields.md)
|
|
648
|
+
- [HyperstackApi.Voucher](docs/Voucher.md)
|
|
649
|
+
- [HyperstackApi.VoucherRedeemResponseSchema](docs/VoucherRedeemResponseSchema.md)
|
|
650
|
+
- [HyperstackApi.WorkloadBillingHistoryResponse](docs/WorkloadBillingHistoryResponse.md)
|
|
621
651
|
|
|
622
652
|
|
|
623
653
|
## Documentation for Authorization
|
|
624
654
|
|
|
625
655
|
|
|
626
656
|
Authentication schemes defined for the API:
|
|
627
|
-
### accessToken
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
- **Type**: API key
|
|
631
|
-
- **API key parameter name**: Authorization
|
|
632
|
-
- **Location**: HTTP header
|
|
633
|
-
|
|
634
657
|
### apiKey
|
|
635
658
|
|
|
636
659
|
|