intersight.getAssetDeviceContractInformation
Explore with Pulumi AI
Contains information about the Cisco device identified by a unique identifier like serial number. It also contains information about warranty, contract status, validity of the device. In future this object could be expanded to store Case, RMA, device topology details. We observe new asset.DeviceRegisteration and use it as a trigger for creating an instance of this object. Currently the data is restricted to Cisco Standalone IMC servers and Fabric Interconnects. Support for more product lines will be added in future.
Using getAssetDeviceContractInformation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAssetDeviceContractInformation(args: GetAssetDeviceContractInformationArgs, opts?: InvokeOptions): Promise<GetAssetDeviceContractInformationResult>
function getAssetDeviceContractInformationOutput(args: GetAssetDeviceContractInformationOutputArgs, opts?: InvokeOptions): Output<GetAssetDeviceContractInformationResult>
def get_asset_device_contract_information(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetAssetDeviceContractInformationAncestor]] = None,
class_id: Optional[str] = None,
contract: Optional[GetAssetDeviceContractInformationContract] = None,
contract_status: Optional[str] = None,
contract_status_reason: Optional[str] = None,
contract_unavailable_retry_count: Optional[float] = None,
contract_updated_time: Optional[str] = None,
covered_product_line_end_date: Optional[str] = None,
create_time: Optional[str] = None,
device_id: Optional[str] = None,
device_type: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_customer: Optional[GetAssetDeviceContractInformationEndCustomer] = None,
end_user_global_ultimate: Optional[GetAssetDeviceContractInformationEndUserGlobalUltimate] = None,
id: Optional[str] = None,
is_valid: Optional[bool] = None,
item_type: Optional[str] = None,
last_date_of_support: Optional[str] = None,
maintenance_purchase_order_number: Optional[str] = None,
maintenance_sales_order_number: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
nr_source: Optional[GetAssetDeviceContractInformationNrSource] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetAssetDeviceContractInformationParent] = None,
permission_resources: Optional[Sequence[GetAssetDeviceContractInformationPermissionResource]] = None,
platform_type: Optional[str] = None,
product: Optional[GetAssetDeviceContractInformationProduct] = None,
purchase_order_number: Optional[str] = None,
registered_device: Optional[GetAssetDeviceContractInformationRegisteredDevice] = None,
reseller_global_ultimate: Optional[GetAssetDeviceContractInformationResellerGlobalUltimate] = None,
sales_order_number: Optional[str] = None,
service_description: Optional[str] = None,
service_end_date: Optional[str] = None,
service_level: Optional[str] = None,
service_sku: Optional[str] = None,
service_start_date: Optional[str] = None,
shared_scope: Optional[str] = None,
state_contract: Optional[str] = None,
tags: Optional[Sequence[GetAssetDeviceContractInformationTag]] = None,
version_context: Optional[GetAssetDeviceContractInformationVersionContext] = None,
warranty_end_date: Optional[str] = None,
warranty_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAssetDeviceContractInformationResult
def get_asset_device_contract_information_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceContractInformationAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
contract: Optional[pulumi.Input[GetAssetDeviceContractInformationContractArgs]] = None,
contract_status: Optional[pulumi.Input[str]] = None,
contract_status_reason: Optional[pulumi.Input[str]] = None,
contract_unavailable_retry_count: Optional[pulumi.Input[float]] = None,
contract_updated_time: Optional[pulumi.Input[str]] = None,
covered_product_line_end_date: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
device_id: Optional[pulumi.Input[str]] = None,
device_type: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
end_customer: Optional[pulumi.Input[GetAssetDeviceContractInformationEndCustomerArgs]] = None,
end_user_global_ultimate: Optional[pulumi.Input[GetAssetDeviceContractInformationEndUserGlobalUltimateArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
is_valid: Optional[pulumi.Input[bool]] = None,
item_type: Optional[pulumi.Input[str]] = None,
last_date_of_support: Optional[pulumi.Input[str]] = None,
maintenance_purchase_order_number: Optional[pulumi.Input[str]] = None,
maintenance_sales_order_number: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
nr_source: Optional[pulumi.Input[GetAssetDeviceContractInformationNrSourceArgs]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetAssetDeviceContractInformationParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceContractInformationPermissionResourceArgs]]]] = None,
platform_type: Optional[pulumi.Input[str]] = None,
product: Optional[pulumi.Input[GetAssetDeviceContractInformationProductArgs]] = None,
purchase_order_number: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetAssetDeviceContractInformationRegisteredDeviceArgs]] = None,
reseller_global_ultimate: Optional[pulumi.Input[GetAssetDeviceContractInformationResellerGlobalUltimateArgs]] = None,
sales_order_number: Optional[pulumi.Input[str]] = None,
service_description: Optional[pulumi.Input[str]] = None,
service_end_date: Optional[pulumi.Input[str]] = None,
service_level: Optional[pulumi.Input[str]] = None,
service_sku: Optional[pulumi.Input[str]] = None,
service_start_date: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
state_contract: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceContractInformationTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetAssetDeviceContractInformationVersionContextArgs]] = None,
warranty_end_date: Optional[pulumi.Input[str]] = None,
warranty_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAssetDeviceContractInformationResult]
func LookupAssetDeviceContractInformation(ctx *Context, args *LookupAssetDeviceContractInformationArgs, opts ...InvokeOption) (*LookupAssetDeviceContractInformationResult, error)
func LookupAssetDeviceContractInformationOutput(ctx *Context, args *LookupAssetDeviceContractInformationOutputArgs, opts ...InvokeOption) LookupAssetDeviceContractInformationResultOutput
> Note: This function is named LookupAssetDeviceContractInformation
in the Go SDK.
public static class GetAssetDeviceContractInformation
{
public static Task<GetAssetDeviceContractInformationResult> InvokeAsync(GetAssetDeviceContractInformationArgs args, InvokeOptions? opts = null)
public static Output<GetAssetDeviceContractInformationResult> Invoke(GetAssetDeviceContractInformationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAssetDeviceContractInformationResult> getAssetDeviceContractInformation(GetAssetDeviceContractInformationArgs args, InvokeOptions options)
public static Output<GetAssetDeviceContractInformationResult> getAssetDeviceContractInformation(GetAssetDeviceContractInformationArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getAssetDeviceContractInformation:getAssetDeviceContractInformation
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Asset Device Contract Information Ancestor> - Class
Id string - Contract
Get
Asset Device Contract Information Contract - Contract
Status string - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - Contract
Status stringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - double
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- Contract
Updated stringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- Covered
Product stringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- Create
Time string - The time when this managed object was created.
- Device
Id string - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- Device
Type string - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Customer GetAsset Device Contract Information End Customer - End
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - Id string
- Is
Valid bool - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- Item
Type string - Item type of this specific Cisco device. example \ Chassis\ .
- Last
Date stringOf Support - The last date of hardware support for this device.
- Maintenance
Purchase stringOrder Number - Maintenance purchase order number for the Cisco device.
- Maintenance
Sales stringOrder Number - Maintenance sales order number for the Cisco device.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Source GetAsset Device Contract Information Nr Source - Object
Type string - Owners List<string>
- Parent
Get
Asset Device Contract Information Parent - Permission
Resources List<GetAsset Device Contract Information Permission Resource> - Platform
Type string - Product
Get
Asset Device Contract Information Product - Purchase
Order stringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- Registered
Device GetAsset Device Contract Information Registered Device - Reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - Sales
Order stringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- Service
Description string - The type of service contract that covers the Cisco device.
- Service
End stringDate - End date for the Cisco service contract that covers this Cisco device.
- Service
Level string - The type of service contract that covers the Cisco device.
- Service
Sku string - The SKU of the service contract that covers the Cisco device.
- Service
Start stringDate - Start date for the Cisco service contract that covers this Cisco device.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- State
Contract string - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - List<Get
Asset Device Contract Information Tag> - Version
Context GetAsset Device Contract Information Version Context - Warranty
End stringDate - End date for the warranty that covers the Cisco device.
- Warranty
Type string - Type of warranty that covers the Cisco device.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Asset Device Contract Information Ancestor - Class
Id string - Contract
Get
Asset Device Contract Information Contract - Contract
Status string - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - Contract
Status stringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - float64
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- Contract
Updated stringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- Covered
Product stringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- Create
Time string - The time when this managed object was created.
- Device
Id string - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- Device
Type string - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Customer GetAsset Device Contract Information End Customer - End
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - Id string
- Is
Valid bool - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- Item
Type string - Item type of this specific Cisco device. example \ Chassis\ .
- Last
Date stringOf Support - The last date of hardware support for this device.
- Maintenance
Purchase stringOrder Number - Maintenance purchase order number for the Cisco device.
- Maintenance
Sales stringOrder Number - Maintenance sales order number for the Cisco device.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Source GetAsset Device Contract Information Nr Source - Object
Type string - Owners []string
- Parent
Get
Asset Device Contract Information Parent - Permission
Resources []GetAsset Device Contract Information Permission Resource - Platform
Type string - Product
Get
Asset Device Contract Information Product - Purchase
Order stringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- Registered
Device GetAsset Device Contract Information Registered Device - Reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - Sales
Order stringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- Service
Description string - The type of service contract that covers the Cisco device.
- Service
End stringDate - End date for the Cisco service contract that covers this Cisco device.
- Service
Level string - The type of service contract that covers the Cisco device.
- Service
Sku string - The SKU of the service contract that covers the Cisco device.
- Service
Start stringDate - Start date for the Cisco service contract that covers this Cisco device.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- State
Contract string - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - []Get
Asset Device Contract Information Tag - Version
Context GetAsset Device Contract Information Version Context - Warranty
End stringDate - End date for the warranty that covers the Cisco device.
- Warranty
Type string - Type of warranty that covers the Cisco device.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Asset Device Contract Information Ancestor> - class
Id String - contract
Get
Asset Device Contract Information Contract - contract
Status String - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract
Status StringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - Double
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract
Updated StringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- covered
Product StringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create
Time String - The time when this managed object was created.
- device
Id String - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device
Type String - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Customer GetAsset Device Contract Information End Customer - end
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - id String
- is
Valid Boolean - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item
Type String - Item type of this specific Cisco device. example \ Chassis\ .
- last
Date StringOf Support - The last date of hardware support for this device.
- maintenance
Purchase StringOrder Number - Maintenance purchase order number for the Cisco device.
- maintenance
Sales StringOrder Number - Maintenance sales order number for the Cisco device.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Source GetAsset Device Contract Information Nr Source - object
Type String - owners List<String>
- parent
Get
Asset Device Contract Information Parent - permission
Resources List<GetAsset Device Contract Information Permission Resource> - platform
Type String - product
Get
Asset Device Contract Information Product - purchase
Order StringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered
Device GetAsset Device Contract Information Registered Device - reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - sales
Order StringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service
Description String - The type of service contract that covers the Cisco device.
- service
End StringDate - End date for the Cisco service contract that covers this Cisco device.
- service
Level String - The type of service contract that covers the Cisco device.
- service
Sku String - The SKU of the service contract that covers the Cisco device.
- service
Start StringDate - Start date for the Cisco service contract that covers this Cisco device.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state
Contract String - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - List<Get
Asset Device Contract Information Tag> - version
Context GetAsset Device Contract Information Version Context - warranty
End StringDate - End date for the warranty that covers the Cisco device.
- warranty
Type String - Type of warranty that covers the Cisco device.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Asset Device Contract Information Ancestor[] - class
Id string - contract
Get
Asset Device Contract Information Contract - contract
Status string - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract
Status stringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - number
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract
Updated stringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- covered
Product stringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create
Time string - The time when this managed object was created.
- device
Id string - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device
Type string - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Customer GetAsset Device Contract Information End Customer - end
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - id string
- is
Valid boolean - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item
Type string - Item type of this specific Cisco device. example \ Chassis\ .
- last
Date stringOf Support - The last date of hardware support for this device.
- maintenance
Purchase stringOrder Number - Maintenance purchase order number for the Cisco device.
- maintenance
Sales stringOrder Number - Maintenance sales order number for the Cisco device.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Source GetAsset Device Contract Information Nr Source - object
Type string - owners string[]
- parent
Get
Asset Device Contract Information Parent - permission
Resources GetAsset Device Contract Information Permission Resource[] - platform
Type string - product
Get
Asset Device Contract Information Product - purchase
Order stringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered
Device GetAsset Device Contract Information Registered Device - reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - sales
Order stringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service
Description string - The type of service contract that covers the Cisco device.
- service
End stringDate - End date for the Cisco service contract that covers this Cisco device.
- service
Level string - The type of service contract that covers the Cisco device.
- service
Sku string - The SKU of the service contract that covers the Cisco device.
- service
Start stringDate - Start date for the Cisco service contract that covers this Cisco device.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state
Contract string - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - Get
Asset Device Contract Information Tag[] - version
Context GetAsset Device Contract Information Version Context - warranty
End stringDate - End date for the warranty that covers the Cisco device.
- warranty
Type string - Type of warranty that covers the Cisco device.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Asset Device Contract Information Ancestor] - class_
id str - contract
Get
Asset Device Contract Information Contract - contract_
status str - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract_
status_ strreason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - float
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract_
updated_ strtime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- covered_
product_ strline_ end_ date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create_
time str - The time when this managed object was created.
- device_
id str - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device_
type str - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- end_
customer GetAsset Device Contract Information End Customer - end_
user_ Getglobal_ ultimate Asset Device Contract Information End User Global Ultimate - id str
- is_
valid bool - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item_
type str - Item type of this specific Cisco device. example \ Chassis\ .
- last_
date_ strof_ support - The last date of hardware support for this device.
- maintenance_
purchase_ strorder_ number - Maintenance purchase order number for the Cisco device.
- maintenance_
sales_ strorder_ number - Maintenance sales order number for the Cisco device.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
source GetAsset Device Contract Information Nr Source - object_
type str - owners Sequence[str]
- parent
Get
Asset Device Contract Information Parent - permission_
resources Sequence[GetAsset Device Contract Information Permission Resource] - platform_
type str - product
Get
Asset Device Contract Information Product - purchase_
order_ strnumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered_
device GetAsset Device Contract Information Registered Device - reseller_
global_ Getultimate Asset Device Contract Information Reseller Global Ultimate - sales_
order_ strnumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service_
description str - The type of service contract that covers the Cisco device.
- service_
end_ strdate - End date for the Cisco service contract that covers this Cisco device.
- service_
level str - The type of service contract that covers the Cisco device.
- service_
sku str - The SKU of the service contract that covers the Cisco device.
- service_
start_ strdate - Start date for the Cisco service contract that covers this Cisco device.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state_
contract str - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - Sequence[Get
Asset Device Contract Information Tag] - version_
context GetAsset Device Contract Information Version Context - warranty_
end_ strdate - End date for the warranty that covers the Cisco device.
- warranty_
type str - Type of warranty that covers the Cisco device.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - contract Property Map
- contract
Status String - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract
Status StringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - Number
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract
Updated StringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- covered
Product StringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create
Time String - The time when this managed object was created.
- device
Id String - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device
Type String - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Customer Property Map - end
User Property MapGlobal Ultimate - id String
- is
Valid Boolean - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item
Type String - Item type of this specific Cisco device. example \ Chassis\ .
- last
Date StringOf Support - The last date of hardware support for this device.
- maintenance
Purchase StringOrder Number - Maintenance purchase order number for the Cisco device.
- maintenance
Sales StringOrder Number - Maintenance sales order number for the Cisco device.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Source Property Map - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platform
Type String - product Property Map
- purchase
Order StringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered
Device Property Map - reseller
Global Property MapUltimate - sales
Order StringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service
Description String - The type of service contract that covers the Cisco device.
- service
End StringDate - End date for the Cisco service contract that covers this Cisco device.
- service
Level String - The type of service contract that covers the Cisco device.
- service
Sku String - The SKU of the service contract that covers the Cisco device.
- service
Start StringDate - Start date for the Cisco service contract that covers this Cisco device.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state
Contract String - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - List<Property Map>
- version
Context Property Map - warranty
End StringDate - End date for the warranty that covers the Cisco device.
- warranty
Type String - Type of warranty that covers the Cisco device.
getAssetDeviceContractInformation Result
The following output properties are available:
- Id string
- Results
List<Get
Asset Device Contract Information Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Asset Device Contract Information Ancestor> - Class
Id string - Contract
Get
Asset Device Contract Information Contract - Contract
Status string - Contract
Status stringReason - double
- Contract
Updated stringTime - Covered
Product stringLine End Date - Create
Time string - Device
Id string - Device
Type string - Domain
Group stringMoid - End
Customer GetAsset Device Contract Information End Customer - End
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - Is
Valid bool - Item
Type string - Last
Date stringOf Support - Maintenance
Purchase stringOrder Number - Maintenance
Sales stringOrder Number - Mod
Time string - Moid string
- Nr
Source GetAsset Device Contract Information Nr Source - Object
Type string - Owners List<string>
- Parent
Get
Asset Device Contract Information Parent - Permission
Resources List<GetAsset Device Contract Information Permission Resource> - Platform
Type string - Product
Get
Asset Device Contract Information Product - Purchase
Order stringNumber - Registered
Device GetAsset Device Contract Information Registered Device - Reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - Sales
Order stringNumber - Service
Description string - Service
End stringDate - Service
Level string - Service
Sku string - Service
Start stringDate - string
- State
Contract string - List<Get
Asset Device Contract Information Tag> - Version
Context GetAsset Device Contract Information Version Context - Warranty
End stringDate - Warranty
Type string
- Id string
- Results
[]Get
Asset Device Contract Information Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Asset Device Contract Information Ancestor - Class
Id string - Contract
Get
Asset Device Contract Information Contract - Contract
Status string - Contract
Status stringReason - float64
- Contract
Updated stringTime - Covered
Product stringLine End Date - Create
Time string - Device
Id string - Device
Type string - Domain
Group stringMoid - End
Customer GetAsset Device Contract Information End Customer - End
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - Is
Valid bool - Item
Type string - Last
Date stringOf Support - Maintenance
Purchase stringOrder Number - Maintenance
Sales stringOrder Number - Mod
Time string - Moid string
- Nr
Source GetAsset Device Contract Information Nr Source - Object
Type string - Owners []string
- Parent
Get
Asset Device Contract Information Parent - Permission
Resources []GetAsset Device Contract Information Permission Resource - Platform
Type string - Product
Get
Asset Device Contract Information Product - Purchase
Order stringNumber - Registered
Device GetAsset Device Contract Information Registered Device - Reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - Sales
Order stringNumber - Service
Description string - Service
End stringDate - Service
Level string - Service
Sku string - Service
Start stringDate - string
- State
Contract string - []Get
Asset Device Contract Information Tag - Version
Context GetAsset Device Contract Information Version Context - Warranty
End stringDate - Warranty
Type string
- id String
- results
List<Get
Asset Device Contract Information Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Asset Device Contract Information Ancestor> - class
Id String - contract
Get
Asset Device Contract Information Contract - contract
Status String - contract
Status StringReason - Double
- contract
Updated StringTime - covered
Product StringLine End Date - create
Time String - device
Id String - device
Type String - domain
Group StringMoid - end
Customer GetAsset Device Contract Information End Customer - end
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - is
Valid Boolean - item
Type String - last
Date StringOf Support - maintenance
Purchase StringOrder Number - maintenance
Sales StringOrder Number - mod
Time String - moid String
- nr
Source GetAsset Device Contract Information Nr Source - object
Type String - owners List<String>
- parent
Get
Asset Device Contract Information Parent - permission
Resources List<GetAsset Device Contract Information Permission Resource> - platform
Type String - product
Get
Asset Device Contract Information Product - purchase
Order StringNumber - registered
Device GetAsset Device Contract Information Registered Device - reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - sales
Order StringNumber - service
Description String - service
End StringDate - service
Level String - service
Sku String - service
Start StringDate - String
- state
Contract String - List<Get
Asset Device Contract Information Tag> - version
Context GetAsset Device Contract Information Version Context - warranty
End StringDate - warranty
Type String
- id string
- results
Get
Asset Device Contract Information Result[] - account
Moid string - additional
Properties string - ancestors
Get
Asset Device Contract Information Ancestor[] - class
Id string - contract
Get
Asset Device Contract Information Contract - contract
Status string - contract
Status stringReason - number
- contract
Updated stringTime - covered
Product stringLine End Date - create
Time string - device
Id string - device
Type string - domain
Group stringMoid - end
Customer GetAsset Device Contract Information End Customer - end
User GetGlobal Ultimate Asset Device Contract Information End User Global Ultimate - is
Valid boolean - item
Type string - last
Date stringOf Support - maintenance
Purchase stringOrder Number - maintenance
Sales stringOrder Number - mod
Time string - moid string
- nr
Source GetAsset Device Contract Information Nr Source - object
Type string - owners string[]
- parent
Get
Asset Device Contract Information Parent - permission
Resources GetAsset Device Contract Information Permission Resource[] - platform
Type string - product
Get
Asset Device Contract Information Product - purchase
Order stringNumber - registered
Device GetAsset Device Contract Information Registered Device - reseller
Global GetUltimate Asset Device Contract Information Reseller Global Ultimate - sales
Order stringNumber - service
Description string - service
End stringDate - service
Level string - service
Sku string - service
Start stringDate - string
- state
Contract string - Get
Asset Device Contract Information Tag[] - version
Context GetAsset Device Contract Information Version Context - warranty
End stringDate - warranty
Type string
- id str
- results
Sequence[Get
Asset Device Contract Information Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Asset Device Contract Information Ancestor] - class_
id str - contract
Get
Asset Device Contract Information Contract - contract_
status str - contract_
status_ strreason - float
- contract_
updated_ strtime - covered_
product_ strline_ end_ date - create_
time str - device_
id str - device_
type str - domain_
group_ strmoid - end_
customer GetAsset Device Contract Information End Customer - end_
user_ Getglobal_ ultimate Asset Device Contract Information End User Global Ultimate - is_
valid bool - item_
type str - last_
date_ strof_ support - maintenance_
purchase_ strorder_ number - maintenance_
sales_ strorder_ number - mod_
time str - moid str
- nr_
source GetAsset Device Contract Information Nr Source - object_
type str - owners Sequence[str]
- parent
Get
Asset Device Contract Information Parent - permission_
resources Sequence[GetAsset Device Contract Information Permission Resource] - platform_
type str - product
Get
Asset Device Contract Information Product - purchase_
order_ strnumber - registered_
device GetAsset Device Contract Information Registered Device - reseller_
global_ Getultimate Asset Device Contract Information Reseller Global Ultimate - sales_
order_ strnumber - service_
description str - service_
end_ strdate - service_
level str - service_
sku str - service_
start_ strdate - str
- state_
contract str - Sequence[Get
Asset Device Contract Information Tag] - version_
context GetAsset Device Contract Information Version Context - warranty_
end_ strdate - warranty_
type str
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - contract Property Map
- contract
Status String - contract
Status StringReason - Number
- contract
Updated StringTime - covered
Product StringLine End Date - create
Time String - device
Id String - device
Type String - domain
Group StringMoid - end
Customer Property Map - end
User Property MapGlobal Ultimate - is
Valid Boolean - item
Type String - last
Date StringOf Support - maintenance
Purchase StringOrder Number - maintenance
Sales StringOrder Number - mod
Time String - moid String
- nr
Source Property Map - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - platform
Type String - product Property Map
- purchase
Order StringNumber - registered
Device Property Map - reseller
Global Property MapUltimate - sales
Order StringNumber - service
Description String - service
End StringDate - service
Level String - service
Sku String - service
Start StringDate - String
- state
Contract String - List<Property Map>
- version
Context Property Map - warranty
End StringDate - warranty
Type String
Supporting Types
GetAssetDeviceContractInformationAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetAssetDeviceContractInformationContract
- Additional
Properties string - Bill
To GetAsset Device Contract Information Contract Bill To - BillTo address of listed for the contract.
- Bill
To GetGlobal Ultimate Asset Device Contract Information Contract Bill To Global Ultimate - BillToGlobalUltimate information listed in the contract.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Contract
Number string - Contract number for the Cisco support contract purchased for the Cisco device.
- Line
Status string - Contract status as per the Cisco Contract APIx.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Bill
To GetAsset Device Contract Information Contract Bill To - BillTo address of listed for the contract.
- Bill
To GetGlobal Ultimate Asset Device Contract Information Contract Bill To Global Ultimate - BillToGlobalUltimate information listed in the contract.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Contract
Number string - Contract number for the Cisco support contract purchased for the Cisco device.
- Line
Status string - Contract status as per the Cisco Contract APIx.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - bill
To GetAsset Device Contract Information Contract Bill To - BillTo address of listed for the contract.
- bill
To GetGlobal Ultimate Asset Device Contract Information Contract Bill To Global Ultimate - BillToGlobalUltimate information listed in the contract.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contract
Number String - Contract number for the Cisco support contract purchased for the Cisco device.
- line
Status String - Contract status as per the Cisco Contract APIx.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - bill
To GetAsset Device Contract Information Contract Bill To - BillTo address of listed for the contract.
- bill
To GetGlobal Ultimate Asset Device Contract Information Contract Bill To Global Ultimate - BillToGlobalUltimate information listed in the contract.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contract
Number string - Contract number for the Cisco support contract purchased for the Cisco device.
- line
Status string - Contract status as per the Cisco Contract APIx.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - bill_
to GetAsset Device Contract Information Contract Bill To - BillTo address of listed for the contract.
- bill_
to_ Getglobal_ ultimate Asset Device Contract Information Contract Bill To Global Ultimate - BillToGlobalUltimate information listed in the contract.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contract_
number str - Contract number for the Cisco support contract purchased for the Cisco device.
- line_
status str - Contract status as per the Cisco Contract APIx.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - bill
To Property Map - BillTo address of listed for the contract.
- bill
To Property MapGlobal Ultimate - BillToGlobalUltimate information listed in the contract.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- contract
Number String - Contract number for the Cisco support contract purchased for the Cisco device.
- line
Status String - Contract status as per the Cisco Contract APIx.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeviceContractInformationContractBillTo
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
- additional
Properties string - address1 string
- Address Line one of the address information. example "PO BOX 641570".
- address2 string
- Address Line two of the address information. example "Cisco Systems".
- address3 string
- Address Line three of the address information. example "Cisco Systems".
- city string
- City in which the address resides. example "San Jose".
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country string
- Country in which the address resides. example "US".
- county string
- County in which the address resides. example "Washington County".
- location string
- Location in which the address resides. example "14852".
- name string
- Name of the user whose address is being populated.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code string - Postal Code in which the address resides. example "95164-1570".
- province string
- Province in which the address resides. example "AB".
- state string
- State in which the address resides. example "CA".
- additional_
properties str - address1 str
- Address Line one of the address information. example "PO BOX 641570".
- address2 str
- Address Line two of the address information. example "Cisco Systems".
- address3 str
- Address Line three of the address information. example "Cisco Systems".
- city str
- City in which the address resides. example "San Jose".
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country str
- Country in which the address resides. example "US".
- county str
- County in which the address resides. example "Washington County".
- location str
- Location in which the address resides. example "14852".
- name str
- Name of the user whose address is being populated.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal_
code str - Postal Code in which the address resides. example "95164-1570".
- province str
- Province in which the address resides. example "AB".
- state str
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
GetAssetDeviceContractInformationContractBillToGlobalUltimate
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- ID of the user in BillToGlobal.
- Name string
- Name of the user in BillToGlobal.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- ID of the user in BillToGlobal.
- Name string
- Name of the user in BillToGlobal.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- ID of the user in BillToGlobal.
- name String
- Name of the user in BillToGlobal.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id string
- ID of the user in BillToGlobal.
- name string
- Name of the user in BillToGlobal.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id str
- ID of the user in BillToGlobal.
- name str
- Name of the user in BillToGlobal.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- ID of the user in BillToGlobal.
- name String
- Name of the user in BillToGlobal.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeviceContractInformationEndCustomer
- Additional
Properties string - Address
Get
Asset Device Contract Information End Customer Address - Address as per the information provided by the user.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- Unique identifier for an end customer. This identifier is allocated by Cisco.
- Name string
- Name as per the information provided by the user.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Address
Get
Asset Device Contract Information End Customer Address - Address as per the information provided by the user.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- Unique identifier for an end customer. This identifier is allocated by Cisco.
- Name string
- Name as per the information provided by the user.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - address
Get
Asset Device Contract Information End Customer Address - Address as per the information provided by the user.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- Unique identifier for an end customer. This identifier is allocated by Cisco.
- name String
- Name as per the information provided by the user.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - address
Get
Asset Device Contract Information End Customer Address - Address as per the information provided by the user.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id string
- Unique identifier for an end customer. This identifier is allocated by Cisco.
- name string
- Name as per the information provided by the user.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - address
Get
Asset Device Contract Information End Customer Address - Address as per the information provided by the user.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id str
- Unique identifier for an end customer. This identifier is allocated by Cisco.
- name str
- Name as per the information provided by the user.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - address Property Map
- Address as per the information provided by the user.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- Unique identifier for an end customer. This identifier is allocated by Cisco.
- name String
- Name as per the information provided by the user.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeviceContractInformationEndCustomerAddress
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
- additional
Properties string - address1 string
- Address Line one of the address information. example "PO BOX 641570".
- address2 string
- Address Line two of the address information. example "Cisco Systems".
- address3 string
- Address Line three of the address information. example "Cisco Systems".
- city string
- City in which the address resides. example "San Jose".
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country string
- Country in which the address resides. example "US".
- county string
- County in which the address resides. example "Washington County".
- location string
- Location in which the address resides. example "14852".
- name string
- Name of the user whose address is being populated.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code string - Postal Code in which the address resides. example "95164-1570".
- province string
- Province in which the address resides. example "AB".
- state string
- State in which the address resides. example "CA".
- additional_
properties str - address1 str
- Address Line one of the address information. example "PO BOX 641570".
- address2 str
- Address Line two of the address information. example "Cisco Systems".
- address3 str
- Address Line three of the address information. example "Cisco Systems".
- city str
- City in which the address resides. example "San Jose".
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country str
- Country in which the address resides. example "US".
- county str
- County in which the address resides. example "Washington County".
- location str
- Location in which the address resides. example "14852".
- name str
- Name of the user whose address is being populated.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal_
code str - Postal Code in which the address resides. example "95164-1570".
- province str
- Province in which the address resides. example "AB".
- state str
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
GetAssetDeviceContractInformationEndUserGlobalUltimate
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- ID of the user in BillToGlobal.
- Name string
- Name of the user in BillToGlobal.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- ID of the user in BillToGlobal.
- Name string
- Name of the user in BillToGlobal.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- ID of the user in BillToGlobal.
- name String
- Name of the user in BillToGlobal.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id string
- ID of the user in BillToGlobal.
- name string
- Name of the user in BillToGlobal.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id str
- ID of the user in BillToGlobal.
- name str
- Name of the user in BillToGlobal.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- ID of the user in BillToGlobal.
- name String
- Name of the user in BillToGlobal.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeviceContractInformationNrSource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetAssetDeviceContractInformationParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetAssetDeviceContractInformationPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetAssetDeviceContractInformationProduct
- Additional
Properties string - Bill
To GetAsset Device Contract Information Product Bill To - Billing address provided by customer while buying this Cisco product.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- Short description of the Cisco product that helps identify the product easily. example "DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC".
- Family string
- Family that the product belongs to. Example "UCSB".
- Group string
- Group that the product belongs to. It is one higher level categorization above family. example "Switch".
- Number string
- Product number that identifies the product. example PID. example "UCS-FI-6248UP-CH2".
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ship
To GetAsset Device Contract Information Product Ship To - Shipping address provided by customer while buying this Cisco product.
- Sub
Type string - Sub type of the product being specified. example "UCS 6200 SER".
- Additional
Properties string - Bill
To GetAsset Device Contract Information Product Bill To - Billing address provided by customer while buying this Cisco product.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- Short description of the Cisco product that helps identify the product easily. example "DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC".
- Family string
- Family that the product belongs to. Example "UCSB".
- Group string
- Group that the product belongs to. It is one higher level categorization above family. example "Switch".
- Number string
- Product number that identifies the product. example PID. example "UCS-FI-6248UP-CH2".
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ship
To GetAsset Device Contract Information Product Ship To - Shipping address provided by customer while buying this Cisco product.
- Sub
Type string - Sub type of the product being specified. example "UCS 6200 SER".
- additional
Properties String - bill
To GetAsset Device Contract Information Product Bill To - Billing address provided by customer while buying this Cisco product.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- Short description of the Cisco product that helps identify the product easily. example "DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC".
- family String
- Family that the product belongs to. Example "UCSB".
- group String
- Group that the product belongs to. It is one higher level categorization above family. example "Switch".
- number String
- Product number that identifies the product. example PID. example "UCS-FI-6248UP-CH2".
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ship
To GetAsset Device Contract Information Product Ship To - Shipping address provided by customer while buying this Cisco product.
- sub
Type String - Sub type of the product being specified. example "UCS 6200 SER".
- additional
Properties string - bill
To GetAsset Device Contract Information Product Bill To - Billing address provided by customer while buying this Cisco product.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description string
- Short description of the Cisco product that helps identify the product easily. example "DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC".
- family string
- Family that the product belongs to. Example "UCSB".
- group string
- Group that the product belongs to. It is one higher level categorization above family. example "Switch".
- number string
- Product number that identifies the product. example PID. example "UCS-FI-6248UP-CH2".
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ship
To GetAsset Device Contract Information Product Ship To - Shipping address provided by customer while buying this Cisco product.
- sub
Type string - Sub type of the product being specified. example "UCS 6200 SER".
- additional_
properties str - bill_
to GetAsset Device Contract Information Product Bill To - Billing address provided by customer while buying this Cisco product.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description str
- Short description of the Cisco product that helps identify the product easily. example "DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC".
- family str
- Family that the product belongs to. Example "UCSB".
- group str
- Group that the product belongs to. It is one higher level categorization above family. example "Switch".
- number str
- Product number that identifies the product. example PID. example "UCS-FI-6248UP-CH2".
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ship_
to GetAsset Device Contract Information Product Ship To - Shipping address provided by customer while buying this Cisco product.
- sub_
type str - Sub type of the product being specified. example "UCS 6200 SER".
- additional
Properties String - bill
To Property Map - Billing address provided by customer while buying this Cisco product.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- Short description of the Cisco product that helps identify the product easily. example "DISTI:UCS 6248UP 1RU Fabric Int/No PSU/32 UP/ 12p LIC".
- family String
- Family that the product belongs to. Example "UCSB".
- group String
- Group that the product belongs to. It is one higher level categorization above family. example "Switch".
- number String
- Product number that identifies the product. example PID. example "UCS-FI-6248UP-CH2".
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ship
To Property Map - Shipping address provided by customer while buying this Cisco product.
- sub
Type String - Sub type of the product being specified. example "UCS 6200 SER".
GetAssetDeviceContractInformationProductBillTo
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
- additional
Properties string - address1 string
- Address Line one of the address information. example "PO BOX 641570".
- address2 string
- Address Line two of the address information. example "Cisco Systems".
- address3 string
- Address Line three of the address information. example "Cisco Systems".
- city string
- City in which the address resides. example "San Jose".
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country string
- Country in which the address resides. example "US".
- county string
- County in which the address resides. example "Washington County".
- location string
- Location in which the address resides. example "14852".
- name string
- Name of the user whose address is being populated.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code string - Postal Code in which the address resides. example "95164-1570".
- province string
- Province in which the address resides. example "AB".
- state string
- State in which the address resides. example "CA".
- additional_
properties str - address1 str
- Address Line one of the address information. example "PO BOX 641570".
- address2 str
- Address Line two of the address information. example "Cisco Systems".
- address3 str
- Address Line three of the address information. example "Cisco Systems".
- city str
- City in which the address resides. example "San Jose".
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country str
- Country in which the address resides. example "US".
- county str
- County in which the address resides. example "Washington County".
- location str
- Location in which the address resides. example "14852".
- name str
- Name of the user whose address is being populated.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal_
code str - Postal Code in which the address resides. example "95164-1570".
- province str
- Province in which the address resides. example "AB".
- state str
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
GetAssetDeviceContractInformationProductShipTo
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- Additional
Properties string - Address1 string
- Address Line one of the address information. example "PO BOX 641570".
- Address2 string
- Address Line two of the address information. example "Cisco Systems".
- Address3 string
- Address Line three of the address information. example "Cisco Systems".
- City string
- City in which the address resides. example "San Jose".
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Country string
- Country in which the address resides. example "US".
- County string
- County in which the address resides. example "Washington County".
- Location string
- Location in which the address resides. example "14852".
- Name string
- Name of the user whose address is being populated.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Postal
Code string - Postal Code in which the address resides. example "95164-1570".
- Province string
- Province in which the address resides. example "AB".
- State string
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
- additional
Properties string - address1 string
- Address Line one of the address information. example "PO BOX 641570".
- address2 string
- Address Line two of the address information. example "Cisco Systems".
- address3 string
- Address Line three of the address information. example "Cisco Systems".
- city string
- City in which the address resides. example "San Jose".
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country string
- Country in which the address resides. example "US".
- county string
- County in which the address resides. example "Washington County".
- location string
- Location in which the address resides. example "14852".
- name string
- Name of the user whose address is being populated.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code string - Postal Code in which the address resides. example "95164-1570".
- province string
- Province in which the address resides. example "AB".
- state string
- State in which the address resides. example "CA".
- additional_
properties str - address1 str
- Address Line one of the address information. example "PO BOX 641570".
- address2 str
- Address Line two of the address information. example "Cisco Systems".
- address3 str
- Address Line three of the address information. example "Cisco Systems".
- city str
- City in which the address resides. example "San Jose".
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country str
- Country in which the address resides. example "US".
- county str
- County in which the address resides. example "Washington County".
- location str
- Location in which the address resides. example "14852".
- name str
- Name of the user whose address is being populated.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal_
code str - Postal Code in which the address resides. example "95164-1570".
- province str
- Province in which the address resides. example "AB".
- state str
- State in which the address resides. example "CA".
- additional
Properties String - address1 String
- Address Line one of the address information. example "PO BOX 641570".
- address2 String
- Address Line two of the address information. example "Cisco Systems".
- address3 String
- Address Line three of the address information. example "Cisco Systems".
- city String
- City in which the address resides. example "San Jose".
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- country String
- Country in which the address resides. example "US".
- county String
- County in which the address resides. example "Washington County".
- location String
- Location in which the address resides. example "14852".
- name String
- Name of the user whose address is being populated.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- postal
Code String - Postal Code in which the address resides. example "95164-1570".
- province String
- Province in which the address resides. example "AB".
- state String
- State in which the address resides. example "CA".
GetAssetDeviceContractInformationRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetAssetDeviceContractInformationResellerGlobalUltimate
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- ID of the user in BillToGlobal.
- Name string
- Name of the user in BillToGlobal.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Id string
- ID of the user in BillToGlobal.
- Name string
- Name of the user in BillToGlobal.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- ID of the user in BillToGlobal.
- name String
- Name of the user in BillToGlobal.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id string
- ID of the user in BillToGlobal.
- name string
- Name of the user in BillToGlobal.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id str
- ID of the user in BillToGlobal.
- name str
- Name of the user in BillToGlobal.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- id String
- ID of the user in BillToGlobal.
- name String
- Name of the user in BillToGlobal.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeviceContractInformationResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Asset Device Contract Information Result Ancestor> - Class
Id string - Contract
Status string - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - Contract
Status stringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - double
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- Contract
Updated stringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- Contracts
List<Get
Asset Device Contract Information Result Contract> - Covered
Product stringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- Create
Time string - The time when this managed object was created.
- Device
Id string - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- Device
Type string - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Customers List<GetAsset Device Contract Information Result End Customer> - End
User List<GetGlobal Ultimates Asset Device Contract Information Result End User Global Ultimate> - Is
Valid bool - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- Item
Type string - Item type of this specific Cisco device. example \ Chassis\ .
- Last
Date stringOf Support - The last date of hardware support for this device.
- Maintenance
Purchase stringOrder Number - Maintenance purchase order number for the Cisco device.
- Maintenance
Sales stringOrder Number - Maintenance sales order number for the Cisco device.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Sources List<GetAsset Device Contract Information Result Nr Source> - Object
Type string - Owners List<string>
- Parents
List<Get
Asset Device Contract Information Result Parent> - Permission
Resources List<GetAsset Device Contract Information Result Permission Resource> - Platform
Type string - Products
List<Get
Asset Device Contract Information Result Product> - Purchase
Order stringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- Registered
Devices List<GetAsset Device Contract Information Result Registered Device> - Reseller
Global List<GetUltimates Asset Device Contract Information Result Reseller Global Ultimate> - Sales
Order stringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- Service
Description string - The type of service contract that covers the Cisco device.
- Service
End stringDate - End date for the Cisco service contract that covers this Cisco device.
- Service
Level string - The type of service contract that covers the Cisco device.
- Service
Sku string - The SKU of the service contract that covers the Cisco device.
- Service
Start stringDate - Start date for the Cisco service contract that covers this Cisco device.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- State
Contract string - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - List<Get
Asset Device Contract Information Result Tag> - Version
Contexts List<GetAsset Device Contract Information Result Version Context> - Warranty
End stringDate - End date for the warranty that covers the Cisco device.
- Warranty
Type string - Type of warranty that covers the Cisco device.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Asset Device Contract Information Result Ancestor - Class
Id string - Contract
Status string - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - Contract
Status stringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - float64
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- Contract
Updated stringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- Contracts
[]Get
Asset Device Contract Information Result Contract - Covered
Product stringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- Create
Time string - The time when this managed object was created.
- Device
Id string - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- Device
Type string - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Customers []GetAsset Device Contract Information Result End Customer - End
User []GetGlobal Ultimates Asset Device Contract Information Result End User Global Ultimate - Is
Valid bool - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- Item
Type string - Item type of this specific Cisco device. example \ Chassis\ .
- Last
Date stringOf Support - The last date of hardware support for this device.
- Maintenance
Purchase stringOrder Number - Maintenance purchase order number for the Cisco device.
- Maintenance
Sales stringOrder Number - Maintenance sales order number for the Cisco device.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Sources []GetAsset Device Contract Information Result Nr Source - Object
Type string - Owners []string
- Parents
[]Get
Asset Device Contract Information Result Parent - Permission
Resources []GetAsset Device Contract Information Result Permission Resource - Platform
Type string - Products
[]Get
Asset Device Contract Information Result Product - Purchase
Order stringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- Registered
Devices []GetAsset Device Contract Information Result Registered Device - Reseller
Global []GetUltimates Asset Device Contract Information Result Reseller Global Ultimate - Sales
Order stringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- Service
Description string - The type of service contract that covers the Cisco device.
- Service
End stringDate - End date for the Cisco service contract that covers this Cisco device.
- Service
Level string - The type of service contract that covers the Cisco device.
- Service
Sku string - The SKU of the service contract that covers the Cisco device.
- Service
Start stringDate - Start date for the Cisco service contract that covers this Cisco device.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- State
Contract string - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - []Get
Asset Device Contract Information Result Tag - Version
Contexts []GetAsset Device Contract Information Result Version Context - Warranty
End stringDate - End date for the warranty that covers the Cisco device.
- Warranty
Type string - Type of warranty that covers the Cisco device.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Asset Device Contract Information Result Ancestor> - class
Id String - contract
Status String - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract
Status StringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - Double
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract
Updated StringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- contracts
List<Get
Asset Device Contract Information Result Contract> - covered
Product StringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create
Time String - The time when this managed object was created.
- device
Id String - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device
Type String - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Customers List<GetAsset Device Contract Information Result End Customer> - end
User List<GetGlobal Ultimates Asset Device Contract Information Result End User Global Ultimate> - is
Valid Boolean - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item
Type String - Item type of this specific Cisco device. example \ Chassis\ .
- last
Date StringOf Support - The last date of hardware support for this device.
- maintenance
Purchase StringOrder Number - Maintenance purchase order number for the Cisco device.
- maintenance
Sales StringOrder Number - Maintenance sales order number for the Cisco device.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Sources List<GetAsset Device Contract Information Result Nr Source> - object
Type String - owners List<String>
- parents
List<Get
Asset Device Contract Information Result Parent> - permission
Resources List<GetAsset Device Contract Information Result Permission Resource> - platform
Type String - products
List<Get
Asset Device Contract Information Result Product> - purchase
Order StringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered
Devices List<GetAsset Device Contract Information Result Registered Device> - reseller
Global List<GetUltimates Asset Device Contract Information Result Reseller Global Ultimate> - sales
Order StringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service
Description String - The type of service contract that covers the Cisco device.
- service
End StringDate - End date for the Cisco service contract that covers this Cisco device.
- service
Level String - The type of service contract that covers the Cisco device.
- service
Sku String - The SKU of the service contract that covers the Cisco device.
- service
Start StringDate - Start date for the Cisco service contract that covers this Cisco device.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state
Contract String - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - List<Get
Asset Device Contract Information Result Tag> - version
Contexts List<GetAsset Device Contract Information Result Version Context> - warranty
End StringDate - End date for the warranty that covers the Cisco device.
- warranty
Type String - Type of warranty that covers the Cisco device.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Asset Device Contract Information Result Ancestor[] - class
Id string - contract
Status string - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract
Status stringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - number
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract
Updated stringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- contracts
Get
Asset Device Contract Information Result Contract[] - covered
Product stringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create
Time string - The time when this managed object was created.
- device
Id string - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device
Type string - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Customers GetAsset Device Contract Information Result End Customer[] - end
User GetGlobal Ultimates Asset Device Contract Information Result End User Global Ultimate[] - is
Valid boolean - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item
Type string - Item type of this specific Cisco device. example \ Chassis\ .
- last
Date stringOf Support - The last date of hardware support for this device.
- maintenance
Purchase stringOrder Number - Maintenance purchase order number for the Cisco device.
- maintenance
Sales stringOrder Number - Maintenance sales order number for the Cisco device.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Sources GetAsset Device Contract Information Result Nr Source[] - object
Type string - owners string[]
- parents
Get
Asset Device Contract Information Result Parent[] - permission
Resources GetAsset Device Contract Information Result Permission Resource[] - platform
Type string - products
Get
Asset Device Contract Information Result Product[] - purchase
Order stringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered
Devices GetAsset Device Contract Information Result Registered Device[] - reseller
Global GetUltimates Asset Device Contract Information Result Reseller Global Ultimate[] - sales
Order stringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service
Description string - The type of service contract that covers the Cisco device.
- service
End stringDate - End date for the Cisco service contract that covers this Cisco device.
- service
Level string - The type of service contract that covers the Cisco device.
- service
Sku string - The SKU of the service contract that covers the Cisco device.
- service
Start stringDate - Start date for the Cisco service contract that covers this Cisco device.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state
Contract string - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - Get
Asset Device Contract Information Result Tag[] - version
Contexts GetAsset Device Contract Information Result Version Context[] - warranty
End stringDate - End date for the warranty that covers the Cisco device.
- warranty
Type string - Type of warranty that covers the Cisco device.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Asset Device Contract Information Result Ancestor] - class_
id str - contract_
status str - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract_
status_ strreason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - float
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract_
updated_ strtime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- contracts
Sequence[Get
Asset Device Contract Information Result Contract] - covered_
product_ strline_ end_ date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create_
time str - The time when this managed object was created.
- device_
id str - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device_
type str - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- end_
customers Sequence[GetAsset Device Contract Information Result End Customer] - end_
user_ Sequence[Getglobal_ ultimates Asset Device Contract Information Result End User Global Ultimate] - is_
valid bool - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item_
type str - Item type of this specific Cisco device. example \ Chassis\ .
- last_
date_ strof_ support - The last date of hardware support for this device.
- maintenance_
purchase_ strorder_ number - Maintenance purchase order number for the Cisco device.
- maintenance_
sales_ strorder_ number - Maintenance sales order number for the Cisco device.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
sources Sequence[GetAsset Device Contract Information Result Nr Source] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Asset Device Contract Information Result Parent] - permission_
resources Sequence[GetAsset Device Contract Information Result Permission Resource] - platform_
type str - products
Sequence[Get
Asset Device Contract Information Result Product] - purchase_
order_ strnumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered_
devices Sequence[GetAsset Device Contract Information Result Registered Device] - reseller_
global_ Sequence[Getultimates Asset Device Contract Information Result Reseller Global Ultimate] - sales_
order_ strnumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service_
description str - The type of service contract that covers the Cisco device.
- service_
end_ strdate - End date for the Cisco service contract that covers this Cisco device.
- service_
level str - The type of service contract that covers the Cisco device.
- service_
sku str - The SKU of the service contract that covers the Cisco device.
- service_
start_ strdate - Start date for the Cisco service contract that covers this Cisco device.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state_
contract str - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - Sequence[Get
Asset Device Contract Information Result Tag] - version_
contexts Sequence[GetAsset Device Contract Information Result Version Context] - warranty_
end_ strdate - End date for the warranty that covers the Cisco device.
- warranty_
type str - Type of warranty that covers the Cisco device.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - contract
Status String - Calculated contract status that is derived based on the service line status and contract end date. It is different from serviceLineStatus property. serviceLineStatus gives us ACTIVE, OVERDUE, EXPIRED. These are transformed into Active, Expiring Soon and Not Covered.*
Unknown
- The device's contract status cannot be determined.*Not Covered
- The Cisco device does not have a valid support contract.*Active
- The Cisco device is covered under a active support contract.*Expiring Soon
- The contract for this Cisco device is going to expire in the next 30 days. - contract
Status StringReason - Reason for contract status. In case of Not Covered, reason is either Terminated or Expired.* `` - There is no reason for the specified contract status.*
Line Item Expired
- The Cisco device does not have a valid support contract, it has expired.*Line Item Terminated
- The Cisco device does not have a valid support contract, it has been terminated. - Number
- If Contract details doesn't exists in CCW API response, we will retry couple of times based on threshold value Retry count will track the number of retry happens due to contract details unavailability.
- contract
Updated StringTime - Date and time indicating when the contract data is last fetched from Cisco's Contract API successfully.
- contracts List<Property Map>
- covered
Product StringLine End Date - End date of the covered product line. The coverage end date is fetched from Cisco SN2INFO API.
- create
Time String - The time when this managed object was created.
- device
Id String - Unique identifier of the Cisco device. This information is used to query Cisco APIx SN2INFO and CCWR databases.
- device
Type String - Type used to classify the device in Cisco Intersight. Currently supported values are Server and FabricInterconnect. This will be expanded to support more types in future.*
None
- A default value to catch cases where device type is not correctly detected.*CiscoUcsServer
- A device of type server. It includes Cisco IMC and UCS Managed servers.*CiscoUcsFI
- A device of type Fabric Interconnect. It includes the various types of Cisco Fabric Interconnects supported by Cisco Intersight.*CiscoUcsChassis
- A device of type Chassis. It includes various UCS chassis supported by Cisco Intersight.*CiscoNexusSwitch
- A device of type Nexus switch. It includes various Nexus switches supported by Cisco Intersight.*CiscoMDSSwitch
- A device of type MDS switch. It includes various MDS switches supported by Cisco Intersight. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Customers List<Property Map> - end
User List<Property Map>Global Ultimates - is
Valid Boolean - Validates if the device is a genuine Cisco device. Validated is done using the Cisco SN2INFO APIs.
- item
Type String - Item type of this specific Cisco device. example \ Chassis\ .
- last
Date StringOf Support - The last date of hardware support for this device.
- maintenance
Purchase StringOrder Number - Maintenance purchase order number for the Cisco device.
- maintenance
Sales StringOrder Number - Maintenance sales order number for the Cisco device.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Sources List<Property Map> - object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - platform
Type String - products List<Property Map>
- purchase
Order StringNumber - Purchase order number for the Cisco device. It is a unique number assigned for every purchase.
- registered
Devices List<Property Map> - reseller
Global List<Property Map>Ultimates - sales
Order StringNumber - Sales order number for the Cisco device. It is a unique number assigned for every sale.
- service
Description String - The type of service contract that covers the Cisco device.
- service
End StringDate - End date for the Cisco service contract that covers this Cisco device.
- service
Level String - The type of service contract that covers the Cisco device.
- service
Sku String - The SKU of the service contract that covers the Cisco device.
- service
Start StringDate - Start date for the Cisco service contract that covers this Cisco device.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- state
Contract String - Internal property used for triggering and tracking actions for contract information.*
Update
- Sn2Info/Contract information needs to be updated.*OK
- Sn2Info/Contract information was fetched succcessfuly and updated.*Failed
- Sn2Info/Contract information was not available or failed while fetching.*Retry
- Sn2Info/Contract information update failed and will be retried later. - List<Property Map>
- version
Contexts List<Property Map> - warranty
End StringDate - End date for the warranty that covers the Cisco device.
- warranty
Type String - Type of warranty that covers the Cisco device.
GetAssetDeviceContractInformationResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationResultContract
- additional
Properties String - bill
To List<Property Map>Global Ultimates - bill
Tos List<Property Map> - class
Id String - contract
Number String - line
Status String - object
Type String
GetAssetDeviceContractInformationResultContractBillTo
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
- additional
Properties string - address1 string
- address2 string
- address3 string
- city string
- class
Id string - country string
- county string
- location string
- name string
- object
Type string - postal
Code string - province string
- state string
- additional_
properties str - address1 str
- address2 str
- address3 str
- city str
- class_
id str - country str
- county str
- location str
- name str
- object_
type str - postal_
code str - province str
- state str
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
GetAssetDeviceContractInformationResultContractBillToGlobalUltimate
- Additional
Properties string - Class
Id string - Id string
- Name string
- Object
Type string
- Additional
Properties string - Class
Id string - Id string
- Name string
- Object
Type string
- additional
Properties String - class
Id String - id String
- name String
- object
Type String
- additional
Properties string - class
Id string - id string
- name string
- object
Type string
- additional_
properties str - class_
id str - id str
- name str
- object_
type str
- additional
Properties String - class
Id String - id String
- name String
- object
Type String
GetAssetDeviceContractInformationResultEndCustomer
- Additional
Properties string - Addresses
List<Get
Asset Device Contract Information Result End Customer Address> - Class
Id string - Id string
- Name string
- Object
Type string
- Additional
Properties string - Addresses
[]Get
Asset Device Contract Information Result End Customer Address - Class
Id string - Id string
- Name string
- Object
Type string
- additional
Properties String - addresses
List<Get
Asset Device Contract Information Result End Customer Address> - class
Id String - id String
- name String
- object
Type String
- additional
Properties string - addresses
Get
Asset Device Contract Information Result End Customer Address[] - class
Id string - id string
- name string
- object
Type string
- additional
Properties String - addresses List<Property Map>
- class
Id String - id String
- name String
- object
Type String
GetAssetDeviceContractInformationResultEndCustomerAddress
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
- additional
Properties string - address1 string
- address2 string
- address3 string
- city string
- class
Id string - country string
- county string
- location string
- name string
- object
Type string - postal
Code string - province string
- state string
- additional_
properties str - address1 str
- address2 str
- address3 str
- city str
- class_
id str - country str
- county str
- location str
- name str
- object_
type str - postal_
code str - province str
- state str
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
GetAssetDeviceContractInformationResultEndUserGlobalUltimate
- Additional
Properties string - Class
Id string - Id string
- Name string
- Object
Type string
- Additional
Properties string - Class
Id string - Id string
- Name string
- Object
Type string
- additional
Properties String - class
Id String - id String
- name String
- object
Type String
- additional
Properties string - class
Id string - id string
- name string
- object
Type string
- additional_
properties str - class_
id str - id str
- name str
- object_
type str
- additional
Properties String - class
Id String - id String
- name String
- object
Type String
GetAssetDeviceContractInformationResultNrSource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationResultProduct
- Additional
Properties string - Bill
Tos List<GetAsset Device Contract Information Result Product Bill To> - Class
Id string - Description string
- Family string
- Group string
- Number string
- Object
Type string - Ship
Tos List<GetAsset Device Contract Information Result Product Ship To> - Sub
Type string
- Additional
Properties string - Bill
Tos []GetAsset Device Contract Information Result Product Bill To - Class
Id string - Description string
- Family string
- Group string
- Number string
- Object
Type string - Ship
Tos []GetAsset Device Contract Information Result Product Ship To - Sub
Type string
- additional
Properties String - bill
Tos List<GetAsset Device Contract Information Result Product Bill To> - class
Id String - description String
- family String
- group String
- number String
- object
Type String - ship
Tos List<GetAsset Device Contract Information Result Product Ship To> - sub
Type String
- additional
Properties string - bill
Tos GetAsset Device Contract Information Result Product Bill To[] - class
Id string - description string
- family string
- group string
- number string
- object
Type string - ship
Tos GetAsset Device Contract Information Result Product Ship To[] - sub
Type string
- additional
Properties String - bill
Tos List<Property Map> - class
Id String - description String
- family String
- group String
- number String
- object
Type String - ship
Tos List<Property Map> - sub
Type String
GetAssetDeviceContractInformationResultProductBillTo
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
- additional
Properties string - address1 string
- address2 string
- address3 string
- city string
- class
Id string - country string
- county string
- location string
- name string
- object
Type string - postal
Code string - province string
- state string
- additional_
properties str - address1 str
- address2 str
- address3 str
- city str
- class_
id str - country str
- county str
- location str
- name str
- object_
type str - postal_
code str - province str
- state str
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
GetAssetDeviceContractInformationResultProductShipTo
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- Additional
Properties string - Address1 string
- Address2 string
- Address3 string
- City string
- Class
Id string - Country string
- County string
- Location string
- Name string
- Object
Type string - Postal
Code string - Province string
- State string
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
- additional
Properties string - address1 string
- address2 string
- address3 string
- city string
- class
Id string - country string
- county string
- location string
- name string
- object
Type string - postal
Code string - province string
- state string
- additional_
properties str - address1 str
- address2 str
- address3 str
- city str
- class_
id str - country str
- county str
- location str
- name str
- object_
type str - postal_
code str - province str
- state str
- additional
Properties String - address1 String
- address2 String
- address3 String
- city String
- class
Id String - country String
- county String
- location String
- name String
- object
Type String - postal
Code String - province String
- state String
GetAssetDeviceContractInformationResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationResultResellerGlobalUltimate
- Additional
Properties string - Class
Id string - Id string
- Name string
- Object
Type string
- Additional
Properties string - Class
Id string - Id string
- Name string
- Object
Type string
- additional
Properties String - class
Id String - id String
- name String
- object
Type String
- additional
Properties string - class
Id string - id string
- name string
- object
Type string
- additional_
properties str - class_
id str - id str
- name str
- object_
type str
- additional
Properties String - class
Id String - id String
- name String
- object
Type String
GetAssetDeviceContractInformationResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetAssetDeviceContractInformationResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetAssetDeviceContractInformationResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetAssetDeviceContractInformationTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetAssetDeviceContractInformationVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetAsset Device Contract Information Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAsset Device Contract Information Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetAsset Device Contract Information Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAsset Device Contract Information Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetAsset Device Contract Information Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAsset Device Contract Information Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetAsset Device Contract Information Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAsset Device Contract Information Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetAsset Device Contract Information Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetAsset Device Contract Information Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetAssetDeviceContractInformationVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetAssetDeviceContractInformationVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.