Skip to content

Commit ef436b0

Browse files
authored
refreshing sdk for intersight version 5313 (#17)
1 parent 83367af commit ef436b0

File tree

6,123 files changed

+8793
-6177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,123 files changed

+8793
-6177
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
1111

1212
1. [ Installation ](#installation)
1313

14-
1.1. [ Requirements ](#requirements)
14+
1.1. [ Requirements ](#requirements)
1515

16-
1.2. [ Install ](#install)
16+
1.2. [ Install ](#install)
1717

1818
2. [ Authentication ](#authentication)
1919
3. [ Creating an Object ](#creating-an-object)
2020
4. [ Creating an Object from JSON ](#creating-an-object-from-json)
2121
5. [ Reading Objects ](#reading-an-object)
2222

23-
5.1. [ Reading Objects Using a Filter ](#reading-an-object-using-a-filter)
23+
5.1. [ Reading Objects Using a Filter ](#reading-an-object-using-a-filter)
2424

2525
6. [ Updating Objects ](#updating-an-object)
2626
7. [ Deleting Objects ](#deleting-an-object)
2727
8. [ Examples](#examples)
2828

29-
8.1. [ Example - Server Configuration ](#server-configuration)
29+
8.1. [ Example - Server Configuration ](#server-configuration)
3030

31-
8.2. [ Example - Firmware Upgrade ](#firmware-upgrade)
31+
8.2. [ Example - Firmware Upgrade ](#firmware-upgrade)
3232

33-
8.3. [ Example - OS Install ](#os-install)
33+
8.3. [ Example - OS Install ](#os-install)
3434

3535
9. [ Targets ](#targets)
3636

37-
9.1. [ Claiming a Target ](#claiming-a-target)
37+
9.1. [ Claiming a Target ](#claiming-a-target)
3838

39-
9.2. [ Unclaiming a Target ](#unclaiming-a-target)
39+
9.2. [ Unclaiming a Target ](#unclaiming-a-target)
4040

41-
9.3. [ Claiming an Appliance ](#claiming-an-appliance)
41+
9.3. [ Claiming an Appliance ](#claiming-an-appliance)
4242

4343
10. [ Triggering a Workflow ](#triggering-a-workflow)
4444
11. [ Monitoring a Workflow ](#monitoring-a-workflow)
@@ -237,7 +237,7 @@ Create a file data.json with the following content:
237237
"Enabled":true,
238238
"Name":"local_cdd"
239239
},
240-
{
240+
{
241241
"ClassId":"boot.LocalDisk",
242242
"ObjectType":"boot.LocalDisk",
243243
"Enabled":true,
@@ -557,7 +557,7 @@ Please refer [OS Install](https://github.com/cisco-intersight/intersight_python_
557557

558558
```python
559559
from intersight.api import asset_api
560-
from intersight.model.asset_target import AssetTarget
560+
from intersight.model.asset_device_claim import AssetDeviceClaim
561561
from pprint import pprint
562562
import intersight
563563

@@ -569,7 +569,7 @@ api_client = get_api_client(api_key, api_key_file)
569569
api_instance = asset_api.AssetApi(api_client)
570570

571571
# AssetTarget | The 'asset.Target' resource to create.
572-
asset_target = AssetTarget()
572+
asset_target = AssetDeviceClaim()
573573

574574
# setting claim_code and device_id
575575
asset_target.security_token = "2Nxxx-int"

intersight/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
66
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
77
8-
The version of the OpenAPI document: 1.0.9-5208
8+
The version of the OpenAPI document: 1.0.9-5313
99
1010
Generated by: https://openapi-generator.tech
1111
"""
1212

1313

14-
__version__ = "1.0.9.5208"
14+
__version__ = "1.0.9.5313"
1515

1616
# import ApiClient
1717
from intersight.api_client import ApiClient

intersight/api/aaa_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/access_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/adapter_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/appliance_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55

6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/asset_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/bios_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/boot_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

intersight/api/bulk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. # noqa: E501
55
6-
The version of the OpenAPI document: 1.0.9-5208
6+
The version of the OpenAPI document: 1.0.9-5313
77
88
Generated by: https://openapi-generator.tech
99
"""

0 commit comments

Comments
 (0)