Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated PR from intersight for new API/SDK changes - 1.0.9-228 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is Intersight REST API

This PowerShell module is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 0.1.0-559
- API version: 1.0.9-228
- SDK version:
- Build date: 2018-05-23T15:27:48.771-07:00
- Build date: 2018-10-09T11:24:49.820-07:00
- Build package: io.swagger.codegen.languages.PowerShellClientCodegen

<a name="frameworks-supported"></a>
Expand All @@ -22,6 +22,13 @@ This PowerShell module is automatically generated by the [Swagger Codegen](https
Run the following command to generate the DLL
- [Windows] `Build.ps1`

Then import module from the .\src\intersight folder:
```powershell
using intersight.IO.Swagger/API;
using intersight.Client;
using intersight.IO.Swagger/Model;
```

## Writing code using SDK
1. Import module from the .\src\intersight folder
```powershell
Expand Down
2 changes: 1 addition & 1 deletion Setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $Manifest = @{
Description = 'intersight - the PowerShell module for Intersight REST API'

RootModule = 'intersight.psm1'
Guid = '{F9A9EE92-1B6B-42FF-9AD1-6266196CA87C}' # Has to be static, otherwise each new build will be considered different module
Guid = '{395C7E6B-2A4E-48D7-B790-26D7601B038B}' # Has to be static, otherwise each new build will be considered different module

PowerShellVersion = '3.0'

Expand Down
530 changes: 483 additions & 47 deletions csharp/swaggerClient/README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions csharp/swaggerClient/intersight.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "intersight", "src\intersight\intersight.csproj", "{63668056-283E-4171-899E-A55452EB61B6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "intersight", "src\intersight\intersight.csproj", "{C8A5375C-3D25-4AB8-B824-8A9E2F3EC791}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63668056-283E-4171-899E-A55452EB61B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63668056-283E-4171-899E-A55452EB61B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63668056-283E-4171-899E-A55452EB61B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63668056-283E-4171-899E-A55452EB61B6}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A5375C-3D25-4AB8-B824-8A9E2F3EC791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A5375C-3D25-4AB8-B824-8A9E2F3EC791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A5375C-3D25-4AB8-B824-8A9E2F3EC791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A5375C-3D25-4AB8-B824-8A9E2F3EC791}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/AaaAuditRecordApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/AdapterExtEthInterfaceApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/AdapterHostEthInterfaceApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/AdapterHostFcInterfaceApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/AdapterHostIscsiInterfaceApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/AdapterUnitApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/AssetClusterMemberApi.cs

Large diffs are not rendered by default.

474 changes: 447 additions & 27 deletions csharp/swaggerClient/src/intersight/Api/AssetDeviceClaimApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/AssetDeviceConfigurationApi.cs

Large diffs are not rendered by default.

2,744 changes: 2,681 additions & 63 deletions csharp/swaggerClient/src/intersight/Api/AssetDeviceRegistrationApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/BiosPolicyApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/BiosUnitApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/BootPrecisionPolicyApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ComputeBladeApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ComputeBoardApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/ComputePhysicalSummaryApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ComputeRackUnitApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ComputeServerSettingApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/CondAlarmApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/CondHclStatusApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/CondHclStatusDetailApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/CondHclStatusJobApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/CryptEncryptionTokenApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/CvdDeploymentTaskApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/CvdTemplateApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/CvdValidationTaskApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/DeviceconnectorPolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/DeviceinfoSerialNumberInfoApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentChassisApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/EquipmentDeviceSummaryApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentFanApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentFanModuleApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentFexApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentIoCardApi.cs

Large diffs are not rendered by default.

3,364 changes: 3,364 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/EquipmentIoExpanderApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentLocatorLedApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentPsuApi.cs

Large diffs are not rendered by default.

3,364 changes: 3,364 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/EquipmentRackEnclosureApi.cs

Large diffs are not rendered by default.

3,364 changes: 3,364 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/EquipmentRackEnclosureSlotApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentSwitchCardApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EquipmentSystemIoControllerApi.cs

Large diffs are not rendered by default.

990 changes: 990 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/EquipmentTpmApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/EtherPhysicalPortApi.cs

Large diffs are not rendered by default.

688 changes: 619 additions & 69 deletions csharp/swaggerClient/src/intersight/Api/ExternalsiteAuthorizationApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/FaultInstanceApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/FcPhysicalPortApi.cs

Large diffs are not rendered by default.

230 changes: 213 additions & 17 deletions csharp/swaggerClient/src/intersight/Api/FeedbackFeedbackPostApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/FirmwareDistributableApi.cs

Large diffs are not rendered by default.

1,824 changes: 1,787 additions & 37 deletions csharp/swaggerClient/src/intersight/Api/FirmwareEulaApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/FirmwareRunningFirmwareApi.cs

Large diffs are not rendered by default.

2,068 changes: 2,021 additions & 47 deletions csharp/swaggerClient/src/intersight/Api/FirmwareUpgradeApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/FirmwareUpgradeStatusApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/GraphicsCardApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/GraphicsControllerApi.cs

Large diffs are not rendered by default.

230 changes: 213 additions & 17 deletions csharp/swaggerClient/src/intersight/Api/HclCompatibilityStatusApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HclDriverImageApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HclOperatingSystemApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HclOperatingSystemVendorApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/HclServiceStatusApi.cs

Large diffs are not rendered by default.

230 changes: 213 additions & 17 deletions csharp/swaggerClient/src/intersight/Api/HclSupportedDriverNameApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/HyperflexAlarmApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexAppCatalogApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexAutoSupportPolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/HyperflexClusterApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexClusterNetworkPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexClusterProfileApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexClusterStoragePolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/HyperflexConfigResultApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/HyperflexConfigResultEntryApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexExtFcStoragePolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexExtIscsiStoragePolicyApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexFeatureLimitExternalApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexFeatureLimitInternalApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexHxdpVersionApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexLocalCredentialPolicyApi.cs

Large diffs are not rendered by default.

2,008 changes: 2,008 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexNodeApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexNodeConfigPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexNodeProfileApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexProxySettingPolicyApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexServerFirmwareVersionApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/HyperflexServerModelApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexSysConfigPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexUcsmConfigPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/HyperflexVcenterConfigPolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IaasConnectorPackApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IaasDeviceStatusApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IaasLicenseInfoApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/IaasMostRunTasksApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IaasUcsdInfoApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/IaasUcsdManagedInfraApi.cs

Large diffs are not rendered by default.

3,318 changes: 3,271 additions & 47 deletions csharp/swaggerClient/src/intersight/Api/IamAccountApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamApiKeyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamDomainGroupApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamEndPointPrivilegeApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamEndPointRoleApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamEndPointUserApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamEndPointUserPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamEndPointUserRoleApi.cs

Large diffs are not rendered by default.

3,630 changes: 3,609 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamIdpApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamIdpReferenceApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamLdapGroupApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamLdapPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IamLdapProviderApi.cs

Large diffs are not rendered by default.

2,370 changes: 1,575 additions & 795 deletions csharp/swaggerClient/src/intersight/Api/IamPermissionApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamPrivilegeApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamPrivilegeSetApi.cs

Large diffs are not rendered by default.

3,630 changes: 3,609 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamQualifierApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamResourceLimitsApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamRoleApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/IamServiceProviderApi.cs

Large diffs are not rendered by default.

1,840 changes: 1,809 additions & 31 deletions csharp/swaggerClient/src/intersight/Api/IamSessionApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamSessionLimitsApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamSystemApi.cs

Large diffs are not rendered by default.

3,318 changes: 3,271 additions & 47 deletions csharp/swaggerClient/src/intersight/Api/IamUserApi.cs

Large diffs are not rendered by default.

3,630 changes: 3,609 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/IamUserGroupApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/IamUserPreferenceApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/InventoryDeviceInfoApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/InventoryDnMoBindingApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/InventoryGenericInventoryApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/InventoryGenericInventoryHolderApi.cs

Large diffs are not rendered by default.

230 changes: 213 additions & 17 deletions csharp/swaggerClient/src/intersight/Api/InventoryRequestApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/IpmioverlanPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/KvmPolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/LicenseAccountLicenseDataApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/LicenseCustomerOpApi.cs

Large diffs are not rendered by default.

2,728 changes: 2,659 additions & 69 deletions csharp/swaggerClient/src/intersight/Api/LicenseLicenseInfoApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/LicenseSmartlicenseTokenApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/LsServiceProfileApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ManagementControllerApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ManagementEntityApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ManagementInterfaceApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/MemoryArrayApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/MemoryUnitApi.cs

Large diffs are not rendered by default.

1,995 changes: 1,974 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/MetaDefinitionApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/NetworkElementApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/NetworkElementSummaryApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/NetworkconfigPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/NtpPolicyApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/OauthOauthUserApi.cs

Large diffs are not rendered by default.

990 changes: 990 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/PciDeviceApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/PortGroupApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/PortSubGroupApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/ProcessorUnitApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/ResourceGroupApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/SdcardPolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/SearchSearchItemApi.cs

Large diffs are not rendered by default.

230 changes: 213 additions & 17 deletions csharp/swaggerClient/src/intersight/Api/SearchSuggestItemApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/SearchTagItemApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/SecurityUnitApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/ServerConfigChangeDetailApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/ServerConfigResultApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/ServerConfigResultEntryApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/ServerProfileApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/SmtpPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/SnmpPolicyApi.cs

Large diffs are not rendered by default.

3,029 changes: 3,029 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/SoftwarerepositoryAuthorizationApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/SolPolicyApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/SshPolicyApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageControllerApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/StorageDiskGroupPolicyApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageEnclosureApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexFlashControllerApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexFlashControllerPropsApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexFlashPhysicalDriveApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexFlashVirtualDriveApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexUtilControllerApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexUtilPhysicalDriveApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageFlexUtilVirtualDriveApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StoragePhysicalDiskApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StoragePhysicalDiskExtensionApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StoragePhysicalDiskUsageApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageSasExpanderApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/StorageStoragePolicyApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageVdMemberEpApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/StorageVirtualDriveApi.cs

Large diffs are not rendered by default.

3,364 changes: 3,364 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/StorageVirtualDriveExtensionApi.cs

Large diffs are not rendered by default.

4,148 changes: 4,148 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/SyslogPolicyApi.cs

Large diffs are not rendered by default.

2,728 changes: 2,659 additions & 69 deletions csharp/swaggerClient/src/intersight/Api/TaskWorkflowActionApi.cs

Large diffs are not rendered by default.

527 changes: 527 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/TelemetryTimeSeriesApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/TerminalAuditLogApi.cs

Large diffs are not rendered by default.

2,728 changes: 2,659 additions & 69 deletions csharp/swaggerClient/src/intersight/Api/TestcryptAdministratorApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/TestcryptCredentialApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/TestcryptReadOnlyUserApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/TestcryptShadowCredentialApi.cs

Large diffs are not rendered by default.

2,500 changes: 2,447 additions & 53 deletions csharp/swaggerClient/src/intersight/Api/TopSystemApi.cs

Large diffs are not rendered by default.

2,972 changes: 2,893 additions & 79 deletions csharp/swaggerClient/src/intersight/Api/VmediaPolicyApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/WorkflowBuildTaskMetaApi.cs

Large diffs are not rendered by default.

2,114 changes: 2,114 additions & 0 deletions csharp/swaggerClient/src/intersight/Api/WorkflowBuildTaskMetaOwnerApi.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/WorkflowTaskInfoApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/WorkflowTaskMetaApi.cs

Large diffs are not rendered by default.

3,614 changes: 3,593 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/WorkflowWorkflowInfoApi.cs

Large diffs are not rendered by default.

1,596 changes: 1,575 additions & 21 deletions csharp/swaggerClient/src/intersight/Api/WorkflowWorkflowMetaApi.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion csharp/swaggerClient/src/intersight/Client/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion csharp/swaggerClient/src/intersight/Client/ApiException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion csharp/swaggerClient/src/intersight/Client/ApiResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
4 changes: 2 additions & 2 deletions csharp/swaggerClient/src/intersight/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down Expand Up @@ -325,7 +325,7 @@ public static String ToDebugReport()
.GetExecutingAssembly()
.GetReferencedAssemblies()
.Where(x => x.Name == "System.Core").First().Version.ToString() + "\n";
report += " Version of the API: 0.1.0-559\n";
report += " Version of the API: 1.0.9-228\n";
report += " SDK Package Version: 1.0.0\n";

return report;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion csharp/swaggerClient/src/intersight/Client/IApiAccessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
46 changes: 40 additions & 6 deletions csharp/swaggerClient/src/intersight/Client/IntersightApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Security;
using System.Web.Script.Serialization;
using System.ComponentModel;
using System.Runtime.InteropServices;
using RestSharp;
Expand Down Expand Up @@ -410,7 +409,6 @@ public override Object CallApi(
Dictionary<String, FileParameter> fileParams, Dictionary<String, String> pathParams,
String contentType)
{


foreach (var x in pathParams)
{
Expand All @@ -419,7 +417,6 @@ public override Object CallApi(

headerParams.Clear();
prepare_auth_header(path, method, postBody, queryParams);

headerParams.Add("Content-Type", "application/json");
headerParams.Add("Accept", "application/json");

Expand All @@ -437,7 +434,44 @@ public override Object CallApi(
string value = x.Value;
}

return base.CallApi(path, method, queryParams, postBody, headerParams, formParams, fileParams, pathParams, contentType);
Object response = base.CallApi(path, method, queryParams, postBody, headerParams, formParams, fileParams, pathParams, contentType);

try {
IRestResponse localVarResponse = (IRestResponse)response;
int localVarStatusCode = (int)localVarResponse.StatusCode;
if (localVarStatusCode != 200)
{
Console.WriteLine("Status : " + localVarResponse.StatusDescription);
Console.WriteLine("Status Code: " + localVarStatusCode);
foreach (var list in localVarResponse.Headers)
{
string property = list.ToString();
if (property.StartsWith("X-Starship-TraceId"))
{
Console.WriteLine("TraceId : " + property.Split('=')[1]);
}
else if (property.StartsWith("WWW-Authenticate"))
{
string[] fields = property.Split(new string[] { ", " }, StringSplitOptions.None);
foreach (var str in fields)
{
if (str.StartsWith("errorMessageId="))
{
Console.WriteLine("Error Message ID : " + str.Split('=')[1]);
}
else if (str.StartsWith("errorMessage="))
{
Console.WriteLine("Error Message : " + str.Split('=')[1]);
}
}
}
}
}
} catch (Exception ex)
{
Console.WriteLine("Internal error occured while parsing the response : "+ex.ToString());
}
return response;
}

public byte[] get_sha256_digest(string data)
Expand Down Expand Up @@ -571,12 +605,12 @@ public void prepare_auth_header(string resource_path, RestSharp.Method method, O
Configuration.AddDefaultHeader("Digest", string.Format("SHA-256={0}", Convert.ToBase64String(body_digest)));
Configuration.AddDefaultHeader("Authorization", string.Format("{0}", (auth_header)));



ServicePointManager.ServerCertificateValidationCallback = new
RemoteCertificateValidationCallback(
delegate { return true; }
);
}
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down Expand Up @@ -37,19 +37,21 @@ public partial class AaaAbstractAuditRecord : IEquatable<AaaAbstractAuditRecord
/// <param name="Moid">A unique identifier of this Managed Object instance. .</param>
/// <param name="Owners">An array of owners which represent effective ownership of this object. .</param>
/// <param name="Parent">The direct ancestor of this managed object in the containment hierarchy. .</param>
/// <param name="Tags">An array of tags, which allow to add key, value meta-data to managed objects. .</param>
/// <param name="Tags">An array of tags, which allow to add key, value meta-data to managed objects. .</param>
/// <param name="VersionContext">The versioning info for this managed object .</param>
/// <param name="_Event">The operation that has been done by the user, such as Create, Modify plus affected Managed Object type .</param>
/// <param name="MoType">The type of the modifed object .</param>
/// <param name="ObjectMoid">The moid of the modified object .</param>
/// <param name="Request">The configuration changes made by the user, it is a JSON format document with properties and desired value. .</param>
/// <param name="TraceId">The trace id of the transaction. .</param>
public AaaAbstractAuditRecord(List<MoBaseMoRef> Ancestors = default(List<MoBaseMoRef>), string Moid = default(string), List<string> Owners = default(List<string>), MoBaseMoRef Parent = default(MoBaseMoRef), List<MoTag> Tags = default(List<MoTag>), string _Event = default(string), string MoType = default(string), string ObjectMoid = default(string), Object Request = default(Object), string TraceId = default(string))
public AaaAbstractAuditRecord(List<MoBaseMoRef> Ancestors = default(List<MoBaseMoRef>), string Moid = default(string), List<string> Owners = default(List<string>), MoBaseMoRef Parent = default(MoBaseMoRef), List<MoTag> Tags = default(List<MoTag>), MoVersionContext VersionContext = default(MoVersionContext), string _Event = default(string), string MoType = default(string), string ObjectMoid = default(string), Object Request = default(Object), string TraceId = default(string))
{
this.Ancestors = Ancestors;
this.Moid = Moid;
this.Owners = Owners;
this.Parent = Parent;
this.Tags = Tags;
this.VersionContext = VersionContext;
this._Event = _Event;
this.MoType = MoType;
this.ObjectMoid = ObjectMoid;
Expand Down Expand Up @@ -114,12 +116,19 @@ public partial class AaaAbstractAuditRecord : IEquatable<AaaAbstractAuditRecord
public MoBaseMoRef Parent { get; set; }

/// <summary>
/// An array of tags, which allow to add key, value meta-data to managed objects.
/// An array of tags, which allow to add key, value meta-data to managed objects.
/// </summary>
/// <value>An array of tags, which allow to add key, value meta-data to managed objects. </value>
/// <value>An array of tags, which allow to add key, value meta-data to managed objects. </value>
[DataMember(Name="Tags", EmitDefaultValue=false)]
public List<MoTag> Tags { get; set; }

/// <summary>
/// The versioning info for this managed object
/// </summary>
/// <value>The versioning info for this managed object </value>
[DataMember(Name="VersionContext", EmitDefaultValue=false)]
public MoVersionContext VersionContext { get; set; }

/// <summary>
/// The operation that has been done by the user, such as Create, Modify plus affected Managed Object type
/// </summary>
Expand Down Expand Up @@ -172,6 +181,7 @@ public override string ToString()
sb.Append(" Owners: ").Append(Owners).Append("\n");
sb.Append(" Parent: ").Append(Parent).Append("\n");
sb.Append(" Tags: ").Append(Tags).Append("\n");
sb.Append(" VersionContext: ").Append(VersionContext).Append("\n");
sb.Append(" _Event: ").Append(_Event).Append("\n");
sb.Append(" MoType: ").Append(MoType).Append("\n");
sb.Append(" ObjectMoid: ").Append(ObjectMoid).Append("\n");
Expand Down Expand Up @@ -258,6 +268,11 @@ public bool Equals(AaaAbstractAuditRecord other)
this.Tags != null &&
this.Tags.SequenceEqual(other.Tags)
) &&
(
this.VersionContext == other.VersionContext ||
this.VersionContext != null &&
this.VersionContext.Equals(other.VersionContext)
) &&
(
this._Event == other._Event ||
this._Event != null &&
Expand Down Expand Up @@ -314,6 +329,8 @@ public override int GetHashCode()
hash = hash * 59 + this.Parent.GetHashCode();
if (this.Tags != null)
hash = hash * 59 + this.Tags.GetHashCode();
if (this.VersionContext != null)
hash = hash * 59 + this.VersionContext.GetHashCode();
if (this._Event != null)
hash = hash * 59 + this._Event.GetHashCode();
if (this.MoType != null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is Intersight REST API
*
* OpenAPI spec version: 0.1.0-559
* OpenAPI spec version: 1.0.9-228
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Loading