1. Packages
  2. Intersight Provider
  3. API Docs
  4. getServicenowIncident
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getServicenowIncident

Explore with Pulumi AI

intersight logo
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:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetServicenowIncidentAncestor>
    Approval string
    The approver property of Incident.
    Category string
    Category property for Incident.
    ClassId string
    Comments string
    Comments property on Incident.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator property of Incident.
    CreatedOn string
    Incident create date property.
    Description string
    Description for Incident.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date property for Incident.
    ExpectedStart string
    Expected start date for Incident.
    Id string
    Impact string
    Impact property for Incident.
    IncidentState string
    State property of the Incident.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OpenedBy string
    Assigned to value for Incident.
    Owners List<string>
    Parent GetServicenowIncidentParent
    PermissionResources List<GetServicenowIncidentPermissionResource>
    Priority string
    Priority property for Incident.
    RegisteredDevice GetServicenowIncidentRegisteredDevice
    Risk string
    The risk property for Incident.
    Severity string
    Severity property of the Incident.
    SharedScope 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 Incident.
    SysId string
    System Id property for Incident.
    Tags List<GetServicenowIncidentTag>
    TaskEffectiveNumber string
    Task Effective Number for Incident.
    UpdatedBy string
    Last update by on Incident.
    Urgency string
    Urgency property of the Incident.
    VersionContext GetServicenowIncidentVersionContext
    WorkEnd string
    Work end date for Incident.
    WorkStart string
    Work start date for Incident.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetServicenowIncidentAncestor
    Approval string
    The approver property of Incident.
    Category string
    Category property for Incident.
    ClassId string
    Comments string
    Comments property on Incident.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator property of Incident.
    CreatedOn string
    Incident create date property.
    Description string
    Description for Incident.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date property for Incident.
    ExpectedStart string
    Expected start date for Incident.
    Id string
    Impact string
    Impact property for Incident.
    IncidentState string
    State property of the Incident.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OpenedBy string
    Assigned to value for Incident.
    Owners []string
    Parent GetServicenowIncidentParent
    PermissionResources []GetServicenowIncidentPermissionResource
    Priority string
    Priority property for Incident.
    RegisteredDevice GetServicenowIncidentRegisteredDevice
    Risk string
    The risk property for Incident.
    Severity string
    Severity property of the Incident.
    SharedScope 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 Incident.
    SysId string
    System Id property for Incident.
    Tags []GetServicenowIncidentTag
    TaskEffectiveNumber string
    Task Effective Number for Incident.
    UpdatedBy string
    Last update by on Incident.
    Urgency string
    Urgency property of the Incident.
    VersionContext GetServicenowIncidentVersionContext
    WorkEnd string
    Work end date for Incident.
    WorkStart string
    Work start date for Incident.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetServicenowIncidentAncestor>
    approval String
    The approver property of Incident.
    category String
    Category property for Incident.
    classId String
    comments String
    Comments property on Incident.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator property of Incident.
    createdOn String
    Incident create date property.
    description String
    Description for Incident.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date property for Incident.
    expectedStart String
    Expected start date for Incident.
    id String
    impact String
    Impact property for Incident.
    incidentState String
    State property of the Incident.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    openedBy String
    Assigned to value for Incident.
    owners List<String>
    parent GetServicenowIncidentParent
    permissionResources List<GetServicenowIncidentPermissionResource>
    priority String
    Priority property for Incident.
    registeredDevice GetServicenowIncidentRegisteredDevice
    risk String
    The risk property for Incident.
    severity String
    Severity property of the Incident.
    sharedScope 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 Incident.
    sysId String
    System Id property for Incident.
    tags List<GetServicenowIncidentTag>
    taskEffectiveNumber String
    Task Effective Number for Incident.
    updatedBy String
    Last update by on Incident.
    urgency String
    Urgency property of the Incident.
    versionContext GetServicenowIncidentVersionContext
    workEnd String
    Work end date for Incident.
    workStart String
    Work start date for Incident.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetServicenowIncidentAncestor[]
    approval string
    The approver property of Incident.
    category string
    Category property for Incident.
    classId string
    comments string
    Comments property on Incident.
    createTime string
    The time when this managed object was created.
    createdBy string
    Creator property of Incident.
    createdOn string
    Incident create date property.
    description string
    Description for Incident.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    dueDate string
    Due date property for Incident.
    expectedStart string
    Expected start date for Incident.
    id string
    impact string
    Impact property for Incident.
    incidentState string
    State property of the Incident.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    openedBy string
    Assigned to value for Incident.
    owners string[]
    parent GetServicenowIncidentParent
    permissionResources GetServicenowIncidentPermissionResource[]
    priority string
    Priority property for Incident.
    registeredDevice GetServicenowIncidentRegisteredDevice
    risk string
    The risk property for Incident.
    severity string
    Severity property of the Incident.
    sharedScope 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 Incident.
    sysId string
    System Id property for Incident.
    tags GetServicenowIncidentTag[]
    taskEffectiveNumber string
    Task Effective Number for Incident.
    updatedBy string
    Last update by on Incident.
    urgency string
    Urgency property of the Incident.
    versionContext GetServicenowIncidentVersionContext
    workEnd string
    Work end date for Incident.
    workStart string
    Work start date for Incident.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetServicenowIncidentAncestor]
    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_moid str
    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 GetServicenowIncidentParent
    permission_resources Sequence[GetServicenowIncidentPermissionResource]
    priority str
    Priority property for Incident.
    registered_device GetServicenowIncidentRegisteredDevice
    risk str
    The risk property for Incident.
    severity str
    Severity property of the Incident.
    shared_scope 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.
    tags Sequence[GetServicenowIncidentTag]
    task_effective_number str
    Task Effective Number for Incident.
    updated_by str
    Last update by on Incident.
    urgency str
    Urgency property of the Incident.
    version_context GetServicenowIncidentVersionContext
    work_end str
    Work end date for Incident.
    work_start str
    Work start date for Incident.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    approval String
    The approver property of Incident.
    category String
    Category property for Incident.
    classId String
    comments String
    Comments property on Incident.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator property of Incident.
    createdOn String
    Incident create date property.
    description String
    Description for Incident.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date property for Incident.
    expectedStart String
    Expected start date for Incident.
    id String
    impact String
    Impact property for Incident.
    incidentState String
    State property of the Incident.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    openedBy String
    Assigned to value for Incident.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    priority String
    Priority property for Incident.
    registeredDevice Property Map
    risk String
    The risk property for Incident.
    severity String
    Severity property of the Incident.
    sharedScope 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 Incident.
    sysId String
    System Id property for Incident.
    tags List<Property Map>
    taskEffectiveNumber String
    Task Effective Number for Incident.
    updatedBy String
    Last update by on Incident.
    urgency String
    Urgency property of the Incident.
    versionContext Property Map
    workEnd String
    Work end date for Incident.
    workStart String
    Work start date for Incident.

    getServicenowIncident Result

    The following output properties are available:

    Id string
    Results List<GetServicenowIncidentResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetServicenowIncidentAncestor>
    Approval string
    Category string
    ClassId string
    Comments string
    CreateTime string
    CreatedBy string
    CreatedOn string
    Description string
    DomainGroupMoid string
    DueDate string
    ExpectedStart string
    Impact string
    IncidentState string
    ModTime string
    Moid string
    ObjectType string
    OpenedBy string
    Owners List<string>
    Parent GetServicenowIncidentParent
    PermissionResources List<GetServicenowIncidentPermissionResource>
    Priority string
    RegisteredDevice GetServicenowIncidentRegisteredDevice
    Risk string
    Severity string
    SharedScope string
    ShortDescription string
    SysId string
    Tags List<GetServicenowIncidentTag>
    TaskEffectiveNumber string
    UpdatedBy string
    Urgency string
    VersionContext GetServicenowIncidentVersionContext
    WorkEnd string
    WorkStart string
    Id string
    Results []GetServicenowIncidentResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetServicenowIncidentAncestor
    Approval string
    Category string
    ClassId string
    Comments string
    CreateTime string
    CreatedBy string
    CreatedOn string
    Description string
    DomainGroupMoid string
    DueDate string
    ExpectedStart string
    Impact string
    IncidentState string
    ModTime string
    Moid string
    ObjectType string
    OpenedBy string
    Owners []string
    Parent GetServicenowIncidentParent
    PermissionResources []GetServicenowIncidentPermissionResource
    Priority string
    RegisteredDevice GetServicenowIncidentRegisteredDevice
    Risk string
    Severity string
    SharedScope string
    ShortDescription string
    SysId string
    Tags []GetServicenowIncidentTag
    TaskEffectiveNumber string
    UpdatedBy string
    Urgency string
    VersionContext GetServicenowIncidentVersionContext
    WorkEnd string
    WorkStart string
    id String
    results List<GetServicenowIncidentResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetServicenowIncidentAncestor>
    approval String
    category String
    classId String
    comments String
    createTime String
    createdBy String
    createdOn String
    description String
    domainGroupMoid String
    dueDate String
    expectedStart String
    impact String
    incidentState String
    modTime String
    moid String
    objectType String
    openedBy String
    owners List<String>
    parent GetServicenowIncidentParent
    permissionResources List<GetServicenowIncidentPermissionResource>
    priority String
    registeredDevice GetServicenowIncidentRegisteredDevice
    risk String
    severity String
    sharedScope String
    shortDescription String
    sysId String
    tags List<GetServicenowIncidentTag>
    taskEffectiveNumber String
    updatedBy String
    urgency String
    versionContext GetServicenowIncidentVersionContext
    workEnd String
    workStart String
    id string
    results GetServicenowIncidentResult[]
    accountMoid string
    additionalProperties string
    ancestors GetServicenowIncidentAncestor[]
    approval string
    category string
    classId string
    comments string
    createTime string
    createdBy string
    createdOn string
    description string
    domainGroupMoid string
    dueDate string
    expectedStart string
    impact string
    incidentState string
    modTime string
    moid string
    objectType string
    openedBy string
    owners string[]
    parent GetServicenowIncidentParent
    permissionResources GetServicenowIncidentPermissionResource[]
    priority string
    registeredDevice GetServicenowIncidentRegisteredDevice
    risk string
    severity string
    sharedScope string
    shortDescription string
    sysId string
    tags GetServicenowIncidentTag[]
    taskEffectiveNumber string
    updatedBy string
    urgency string
    versionContext GetServicenowIncidentVersionContext
    workEnd string
    workStart string

    Supporting Types

    GetServicenowIncidentAncestor

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetServicenowIncidentResultAncestor>
    Approval string
    The approver property of Incident.
    Category string
    Category property for Incident.
    ClassId string
    Comments string
    Comments property on Incident.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator property of Incident.
    CreatedOn string
    Incident create date property.
    Description string
    Description for Incident.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date property for Incident.
    ExpectedStart string
    Expected start date for Incident.
    Impact string
    Impact property for Incident.
    IncidentState string
    State property of the Incident.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OpenedBy string
    Assigned to value for Incident.
    Owners List<string>
    Parents List<GetServicenowIncidentResultParent>
    PermissionResources List<GetServicenowIncidentResultPermissionResource>
    Priority string
    Priority property for Incident.
    RegisteredDevices List<GetServicenowIncidentResultRegisteredDevice>
    Risk string
    The risk property for Incident.
    Severity string
    Severity property of the Incident.
    SharedScope 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 Incident.
    SysId string
    System Id property for Incident.
    Tags List<GetServicenowIncidentResultTag>
    TaskEffectiveNumber string
    Task Effective Number for Incident.
    UpdatedBy string
    Last update by on Incident.
    Urgency string
    Urgency property of the Incident.
    VersionContexts List<GetServicenowIncidentResultVersionContext>
    WorkEnd string
    Work end date for Incident.
    WorkStart string
    Work start date for Incident.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetServicenowIncidentResultAncestor
    Approval string
    The approver property of Incident.
    Category string
    Category property for Incident.
    ClassId string
    Comments string
    Comments property on Incident.
    CreateTime string
    The time when this managed object was created.
    CreatedBy string
    Creator property of Incident.
    CreatedOn string
    Incident create date property.
    Description string
    Description for Incident.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DueDate string
    Due date property for Incident.
    ExpectedStart string
    Expected start date for Incident.
    Impact string
    Impact property for Incident.
    IncidentState string
    State property of the Incident.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OpenedBy string
    Assigned to value for Incident.
    Owners []string
    Parents []GetServicenowIncidentResultParent
    PermissionResources []GetServicenowIncidentResultPermissionResource
    Priority string
    Priority property for Incident.
    RegisteredDevices []GetServicenowIncidentResultRegisteredDevice
    Risk string
    The risk property for Incident.
    Severity string
    Severity property of the Incident.
    SharedScope 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 Incident.
    SysId string
    System Id property for Incident.
    Tags []GetServicenowIncidentResultTag
    TaskEffectiveNumber string
    Task Effective Number for Incident.
    UpdatedBy string
    Last update by on Incident.
    Urgency string
    Urgency property of the Incident.
    VersionContexts []GetServicenowIncidentResultVersionContext
    WorkEnd string
    Work end date for Incident.
    WorkStart string
    Work start date for Incident.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetServicenowIncidentResultAncestor>
    approval String
    The approver property of Incident.
    category String
    Category property for Incident.
    classId String
    comments String
    Comments property on Incident.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator property of Incident.
    createdOn String
    Incident create date property.
    description String
    Description for Incident.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date property for Incident.
    expectedStart String
    Expected start date for Incident.
    impact String
    Impact property for Incident.
    incidentState String
    State property of the Incident.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    openedBy String
    Assigned to value for Incident.
    owners List<String>
    parents List<GetServicenowIncidentResultParent>
    permissionResources List<GetServicenowIncidentResultPermissionResource>
    priority String
    Priority property for Incident.
    registeredDevices List<GetServicenowIncidentResultRegisteredDevice>
    risk String
    The risk property for Incident.
    severity String
    Severity property of the Incident.
    sharedScope 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 Incident.
    sysId String
    System Id property for Incident.
    tags List<GetServicenowIncidentResultTag>
    taskEffectiveNumber String
    Task Effective Number for Incident.
    updatedBy String
    Last update by on Incident.
    urgency String
    Urgency property of the Incident.
    versionContexts List<GetServicenowIncidentResultVersionContext>
    workEnd String
    Work end date for Incident.
    workStart String
    Work start date for Incident.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetServicenowIncidentResultAncestor[]
    approval string
    The approver property of Incident.
    category string
    Category property for Incident.
    classId string
    comments string
    Comments property on Incident.
    createTime string
    The time when this managed object was created.
    createdBy string
    Creator property of Incident.
    createdOn string
    Incident create date property.
    description string
    Description for Incident.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    dueDate string
    Due date property for Incident.
    expectedStart string
    Expected start date for Incident.
    impact string
    Impact property for Incident.
    incidentState string
    State property of the Incident.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    openedBy string
    Assigned to value for Incident.
    owners string[]
    parents GetServicenowIncidentResultParent[]
    permissionResources GetServicenowIncidentResultPermissionResource[]
    priority string
    Priority property for Incident.
    registeredDevices GetServicenowIncidentResultRegisteredDevice[]
    risk string
    The risk property for Incident.
    severity string
    Severity property of the Incident.
    sharedScope 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 Incident.
    sysId string
    System Id property for Incident.
    tags GetServicenowIncidentResultTag[]
    taskEffectiveNumber string
    Task Effective Number for Incident.
    updatedBy string
    Last update by on Incident.
    urgency string
    Urgency property of the Incident.
    versionContexts GetServicenowIncidentResultVersionContext[]
    workEnd string
    Work end date for Incident.
    workStart string
    Work start date for Incident.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetServicenowIncidentResultAncestor]
    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_moid str
    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[GetServicenowIncidentResultParent]
    permission_resources Sequence[GetServicenowIncidentResultPermissionResource]
    priority str
    Priority property for Incident.
    registered_devices Sequence[GetServicenowIncidentResultRegisteredDevice]
    risk str
    The risk property for Incident.
    severity str
    Severity property of the Incident.
    shared_scope 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.
    tags Sequence[GetServicenowIncidentResultTag]
    task_effective_number str
    Task Effective Number for Incident.
    updated_by str
    Last update by on Incident.
    urgency str
    Urgency property of the Incident.
    version_contexts Sequence[GetServicenowIncidentResultVersionContext]
    work_end str
    Work end date for Incident.
    work_start str
    Work start date for Incident.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    approval String
    The approver property of Incident.
    category String
    Category property for Incident.
    classId String
    comments String
    Comments property on Incident.
    createTime String
    The time when this managed object was created.
    createdBy String
    Creator property of Incident.
    createdOn String
    Incident create date property.
    description String
    Description for Incident.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    dueDate String
    Due date property for Incident.
    expectedStart String
    Expected start date for Incident.
    impact String
    Impact property for Incident.
    incidentState String
    State property of the Incident.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    openedBy String
    Assigned to value for Incident.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    priority String
    Priority property for Incident.
    registeredDevices List<Property Map>
    risk String
    The risk property for Incident.
    severity String
    Severity property of the Incident.
    sharedScope 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 Incident.
    sysId String
    System Id property for Incident.
    tags List<Property Map>
    taskEffectiveNumber String
    Task Effective Number for Incident.
    updatedBy String
    Last update by on Incident.
    urgency String
    Urgency property of the Incident.
    versionContexts List<Property Map>
    workEnd String
    Work end date for Incident.
    workStart String
    Work start date for Incident.

    GetServicenowIncidentResultAncestor

    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

    GetServicenowIncidentResultParent

    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

    GetServicenowIncidentResultPermissionResource

    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

    GetServicenowIncidentResultRegisteredDevice

    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

    GetServicenowIncidentResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetServicenowIncidentResultVersionContext

    GetServicenowIncidentResultVersionContextInterestedMo

    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

    GetServicenowIncidentResultVersionContextRefMo

    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

    GetServicenowIncidentTag

    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.

    GetServicenowIncidentVersionContext

    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<GetServicenowIncidentVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetServicenowIncidentVersionContextRefMo
    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 []GetServicenowIncidentVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetServicenowIncidentVersionContextRefMo
    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<GetServicenowIncidentVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetServicenowIncidentVersionContextRefMo
    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 GetServicenowIncidentVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetServicenowIncidentVersionContextRefMo
    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[GetServicenowIncidentVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetServicenowIncidentVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    GetServicenowIncidentVersionContextInterestedMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet