intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getServicenowChangeRequest
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A Change Request on ServiceNow.
Using getServicenowChangeRequest
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 getServicenowChangeRequest(args: GetServicenowChangeRequestArgs, opts?: InvokeOptions): Promise<GetServicenowChangeRequestResult>
function getServicenowChangeRequestOutput(args: GetServicenowChangeRequestOutputArgs, opts?: InvokeOptions): Output<GetServicenowChangeRequestResult>def get_servicenow_change_request(account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetServicenowChangeRequestAncestor]] = None,
                                  approval: Optional[str] = None,
                                  assigned_to: Optional[str] = None,
                                  assigned_to_display_value: Optional[str] = None,
                                  change_model: Optional[str] = None,
                                  change_model_display_value: Optional[str] = None,
                                  change_request_number: Optional[str] = None,
                                  class_id: Optional[str] = None,
                                  comments: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  created_by: Optional[str] = None,
                                  description: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  due_date: Optional[str] = None,
                                  end_date: Optional[str] = None,
                                  id: Optional[str] = None,
                                  impact: Optional[str] = None,
                                  impact_display_value: Optional[str] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetServicenowChangeRequestParent] = None,
                                  permission_resources: Optional[Sequence[GetServicenowChangeRequestPermissionResource]] = None,
                                  priority: Optional[str] = None,
                                  priority_display_value: Optional[str] = None,
                                  registered_device: Optional[GetServicenowChangeRequestRegisteredDevice] = None,
                                  risk: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  short_description: Optional[str] = None,
                                  start_date: Optional[str] = None,
                                  sys_id: Optional[str] = None,
                                  tags: Optional[Sequence[GetServicenowChangeRequestTag]] = None,
                                  type: Optional[str] = None,
                                  updated_by: Optional[str] = None,
                                  version_context: Optional[GetServicenowChangeRequestVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetServicenowChangeRequestResult
def get_servicenow_change_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowChangeRequestAncestorArgs]]]] = None,
                                  approval: Optional[pulumi.Input[str]] = None,
                                  assigned_to: Optional[pulumi.Input[str]] = None,
                                  assigned_to_display_value: Optional[pulumi.Input[str]] = None,
                                  change_model: Optional[pulumi.Input[str]] = None,
                                  change_model_display_value: Optional[pulumi.Input[str]] = None,
                                  change_request_number: Optional[pulumi.Input[str]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  comments: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  created_by: Optional[pulumi.Input[str]] = None,
                                  description: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  due_date: Optional[pulumi.Input[str]] = None,
                                  end_date: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  impact: Optional[pulumi.Input[str]] = None,
                                  impact_display_value: Optional[pulumi.Input[str]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetServicenowChangeRequestParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowChangeRequestPermissionResourceArgs]]]] = None,
                                  priority: Optional[pulumi.Input[str]] = None,
                                  priority_display_value: Optional[pulumi.Input[str]] = None,
                                  registered_device: Optional[pulumi.Input[GetServicenowChangeRequestRegisteredDeviceArgs]] = None,
                                  risk: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  short_description: Optional[pulumi.Input[str]] = None,
                                  start_date: Optional[pulumi.Input[str]] = None,
                                  sys_id: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowChangeRequestTagArgs]]]] = None,
                                  type: Optional[pulumi.Input[str]] = None,
                                  updated_by: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetServicenowChangeRequestVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetServicenowChangeRequestResult]func LookupServicenowChangeRequest(ctx *Context, args *LookupServicenowChangeRequestArgs, opts ...InvokeOption) (*LookupServicenowChangeRequestResult, error)
