intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getServicenowIncident
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
A Incident on ServiceNow.
Using getServicenowIncident
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 getServicenowIncident(args: GetServicenowIncidentArgs, opts?: InvokeOptions): Promise<GetServicenowIncidentResult>
function getServicenowIncidentOutput(args: GetServicenowIncidentOutputArgs, opts?: InvokeOptions): Output<GetServicenowIncidentResult>
def get_servicenow_incident(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetServicenowIncidentAncestor]] = None,
approval: Optional[str] = None,
category: Optional[str] = None,
class_id: Optional[str] = None,
comments: Optional[str] = None,
create_time: Optional[str] = None,
created_by: Optional[str] = None,
created_on: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
due_date: Optional[str] = None,
expected_start: Optional[str] = None,
id: Optional[str] = None,
impact: Optional[str] = None,
incident_state: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
opened_by: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetServicenowIncidentParent] = None,
permission_resources: Optional[Sequence[GetServicenowIncidentPermissionResource]] = None,
priority: Optional[str] = None,
registered_device: Optional[GetServicenowIncidentRegisteredDevice] = None,
risk: Optional[str] = None,
severity: Optional[str] = None,
shared_scope: Optional[str] = None,
short_description: Optional[str] = None,
sys_id: Optional[str] = None,
tags: Optional[Sequence[GetServicenowIncidentTag]] = None,
task_effective_number: Optional[str] = None,
updated_by: Optional[str] = None,
urgency: Optional[str] = None,
version_context: Optional[GetServicenowIncidentVersionContext] = None,
work_end: Optional[str] = None,
work_start: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServicenowIncidentResult
def get_servicenow_incident_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowIncidentAncestorArgs]]]] = None,
approval: Optional[pulumi.Input[str]] = None,
category: 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,
created_on: 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,
expected_start: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
impact: Optional[pulumi.Input[str]] = None,
incident_state: 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,
opened_by: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetServicenowIncidentParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowIncidentPermissionResourceArgs]]]] = None,
priority: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetServicenowIncidentRegisteredDeviceArgs]] = None,
risk: Optional[pulumi.Input[str]] = None,
severity: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
short_description: Optional[pulumi.Input[str]] = None,
sys_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetServicenowIncidentTagArgs]]]] = None,
task_effective_number: Optional[pulumi.Input[str]] = None,
updated_by: Optional[pulumi.Input[str]] = None,
urgency: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetServicenowIncidentVersionContextArgs]] = None,
work_end: Optional[pulumi.Input[str]] = None,
work_start: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServicenowIncidentResult]
func LookupServicenowIncident(ctx *Context, args *LookupServicenowIncidentArgs, opts ...InvokeOption) (*LookupServicenowIncidentResult, error)
func LookupServicenowIncidentOutput(ctx *Context, args *LookupServicenowIncidentOutputArgs, opts ...InvokeOption) LookupServicenowIncidentResultOutput
> Note: This function is named LookupServicenowIncident
in the Go SDK.
public static class GetServicenowIncident
{
public static Task<GetServicenowIncidentResult> InvokeAsync(GetServicenowIncidentArgs args, InvokeOptions? opts = null)
public static Output<GetServicenowIncidentResult> Invoke(GetServicenowIncidentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServicenowIncidentResult> getServicenowIncident(GetServicenowIncidentArgs args, InvokeOptions options)
public static Output<GetServicenowIncidentResult> getServicenowIncident(GetServicenowIncidentArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getServicenowIncident:getServicenowIncident
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Servicenow Incident Ancestor> - Approval string
- The approver property of Incident.
- Category string
- Category property for Incident.
- Class
Id string - Comments string
- Comments property on Incident.
- Create
Time string - The time when this managed object was created.
- Created
By string - Creator property of Incident.
- Created
On string - Incident create date property.
- Description string
- Description for Incident.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Due
Date string - Due date property for Incident.
- Expected
Start string - Expected start date for Incident.
- Id string
- Impact string
- Impact property for Incident.
- Incident
State string - State property of the Incident.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Opened
By string - Assigned to value for Incident.
- Owners List<string>
- Parent
Get
Servicenow Incident Parent - Permission
Resources List<GetServicenow Incident Permission Resource> - Priority string
- Priority property for Incident.
- Registered
Device GetServicenow Incident Registered Device - Risk string
- The risk property for Incident.
- Severity string
- Severity property of the Incident.
- 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.
- Short
Description string - Short Description for Incident.
- Sys
Id string - System Id property for Incident.
- List<Get
Servicenow Incident Tag> - Task
Effective stringNumber - Task Effective Number for Incident.
- Updated
By string - Last update by on Incident.
- Urgency string
- Urgency property of the Incident.
- Version
Context GetServicenow Incident Version Context - Work
End string - Work end date for Incident.
- Work
Start string - Work start date for Incident.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Servicenow Incident Ancestor - Approval string
- The approver property of Incident.
- Category string
- Category property for Incident.
- Class
Id string - Comments string
- Comments property on Incident.
- Create
Time string - The time when this managed object was created.
- Created
By string - Creator property of Incident.
- Created
On string - Incident create date property.
- Description string
- Description for Incident.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Due
Date string - Due date property for Incident.
- Expected
Start string - Expected start date for Incident.
- Id string
- Impact string
- Impact property for Incident.
- Incident
State string - State property of the Incident.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Opened
By string - Assigned to value for Incident.
- Owners []string
- Parent
Get
Servicenow Incident Parent - Permission
Resources []GetServicenow Incident Permission Resource - Priority string
- Priority property for Incident.
- Registered
Device GetServicenow Incident Registered Device - Risk string
- The risk property for Incident.
- Severity string
- Severity property of the Incident.
- 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.
- Short
Description string - Short Description for Incident.
- Sys
Id string - System Id property for Incident.
- []Get
Servicenow Incident Tag - Task
Effective stringNumber - Task Effective Number for Incident.
- Updated
By string - Last update by on Incident.
- Urgency string
- Urgency property of the Incident.
- Version
Context GetServicenow Incident Version Context - Work
End string - Work end date for Incident.
- Work
Start string - Work start date for Incident.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Servicenow Incident Ancestor> - approval String
- The approver property of Incident.
- category String
- Category property for Incident.
- class
Id String - comments String
- Comments property on Incident.
- create
Time String - The time when this managed object was created.
- created
By String - Creator property of Incident.
- created
On String - Incident create date property.
- description String
- Description for Incident.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- due
Date String - Due date property for Incident.
- expected
Start String - Expected start date for Incident.
- id String
- impact String
- Impact property for Incident.
- incident
State String - State property of the Incident.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - opened
By String - Assigned to value for Incident.
- owners List<String>
- parent
Get
Servicenow Incident Parent - permission
Resources List<GetServicenow Incident Permission Resource> - priority String
- Priority property for Incident.
- registered
Device GetServicenow Incident Registered Device - risk String
- The risk property for Incident.
- severity String
- Severity property of the Incident.
- 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.
- short
Description String - Short Description for Incident.
- sys
Id String - System Id property for Incident.
- List<Get
Servicenow Incident Tag> - task
Effective StringNumber - Task Effective Number for Incident.
- updated
By String - Last update by on Incident.
- urgency String
- Urgency property of the Incident.
- version
Context GetServicenow Incident Version Context - work
End String - Work end date for Incident.
- work
Start String - Work start date for Incident.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Servicenow Incident Ancestor[] - approval string
- The approver property of Incident.
- category string
- Category property for Incident.
- class
Id string - comments string
- Comments property on Incident.
- create
Time string - The time when this managed object was created.
- created
By string - Creator property of Incident.
- created
On string - Incident create date property.
- description string
- Description for Incident.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- due
Date string - Due date property for Incident.
- expected
Start string - Expected start date for Incident.
- id string
- impact string
- Impact property for Incident.
- incident
State string - State property of the Incident.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - opened
By string - Assigned to value for Incident.
- owners string[]
- parent
Get
Servicenow Incident Parent - permission
Resources GetServicenow Incident Permission Resource[] - priority string
- Priority property for Incident.
- registered
Device GetServicenow Incident Registered Device - risk string
- The risk property for Incident.
- severity string
- Severity property of the Incident.
- 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.
- short
Description string - Short Description for Incident.
- sys
Id string - System Id property for Incident.
- Get
Servicenow Incident Tag[] - task
Effective stringNumber - Task Effective Number for Incident.
- updated
By string - Last update by on Incident.
- urgency string
- Urgency property of the Incident.
- version
Context GetServicenow Incident Version Context - work
End string - Work end date for Incident.
- work
Start string - Work start date for Incident.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Servicenow Incident Ancestor] - approval str
- The approver property of Incident.
- category str
- Category property for Incident.
- class_
id str - comments str
- Comments property on Incident.
- create_
time str - The time when this managed object was created.
- created_
by str - Creator property of Incident.
- created_
on str - Incident create date property.
- description str
- Description for Incident.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- due_
date str - Due date property for Incident.
- expected_
start str - Expected start date for Incident.
- id str
- impact str
- Impact property for Incident.
- incident_
state str - State property of the Incident.
- 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 - opened_
by str - Assigned to value for Incident.
- owners Sequence[str]
- parent
Get
Servicenow Incident Parent - permission_
resources Sequence[GetServicenow Incident Permission Resource] - priority str
- Priority property for Incident.
- registered_
device GetServicenow Incident Registered Device - risk str
- The risk property for Incident.
- severity str
- Severity property of the Incident.
- 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 Incident.
- sys_
id str - System Id property for Incident.
- Sequence[Get
Servicenow Incident Tag] - task_
effective_ strnumber - Task Effective Number for Incident.
- updated_
by str - Last update by on Incident.
- urgency str
- Urgency property of the Incident.
- version_
context GetServicenow Incident Version Context - work_
end str - Work end date for Incident.
- work_
start str - Work start date for Incident.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- approval String
- The approver property of Incident.
- category String
- Category property for Incident.
- class
Id String - comments String
- Comments property on Incident.
- create
Time String - The time when this managed object was created.
- created
By String - Creator property of Incident.
- created
On String - Incident create date property.
- description String
- Description for Incident.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- due
Date String - Due date property for Incident.
- expected
Start String - Expected start date for Incident.
- id String
- impact String
- Impact property for Incident.
- incident
State String - State property of the Incident.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - opened
By String - Assigned to value for Incident.
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - priority String
- Priority property for Incident.
- registered
Device Property Map - risk String
- The risk property for Incident.
- severity String
- Severity property of the Incident.
- 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.
- short
Description String - Short Description for Incident.
- sys
Id String - System Id property for Incident.
- List<Property Map>
- task
Effective StringNumber - Task Effective Number for Incident.
- updated
By String - Last update by on Incident.
- urgency String
- Urgency property of the Incident.
- version
Context Property Map - work
End String - Work end date for Incident.
- work
Start String - Work start date for Incident.
getServicenowIncident Result
The following output properties are available:
- Id string
- Results
List<Get
Servicenow Incident Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Servicenow Incident Ancestor> - Approval string
- Category string
- Class
Id string - Comments string
- Create
Time string - Created
By string - Created
On string - Description string
- Domain
Group stringMoid - Due
Date string - Expected
Start string - Impact string
- Incident
State string - Mod
Time string - Moid string
- Object
Type string - Opened
By string - Owners List<string>
- Parent
Get
Servicenow Incident Parent - Permission
Resources List<GetServicenow Incident Permission Resource> - Priority string
- Registered
Device GetServicenow Incident Registered Device - Risk string
- Severity string
- string
- Short
Description string - Sys
Id string - List<Get
Servicenow Incident Tag> - Task
Effective stringNumber - Updated
By string - Urgency string
- Version
Context GetServicenow Incident Version Context - Work
End string - Work
Start string
- Id string
- Results
[]Get
Servicenow Incident Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Servicenow Incident Ancestor - Approval string
- Category string
- Class
Id string - Comments string
- Create
Time string - Created
By string - Created
On string - Description string
- Domain
Group stringMoid - Due
Date string - Expected
Start string - Impact string
- Incident
State string - Mod
Time string - Moid string
- Object
Type string - Opened
By string - Owners []string
- Parent
Get
Servicenow Incident Parent - Permission
Resources []GetServicenow Incident Permission Resource - Priority string
- Registered
Device GetServicenow Incident Registered Device - Risk string
- Severity string
- string
- Short
Description string - Sys
Id string - []Get
Servicenow Incident Tag - Task
Effective stringNumber - Updated
By string - Urgency string
- Version
Context GetServicenow Incident Version Context - Work
End string - Work
Start string
- id String
- results
List<Get
Servicenow Incident Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Servicenow Incident Ancestor> - approval String
- category String
- class
Id String - comments String
- create
Time String - created
By String - created
On String - description String
- domain
Group StringMoid - due
Date String - expected
Start String - impact String
- incident
State String - mod
Time String - moid String
- object
Type String - opened
By String - owners List<String>
- parent
Get
Servicenow Incident Parent - permission
Resources List<GetServicenow Incident Permission Resource> - priority String
- registered
Device GetServicenow Incident Registered Device - risk String
- severity String
- String
- short
Description String - sys
Id String - List<Get
Servicenow Incident Tag> - task
Effective StringNumber - updated
By String - urgency String
- version
Context GetServicenow Incident Version Context - work
End String - work
Start String
- id string
- results
Get
Servicenow Incident Result[] - account
Moid string - additional
Properties string - ancestors
Get
Servicenow Incident Ancestor[] - approval string
- category string
- class
Id string - comments string
- create
Time string - created
By string - created
On string - description string
- domain
Group stringMoid - due
Date string - expected
Start string - impact string
- incident
State string - mod
Time string - moid string
- object
Type string - opened
By string - owners string[]
- parent
Get
Servicenow Incident Parent - permission
Resources GetServicenow Incident Permission Resource[] - priority string
- registered
Device GetServicenow Incident Registered Device - risk string
- severity string
- string
- short
Description string - sys
Id string - Get
Servicenow Incident Tag[] - task
Effective stringNumber - updated
By string - urgency string
- version
Context GetServicenow Incident Version Context - work
End string - work
Start string
- id str
- results
Sequence[Get
Servicenow Incident Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Servicenow Incident Ancestor] - approval str
- category str
- class_
id str - comments str
- create_
time str - created_
by str - created_
on str - description str
- domain_
group_ strmoid - due_
date str - expected_
start str - impact str
- incident_
state str - mod_
time str - moid str
- object_
type str - opened_
by str - owners Sequence[str]
- parent
Get
Servicenow Incident Parent - permission_
resources Sequence[GetServicenow Incident Permission Resource] - priority str
- registered_
device GetServicenow Incident Registered Device - risk str
- severity str
- str
- short_
description str - sys_
id str - Sequence[Get
Servicenow Incident Tag] - task_
effective_ strnumber - updated_
by str - urgency str
- version_
context GetServicenow Incident Version Context - work_
end str - work_
start str
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- approval String
- category String
- class
Id String - comments String
- create
Time String - created
By String - created
On String - description String
- domain
Group StringMoid - due
Date String - expected
Start String - impact String
- incident
State String - mod
Time String - moid String
- object
Type String - opened
By String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - priority String
- registered
Device Property Map - risk String
- severity String
- String
- short
Description String - sys
Id String - List<Property Map>
- task
Effective StringNumber - updated
By String - urgency String
- version
Context Property Map - work
End String - work
Start String
Supporting Types
GetServicenowIncidentAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetServicenowIncidentParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetServicenowIncidentPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetServicenowIncidentRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetServicenowIncidentResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Servicenow Incident Result Ancestor> - Approval string
- The approver property of Incident.
- Category string
- Category property for Incident.
- Class
Id string - Comments string
- Comments property on Incident.
- Create
Time string - The time when this managed object was created.
- Created
By string - Creator property of Incident.
- Created
On string - Incident create date property.
- Description string
- Description for Incident.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Due
Date string - Due date property for Incident.
- Expected
Start string - Expected start date for Incident.
- Impact string
- Impact property for Incident.
- Incident
State string - State property of the Incident.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Opened
By string - Assigned to value for Incident.
- Owners List<string>
- Parents
List<Get
Servicenow Incident Result Parent> - Permission
Resources List<GetServicenow Incident Result Permission Resource> - Priority string
- Priority property for Incident.
- Registered
Devices List<GetServicenow Incident Result Registered Device> - Risk string
- The risk property for Incident.
- Severity string
- Severity property of the Incident.
- 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.
- Short
Description string - Short Description for Incident.
- Sys
Id string - System Id property for Incident.
- List<Get
Servicenow Incident Result Tag> - Task
Effective stringNumber - Task Effective Number for Incident.
- Updated
By string - Last update by on Incident.
- Urgency string
- Urgency property of the Incident.
- Version
Contexts List<GetServicenow Incident Result Version Context> - Work
End string - Work end date for Incident.
- Work
Start string - Work start date for Incident.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Servicenow Incident Result Ancestor - Approval string
- The approver property of Incident.
- Category string
- Category property for Incident.
- Class
Id string - Comments string
- Comments property on Incident.
- Create
Time string - The time when this managed object was created.
- Created
By string - Creator property of Incident.
- Created
On string - Incident create date property.
- Description string
- Description for Incident.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Due
Date string - Due date property for Incident.
- Expected
Start string - Expected start date for Incident.
- Impact string
- Impact property for Incident.
- Incident
State string - State property of the Incident.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Opened
By string - Assigned to value for Incident.
- Owners []string
- Parents
[]Get
Servicenow Incident Result Parent - Permission
Resources []GetServicenow Incident Result Permission Resource - Priority string
- Priority property for Incident.
- Registered
Devices []GetServicenow Incident Result Registered Device - Risk string
- The risk property for Incident.
- Severity string
- Severity property of the Incident.
- 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.
- Short
Description string - Short Description for Incident.
- Sys
Id string - System Id property for Incident.
- []Get
Servicenow Incident Result Tag - Task
Effective stringNumber - Task Effective Number for Incident.
- Updated
By string - Last update by on Incident.
- Urgency string
- Urgency property of the Incident.
- Version
Contexts []GetServicenow Incident Result Version Context - Work
End string - Work end date for Incident.
- Work
Start string - Work start date for Incident.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Servicenow Incident Result Ancestor> - approval String
- The approver property of Incident.
- category String
- Category property for Incident.
- class
Id String - comments String
- Comments property on Incident.
- create
Time String - The time when this managed object was created.
- created
By String - Creator property of Incident.
- created
On String - Incident create date property.
- description String
- Description for Incident.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- due
Date String - Due date property for Incident.
- expected
Start String - Expected start date for Incident.
- impact String
- Impact property for Incident.
- incident
State String - State property of the Incident.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - opened
By String - Assigned to value for Incident.
- owners List<String>
- parents
List<Get
Servicenow Incident Result Parent> - permission
Resources List<GetServicenow Incident Result Permission Resource> - priority String
- Priority property for Incident.
- registered
Devices List<GetServicenow Incident Result Registered Device> - risk String
- The risk property for Incident.
- severity String
- Severity property of the Incident.
- 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.
- short
Description String - Short Description for Incident.
- sys
Id String - System Id property for Incident.
- List<Get
Servicenow Incident Result Tag> - task
Effective StringNumber - Task Effective Number for Incident.
- updated
By String - Last update by on Incident.
- urgency String
- Urgency property of the Incident.
- version
Contexts List<GetServicenow Incident Result Version Context> - work
End String - Work end date for Incident.
- work
Start String - Work start date for Incident.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Servicenow Incident Result Ancestor[] - approval string
- The approver property of Incident.
- category string
- Category property for Incident.
- class
Id string - comments string
- Comments property on Incident.
- create
Time string - The time when this managed object was created.
- created
By string - Creator property of Incident.
- created
On string - Incident create date property.
- description string
- Description for Incident.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- due
Date string - Due date property for Incident.
- expected
Start string - Expected start date for Incident.
- impact string
- Impact property for Incident.
- incident
State string - State property of the Incident.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - opened
By string - Assigned to value for Incident.
- owners string[]
- parents
Get
Servicenow Incident Result Parent[] - permission
Resources GetServicenow Incident Result Permission Resource[] - priority string
- Priority property for Incident.
- registered
Devices GetServicenow Incident Result Registered Device[] - risk string
- The risk property for Incident.
- severity string
- Severity property of the Incident.
- 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.
- short
Description string - Short Description for Incident.
- sys
Id string - System Id property for Incident.
- Get
Servicenow Incident Result Tag[] - task
Effective stringNumber - Task Effective Number for Incident.
- updated
By string - Last update by on Incident.
- urgency string
- Urgency property of the Incident.
- version
Contexts GetServicenow Incident Result Version Context[] - work
End string - Work end date for Incident.
- work
Start string - Work start date for Incident.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Servicenow Incident Result Ancestor] - approval str
- The approver property of Incident.
- category str
- Category property for Incident.
- class_
id str - comments str
- Comments property on Incident.
- create_
time str - The time when this managed object was created.
- created_
by str - Creator property of Incident.
- created_
on str - Incident create date property.
- description str
- Description for Incident.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- due_
date str - Due date property for Incident.
- expected_
start str - Expected start date for Incident.
- impact str
- Impact property for Incident.
- incident_
state str - State property of the Incident.
- 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 - opened_
by str - Assigned to value for Incident.
- owners Sequence[str]
- parents
Sequence[Get
Servicenow Incident Result Parent] - permission_
resources Sequence[GetServicenow Incident Result Permission Resource] - priority str
- Priority property for Incident.
- registered_
devices Sequence[GetServicenow Incident Result Registered Device] - risk str
- The risk property for Incident.
- severity str
- Severity property of the Incident.
- 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 Incident.
- sys_
id str - System Id property for Incident.
- Sequence[Get
Servicenow Incident Result Tag] - task_
effective_ strnumber - Task Effective Number for Incident.
- updated_
by str - Last update by on Incident.
- urgency str
- Urgency property of the Incident.
- version_
contexts Sequence[GetServicenow Incident Result Version Context] - work_
end str - Work end date for Incident.
- work_
start str - Work start date for Incident.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- approval String
- The approver property of Incident.
- category String
- Category property for Incident.
- class
Id String - comments String
- Comments property on Incident.
- create
Time String - The time when this managed object was created.
- created
By String - Creator property of Incident.
- created
On String - Incident create date property.
- description String
- Description for Incident.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- due
Date String - Due date property for Incident.
- expected
Start String - Expected start date for Incident.
- impact String
- Impact property for Incident.
- incident
State String - State property of the Incident.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - opened
By String - Assigned to value for Incident.
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - priority String
- Priority property for Incident.
- registered
Devices List<Property Map> - risk String
- The risk property for Incident.
- severity String
- Severity property of the Incident.
- 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.
- short
Description String - Short Description for Incident.
- sys
Id String - System Id property for Incident.
- List<Property Map>
- task
Effective StringNumber - Task Effective Number for Incident.
- updated
By String - Last update by on Incident.
- urgency String
- Urgency property of the Incident.
- version
Contexts List<Property Map> - work
End String - Work end date for Incident.
- work
Start String - Work start date for Incident.
GetServicenowIncidentResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetServicenowIncidentResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetServicenowIncidentResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetServicenowIncidentResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetServicenowIncidentResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetServicenowIncidentResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetServicenow Incident Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetServicenow Incident Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetServicenowIncidentResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetServicenowIncidentResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetServicenowIncidentTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetServicenowIncidentVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetServicenow Incident Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetServicenow Incident Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetServicenow Incident Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetServicenow Incident Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetServicenow Incident Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetServicenow Incident Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetServicenow Incident Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetServicenow Incident Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetServicenow Incident 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 Incident Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetServicenowIncidentVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetServicenowIncidentVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet