---
sourceDocument: Référence de l’API Xanadu
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/fr-FR/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - fr-FR

ft:publication_title :

    - Référence de l’API Xanadu

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# CimInstanceToken : global

# CimInstanceToken : global {#ariaid-title1}

* Rversion finale: Xanadu
* 
* Mis à jour 1 août 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute de lecture

L'include de script CimInstanceToken fournit des méthodes pour représenter l'identité de requête unique d'une instance CIM (Common Information Model).

À utiliser avec n'importe quel script de détection côté serveur.

## CimInstanceToken : getHashToken(String cimomip) {#ariaid-title2}

Analyse le jeton d'instance.
{#r_CIT-getHashToken_S__table_gdx_bjc_rt__entry__3}

| Nom | Type | Description |
|-|-|-|
| cimomip | Chaîne |   |
[Tableau 1. Paramètres]

{#r_CIT-getHashToken_S__table_gdx_bjc_rt} {#r_CIT-getHashToken_S__table_hdx_bjc_rt__entry__2}

| Type | Description |
|-|-|
| Chaîne | Le jeton de hachage |
[Tableau 2. Renvoie]

{#r_CIT-getHashToken_S__table_hdx_bjc_rt}

## CimInstanceToken : analyser (instance XMLObj) {#ariaid-title3}

Analyse le jeton d'instance.
{#r_CIT-parse_O__table_rt1_r3c_rt__entry__3}

| Nom | Type | Description |
|-|-|-|
| instance | XMLObj | L'instance CIM |
[Tableau 3. Paramètres]

{#r_CIT-parse_O__table_rt1_r3c_rt} {#r_CIT-parse_O__table_st1_r3c_rt__entry__2}

| Type | Description |
|-|-|
| Chaîne | Jeton d'instance analysé, par exemple, CIM_ClassName{Key1='Value1',Key2='Value2'} |
[Tableau 4. Renvoie]

{#r_CIT-parse_O__table_st1_r3c_rt}