func LookupServicenowChangeRequestOutput(ctx *Context, args *LookupServicenowChangeRequestOutputArgs, opts ...InvokeOption) LookupServicenowChangeRequestResultOutput> Note: This function is named LookupServicenowChangeRequest in the Go SDK.
public static class GetServicenowChangeRequest 
{
    public static Task<GetServicenowChangeRequestResult> InvokeAsync(GetServicenowChangeRequestArgs args, InvokeOptions? opts = null)
    public static Output<GetServicenowChangeRequestResult> Invoke(GetServicenowChangeRequestInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServicenowChangeRequestResult> getServicenowChangeRequest(GetServicenowChangeRequestArgs args, InvokeOptions options)
public static Output<GetServicenowChangeRequestResult> getServicenowChangeRequest(GetServicenowChangeRequestArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getServicenowChangeRequest:getServicenowChangeRequest
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetServicenow Change Request Ancestor> 
- Approval string
- The approver of Change Request.
- AssignedTo string
- Assigned to value for Change Request.
- AssignedTo stringDisplay Value 
- Assigned to display value for Change Request.
- ChangeModel string
- Change Model for Change Request.
- ChangeModel stringDisplay Value 
- Change Model display value for Change Request.
- ChangeRequest stringNumber 
- Number for Change Request.
- ClassId string
- Comments string
- Comments on Change Request.
- CreateTime string
- The time when this managed object was created.
- CreatedBy string
- Creator of Change Request.
- Description string
- Description for Change Request.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DueDate string
- Due date for Change Request.
- EndDate string
- End date for Change Request.
- Id string
- Impact string
- Impact for Change Request.
- ImpactDisplay stringValue 
- Impact display value for Change Request.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetServicenow Change Request Parent 
- PermissionResources List<GetServicenow Change Request Permission Resource> 
- Priority string
- Priority for Change Request.
- PriorityDisplay stringValue 
- Priority display value for Change Request.
- RegisteredDevice GetServicenow Change Request Registered Device 
- Risk string
- The risk for Change Request.
- 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.
- ShortDescription string
- Short Description for Change Request.
- StartDate string
- Start date for Change Request.
- SysId string
- Sys Id for Change Request.
- 
List<GetServicenow Change Request Tag> 
- Type string
- The type for Change Request.
- UpdatedBy string
- Last update Change Request.
- VersionContext GetServicenow Change Request Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetServicenow Change Request Ancestor 
- Approval string
- The approver of Change Request.
- AssignedTo string
- Assigned to value for Change Request.
- AssignedTo stringDisplay Value 
- Assigned to display value for Change Request.
- ChangeModel string
- Change Model for Change Request.
- ChangeModel stringDisplay Value 
- Change Model display value for Change Request.
- ChangeRequest stringNumber 
- Number for Change Request.
- ClassId string
- Comments string
- Comments on Change Request.
- CreateTime string
- The time when this managed object was created.
- CreatedBy string
- Creator of Change Request.
- Description string
- Description for Change Request.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DueDate string
- Due date for Change Request.
- EndDate string
- End date for Change Request.
- Id string
- Impact string
- Impact for Change Request.
- ImpactDisplay stringValue 
- Impact display value for Change Request.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetServicenow Change Request Parent 
- PermissionResources []GetServicenow Change Request Permission Resource 
- Priority string
- Priority for Change Request.
- PriorityDisplay stringValue 
- Priority display value for Change Request.
- RegisteredDevice GetServicenow Change Request Registered Device 
- Risk string
- The risk for Change Request.
- 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.
- ShortDescription string
- Short Description for Change Request.
- StartDate string
- Start date for Change Request.
- SysId string
- Sys Id for Change Request.
- 
[]GetServicenow Change Request Tag 
- Type string
- The type for Change Request.
- UpdatedBy string
- Last update Change Request.
- VersionContext GetServicenow Change Request Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetServicenow Change Request Ancestor> 
- approval String
- The approver of Change Request.
- assignedTo String
- Assigned to value for Change Request.
- assignedTo StringDisplay Value 
- Assigned to display value for Change Request.
- changeModel String
- Change Model for Change Request.
- changeModel StringDisplay Value 
- Change Model display value for Change Request.
- changeRequest StringNumber 
- Number for Change Request.
- classId String
- comments String
- Comments on Change Request.
- createTime String
- The time when this managed object was created.
- createdBy String
- Creator of Change Request.
- description String
- Description for Change Request.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dueDate String
- Due date for Change Request.
- endDate String
- End date for Change Request.
- id String
- impact String
- Impact for Change Request.
- impactDisplay StringValue 
- Impact display value for Change Request.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetServicenow Change Request Parent 
- permissionResources List<GetServicenow Change Request Permission Resource> 
- priority String
- Priority for Change Request.
- priorityDisplay StringValue 
- Priority display value for Change Request.
- registeredDevice GetServicenow Change Request Registered Device 
- risk String
- The risk for Change Request.
- 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.
- shortDescription String
- Short Description for Change Request.
- startDate String
- Start date for Change Request.
- sysId String
- Sys Id for Change Request.
- 
List<GetServicenow Change Request Tag> 
- type String
- The type for Change Request.
- updatedBy String
- Last update Change Request.
- versionContext GetServicenow Change Request Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetServicenow Change Request Ancestor[] 
- approval string
- The approver of Change Request.
- assignedTo string
- Assigned to value for Change Request.
- assignedTo stringDisplay Value 
- Assigned to display value for Change Request.
- changeModel string
- Change Model for Change Request.
- changeModel stringDisplay Value 
- Change Model display value for Change Request.
- changeRequest stringNumber 
- Number for Change Request.
- classId string
- comments string
- Comments on Change Request.
- createTime string
- The time when this managed object was created.
- createdBy string
- Creator of Change Request.
- description string
- Description for Change Request.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dueDate string
- Due date for Change Request.
- endDate string
- End date for Change Request.
- id string
- impact string
- Impact for Change Request.
- impactDisplay stringValue 
- Impact display value for Change Request.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetServicenow Change Request Parent 
- permissionResources GetServicenow Change Request Permission Resource[] 
- priority string
- Priority for Change Request.
- priorityDisplay stringValue 
- Priority display value for Change Request.
- registeredDevice GetServicenow Change Request Registered Device 
- risk string
- The risk for Change Request.
- 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.
- shortDescription string
- Short Description for Change Request.
- startDate string
- Start date for Change Request.
- sysId string
- Sys Id for Change Request.
- 
GetServicenow Change Request Tag[] 
- type string
- The type for Change Request.
- updatedBy string
- Last update Change Request.
- versionContext GetServicenow Change Request Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetServicenow Change Request Ancestor] 
- approval str
- The approver of Change Request.
- assigned_to str
- Assigned to value for Change Request.
- assigned_to_ strdisplay_ value 
- Assigned to display value for Change Request.
- change_model str
- Change Model for Change Request.
- change_model_ strdisplay_ value 
- Change Model display value for Change Request.
- change_request_ strnumber 
- Number for Change Request.
- class_id str
- comments str
- Comments on Change Request.
- create_time str
- The time when this managed object was created.
- created_by str
- Creator of Change Request.
- description str
- Description for Change Request.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- due_date str
- Due date for Change Request.
- end_date str
- End date for Change Request.
- id str
- impact str
- Impact for Change Request.
- impact_display_ strvalue 
- Impact display value for Change Request.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetServicenow Change Request Parent 
- permission_resources Sequence[GetServicenow Change Request Permission Resource] 
- priority str
- Priority for Change Request.
- priority_display_ strvalue 
- Priority display value for Change Request.
- registered_device GetServicenow Change Request Registered Device 
- risk str
- The risk for Change Request.
- 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.
- short_description str
- Short Description for Change Request.
- start_date str
- Start date for Change Request.
- sys_id str
- Sys Id for Change Request.
- 
Sequence[GetServicenow Change Request Tag] 
- type str
- The type for Change Request.
- updated_by str
- Last update Change Request.
- version_context GetServicenow Change Request Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- approval String
- The approver of Change Request.
- assignedTo String
- Assigned to value for Change Request.
- assignedTo StringDisplay Value 
- Assigned to display value for Change Request.
- changeModel String
- Change Model for Change Request.
- changeModel StringDisplay Value 
- Change Model display value for Change Request.
- changeRequest StringNumber 
- Number for Change Request.
- classId String
- comments String
- Comments on Change Request.
- createTime String
- The time when this managed object was created.
- createdBy String
- Creator of Change Request.
- description String
- Description for Change Request.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dueDate String
- Due date for Change Request.
- endDate String
- End date for Change Request.
- id String
- impact String
- Impact for Change Request.
- impactDisplay StringValue 
- Impact display value for Change Request.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- priority String
- Priority for Change Request.
- priorityDisplay StringValue 
- Priority display value for Change Request.
- registeredDevice Property Map
- risk String
- The risk for Change Request.
- 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.
- shortDescription String
- Short Description for Change Request.
- startDate String
- Start date for Change Request.
- sysId String
- Sys Id for Change Request.
- List<Property Map>
- type String
- The type for Change Request.
- updatedBy String
- Last update Change Request.
- versionContext Property Map
getServicenowChangeRequest Result
The following output properties are available:
- Id string
- Results
List<GetServicenow Change Request Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetServicenow Change Request Ancestor> 
- Approval string
- AssignedTo string
- AssignedTo stringDisplay Value 
- ChangeModel string
- ChangeModel stringDisplay Value 
- ChangeRequest stringNumber 
- ClassId string
- Comments string
- CreateTime string
- CreatedBy string
- Description string
- DomainGroup stringMoid 
- DueDate string
- EndDate string
- Impact string
- ImpactDisplay stringValue 
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetServicenow Change Request Parent 
- PermissionResources List<GetServicenow Change Request Permission Resource> 
- Priority string
- PriorityDisplay stringValue 
- RegisteredDevice GetServicenow Change Request Registered Device 
- Risk string
- string
- ShortDescription string
- StartDate string
- SysId string
- 
List<GetServicenow Change Request Tag> 
- Type string
- UpdatedBy string
- VersionContext GetServicenow Change Request Version Context 
- Id string
- Results
[]GetServicenow Change Request Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetServicenow Change Request Ancestor 
- Approval string
- AssignedTo string
- AssignedTo stringDisplay Value 
- ChangeModel string
- ChangeModel stringDisplay Value 
- ChangeRequest stringNumber 
- ClassId string
- Comments string
- CreateTime string
- CreatedBy string
- Description string
- DomainGroup stringMoid 
- DueDate string
- EndDate string
- Impact string
- ImpactDisplay stringValue 
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetServicenow Change Request Parent 
- PermissionResources []GetServicenow Change Request Permission Resource 
- Priority string
- PriorityDisplay stringValue 
- RegisteredDevice GetServicenow Change Request Registered Device 
- Risk string
- string
- ShortDescription string
- StartDate string
- SysId string
- 
[]GetServicenow Change Request Tag 
- Type string
- UpdatedBy string
- VersionContext GetServicenow Change Request Version Context 
- id String
- results
List<GetServicenow Change Request Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetServicenow Change Request Ancestor> 
- approval String
- assignedTo String
- assignedTo StringDisplay Value 
- changeModel String
- changeModel StringDisplay Value 
- changeRequest StringNumber 
- classId String
- comments String
- createTime String
- createdBy String
- description String
- domainGroup StringMoid 
- dueDate String
- endDate String
- impact String
- impactDisplay StringValue 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetServicenow Change Request Parent 
- permissionResources List<GetServicenow Change Request Permission Resource> 
- priority String
- priorityDisplay StringValue 
- registeredDevice GetServicenow Change Request Registered Device 
- risk String
- String
- shortDescription String
- startDate String
- sysId String
- 
List<GetServicenow Change Request Tag> 
- type String
- updatedBy String
- versionContext GetServicenow Change Request Version Context 
- id string
- results
GetServicenow Change Request Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetServicenow Change Request Ancestor[] 
- approval string
- assignedTo string
- assignedTo stringDisplay Value 
- changeModel string
- changeModel stringDisplay Value 
- changeRequest stringNumber 
- classId string
- comments string
- createTime string
- createdBy string
- description string
- domainGroup stringMoid 
- dueDate string
- endDate string
- impact string
- impactDisplay stringValue 
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetServicenow Change Request Parent 
- permissionResources GetServicenow Change Request Permission Resource[] 
- priority string
- priorityDisplay stringValue 
- registeredDevice GetServicenow Change Request Registered Device 
- risk string
- string
- shortDescription string
- startDate string
- sysId string
- 
GetServicenow Change Request Tag[] 
- type string
- updatedBy string
- versionContext GetServicenow Change Request Version Context 
- id str
- results
Sequence[GetServicenow Change Request Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetServicenow Change Request Ancestor] 
- approval str
- assigned_to str
- assigned_to_ strdisplay_ value 
- change_model str
- change_model_ strdisplay_ value 
- change_request_ strnumber 
- class_id str
- comments str
- create_time str
- created_by str
- description str
- domain_group_ strmoid 
- due_date str
- end_date str
- impact str
- impact_display_ strvalue 
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetServicenow Change Request Parent 
- permission_resources Sequence[GetServicenow Change Request Permission Resource] 
- priority str
- priority_display_ strvalue 
- registered_device GetServicenow Change Request Registered Device 
- risk str
- str
- short_description str
- start_date str
- sys_id str
- 
Sequence[GetServicenow Change Request Tag] 
- type str
- updated_by str
- version_context GetServicenow Change Request Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- approval String
- assignedTo String
- assignedTo StringDisplay Value 
- changeModel String
- changeModel StringDisplay Value 
- changeRequest StringNumber 
- classId String
- comments String
- createTime String
- createdBy String
- description String
- domainGroup StringMoid 
- dueDate String
- endDate String
- impact String
- impactDisplay StringValue 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- priority String
- priorityDisplay StringValue 
- registeredDevice Property Map
- risk String
- String
- shortDescription String
- startDate String
- sysId String
- List<Property Map>
- type String
- updatedBy String
- versionContext Property Map
Supporting Types
GetServicenowChangeRequestAncestor    
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetServicenowChangeRequestParent    
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetServicenowChangeRequestPermissionResource     
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetServicenowChangeRequestRegisteredDevice     
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetServicenowChangeRequestResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetServicenow Change Request Result Ancestor> 
- Approval string
- The approver of Change Request.
- AssignedTo string
- Assigned to value for Change Request.
- AssignedTo stringDisplay Value 
- Assigned to display value for Change Request.
- ChangeModel string
- Change Model for Change Request.
- ChangeModel stringDisplay Value 
- Change Model display value for Change Request.
- ChangeRequest stringNumber 
- Number for Change Request.
- ClassId string
- Comments string
- Comments on Change Request.
- CreateTime string
- The time when this managed object was created.
- CreatedBy string
- Creator of Change Request.
- Description string
- Description for Change Request.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DueDate string
- Due date for Change Request.
- EndDate string
- End date for Change Request.
- Impact string
- Impact for Change Request.
- ImpactDisplay stringValue 
- Impact display value for Change Request.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetServicenow Change Request Result Parent> 
- PermissionResources List<GetServicenow Change Request Result Permission Resource> 
- Priority string
- Priority for Change Request.
- PriorityDisplay stringValue 
- Priority display value for Change Request.
- RegisteredDevices List<GetServicenow Change Request Result Registered Device> 
- Risk string
- The risk for Change Request.
- 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.
- ShortDescription string
- Short Description for Change Request.
- StartDate string
- Start date for Change Request.
- SysId string
- Sys Id for Change Request.
- 
List<GetServicenow Change Request Result Tag> 
- Type string
- The type for Change Request.
- UpdatedBy string
- Last update Change Request.
- VersionContexts List<GetServicenow Change Request Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetServicenow Change Request Result Ancestor 
- Approval string
- The approver of Change Request.
- AssignedTo string
- Assigned to value for Change Request.
- AssignedTo stringDisplay Value 
- Assigned to display value for Change Request.
- ChangeModel string
- Change Model for Change Request.
- ChangeModel stringDisplay Value 
- Change Model display value for Change Request.
- ChangeRequest stringNumber 
- Number for Change Request.
- ClassId string
- Comments string
- Comments on Change Request.
- CreateTime string
- The time when this managed object was created.
- CreatedBy string
- Creator of Change Request.
- Description string
- Description for Change Request.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DueDate string
- Due date for Change Request.
- EndDate string
- End date for Change Request.
- Impact string
- Impact for Change Request.
- ImpactDisplay stringValue 
- Impact display value for Change Request.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetServicenow Change Request Result Parent 
- PermissionResources []GetServicenow Change Request Result Permission Resource 
- Priority string
- Priority for Change Request.
- PriorityDisplay stringValue 
- Priority display value for Change Request.
- RegisteredDevices []GetServicenow Change Request Result Registered Device 
- Risk string
- The risk for Change Request.
- 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.
- ShortDescription string
- Short Description for Change Request.
- StartDate string
- Start date for Change Request.
- SysId string
- Sys Id for Change Request.
- 
[]GetServicenow Change Request Result Tag 
- Type string
- The type for Change Request.
- UpdatedBy string
- Last update Change Request.
- VersionContexts []GetServicenow Change Request Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetServicenow Change Request Result Ancestor> 
- approval String
- The approver of Change Request.
- assignedTo String
- Assigned to value for Change Request.
- assignedTo StringDisplay Value 
- Assigned to display value for Change Request.
- changeModel String
- Change Model for Change Request.
- changeModel StringDisplay Value 
- Change Model display value for Change Request.
- changeRequest StringNumber 
- Number for Change Request.
- classId String
- comments String
- Comments on Change Request.
- createTime String
- The time when this managed object was created.
- createdBy String
- Creator of Change Request.
- description String
- Description for Change Request.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dueDate String
- Due date for Change Request.
- endDate String
- End date for Change Request.
- impact String
- Impact for Change Request.
- impactDisplay StringValue 
- Impact display value for Change Request.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetServicenow Change Request Result Parent> 
- permissionResources List<GetServicenow Change Request Result Permission Resource> 
- priority String
- Priority for Change Request.
- priorityDisplay StringValue 
- Priority display value for Change Request.
- registeredDevices List<GetServicenow Change Request Result Registered Device> 
- risk String
- The risk for Change Request.
- 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.
- shortDescription String
- Short Description for Change Request.
- startDate String
- Start date for Change Request.
- sysId String
- Sys Id for Change Request.
- 
List<GetServicenow Change Request Result Tag> 
- type String
- The type for Change Request.
- updatedBy String
- Last update Change Request.
- versionContexts List<GetServicenow Change Request Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetServicenow Change Request Result Ancestor[] 
- approval string
- The approver of Change Request.
- assignedTo string
- Assigned to value for Change Request.
- assignedTo stringDisplay Value 
- Assigned to display value for Change Request.
- changeModel string
- Change Model for Change Request.
- changeModel stringDisplay Value 
- Change Model display value for Change Request.
- changeRequest stringNumber 
- Number for Change Request.
- classId string
- comments string
- Comments on Change Request.
- createTime string
- The time when this managed object was created.
- createdBy string
- Creator of Change Request.
- description string
- Description for Change Request.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dueDate string
- Due date for Change Request.
- endDate string
- End date for Change Request.
- impact string
- Impact for Change Request.
- impactDisplay stringValue 
- Impact display value for Change Request.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetServicenow Change Request Result Parent[] 
- permissionResources GetServicenow Change Request Result Permission Resource[] 
- priority string
- Priority for Change Request.
- priorityDisplay stringValue 
- Priority display value for Change Request.
- registeredDevices GetServicenow Change Request Result Registered Device[] 
- risk string
- The risk for Change Request.
- 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.
- shortDescription string
- Short Description for Change Request.
- startDate string
- Start date for Change Request.
- sysId string
- Sys Id for Change Request.
- 
GetServicenow Change Request Result Tag[] 
- type string
- The type for Change Request.
- updatedBy string
- Last update Change Request.
- versionContexts GetServicenow Change Request Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetServicenow Change Request Result Ancestor] 
- approval str
- The approver of Change Request.
- assigned_to str
- Assigned to value for Change Request.
- assigned_to_ strdisplay_ value 
- Assigned to display value for Change Request.
- change_model str
- Change Model for Change Request.
- change_model_ strdisplay_ value 
- Change Model display value for Change Request.
- change_request_ strnumber 
- Number for Change Request.
- class_id str
- comments str
- Comments on Change Request.
- create_time str
- The time when this managed object was created.
- created_by str
- Creator of Change Request.
- description str
- Description for Change Request.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- due_date str
- Due date for Change Request.
- end_date str
- End date for Change Request.
- impact str
- Impact for Change Request.
- impact_display_ strvalue 
- Impact display value for Change Request.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetServicenow Change Request Result Parent] 
- permission_resources Sequence[GetServicenow Change Request Result Permission Resource] 
- priority str
- Priority for Change Request.
- priority_display_ strvalue 
- Priority display value for Change Request.
- registered_devices Sequence[GetServicenow Change Request Result Registered Device] 
- risk str
- The risk for Change Request.
- 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.
- short_description str
- Short Description for Change Request.
- start_date str
- Start date for Change Request.
- sys_id str
- Sys Id for Change Request.
- 
Sequence[GetServicenow Change Request Result Tag] 
- type str
- The type for Change Request.
- updated_by str
- Last update Change Request.
- version_contexts Sequence[GetServicenow Change Request Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- approval String
- The approver of Change Request.
- assignedTo String
- Assigned to value for Change Request.
- assignedTo StringDisplay Value 
- Assigned to display value for Change Request.
- changeModel String
- Change Model for Change Request.
- changeModel StringDisplay Value 
- Change Model display value for Change Request.
- changeRequest StringNumber 
- Number for Change Request.
- classId String
- comments String
- Comments on Change Request.
- createTime String
- The time when this managed object was created.
- createdBy String
- Creator of Change Request.
- description String
- Description for Change Request.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dueDate String
- Due date for Change Request.
- endDate String
- End date for Change Request.
- impact String
- Impact for Change Request.
- impactDisplay StringValue 
- Impact display value for Change Request.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- priority String
- Priority for Change Request.
- priorityDisplay StringValue 
- Priority display value for Change Request.
- registeredDevices List<Property Map>
- risk String
- The risk for Change Request.
- 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.
- shortDescription String
- Short Description for Change Request.
- startDate String
- Start date for Change Request.
- sysId String
- Sys Id for Change Request.
- List<Property Map>
- type String
- The type for Change Request.
- updatedBy String
- Last update Change Request.
- versionContexts List<Property Map>
GetServicenowChangeRequestResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetServicenowChangeRequestResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetServicenowChangeRequestResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetServicenowChangeRequestResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetServicenowChangeRequestResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetServicenowChangeRequestResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetServicenowChangeRequestResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetServicenowChangeRequestResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetServicenowChangeRequestTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties 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.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetServicenowChangeRequestVersionContext     
- AdditionalProperties string
- ClassId 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.
- InterestedMos List<GetServicenow Change Request Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetServicenow Change Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType 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.
 
- AdditionalProperties string
- ClassId 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.
- InterestedMos []GetServicenow Change Request Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetServicenow Change Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType 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.
 
- additionalProperties String
- classId 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.
- interestedMos List<GetServicenow Change Request Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetServicenow Change Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType 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.
 
- additionalProperties string
- classId 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.
- interestedMos GetServicenow Change Request Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetServicenow Change Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType 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[GetServicenow Change Request 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 GetServicenow Change Request 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.
 
- additionalProperties String
- classId 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.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType 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.
 
GetServicenowChangeRequestVersionContextInterestedMo       
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
GetServicenowChangeRequestVersionContextRefMo       
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- AdditionalProperties string
- ClassId 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.
- ObjectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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'.
 
- additionalProperties string
- classId 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.
- objectType 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'.
 
- additionalProperties String
- classId 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.
- objectType 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet