---
sourceDocument: 호주 통신 서비스 운영 관리
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/telecom-service-ops

 Release :

    - australia

ft:locale :

    - ko-KR

ft:publication_title :

    - 호주 통신 서비스 운영 관리

ft:clusterId :

    - tsom

bundleId :

    - tsom

workflow :

    - Customer and Industry


---

# Fortinet 서비스 그래프 커넥터 API 엔드포인트

# Fortinet 서비스 그래프 커넥터 API 엔드포인트 {#ariaid-title1}

* 릴리스 버전: Australia
* 
* 업데이트 날짜 2026년 08월 07일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 2분

for Fortinet 는 서비스 그래프 커넥터 대시보드 API 데이터를 에 통합 Fortinet 합니다ServiceNow AI Platform®구성 관리 데이터베이스(CMDB). 이 문서에서는 사용되는 API 엔드포인트와 데이터가 시스템을 통해 흐르는 방식에 대해 자세히 설명합니다.
{#fortinet-service-graph-connector-api-endpoints__table_akk_j2d_phc__entry__2}

| 설명 | API 응답 |
|-|-|
| JSON-RPC 세션 인증 | { "method": "exec", "params": [ { "url": "/sys/login/user", "data": { "user": "user", "passwd": "abc1123" } } ], "verbose": 1 } |
| 로그아웃 JSON-RPC 세션 | { "method": "exec", "params": [ { "url": "/sys/logout" } ], "verbose": 1, "session": "TxMw/zbjw+tVZ/JL3bhmYg0vTUpVguYHIQesJXpye4j2vvsqtZaSgKWa+0iLqug+3/074jq8QqmI/KOx4GHkwQ==" } |
| ADOM 가져오기 | { "method": "get", "params": [ { "url": "/dvmdb/adom", "meta fields": [ "VF SDWAN Service Provided", "VF OpCo Name", "VF Customer ID", "SERVICE_ID", "SDN_MS" ] } ], "verbose": 1, "session": "TxMw/zbjw+tVZ/JL3bhmYg0vTUpVguYHIQesJXpye4j2vvsqtZaSgKWa+0iLqug+3/074jq8QqmI/KOx4GHkwQ==" } |
| ADOM 장치 가져오기 | { "method": "get", "params": [ { "url": "/dvmdb/adom/{ADOM_NAME}/device", "meta fields": [ "Company/Organization", "VF 3C Ref", "Address", "Contact Email", "Contact Phone Number", "VF Order Ref" ] } ], "verbose": 1, "session": "TxMw/zbjw+tVZ/JL3bhmYg0vTUpVguYHIQesJXpye4j2vvsqtZaSgKWa+0iLqug+3/074jq8QqmI/KOx4GHkwQ==" } |
| 장치 이름별 인터페이스 가져오기 | { "method": "get", "params": [ { "url": "/dbcache/system/interface", "option": [ "scope member" ], "scope member": [ { "name": "{DEVICE_NAME}", "vdom": "global" } ], "fields": [ "name", "alias", "comments", "speed", "mediatype", "ip", "mode", "type", "mtu", "interface", "vlanid", "member", "vdom", "role", "allowaccess", "zone", "mac", "status" ], "current_adom": "{ADOM_NAME}" } ], "verbose": 1, "session": "TxMw/zbjw+tVZ/JL3bhmYg0vTUpVguYHIQesJXpye4j2vvsqtZaSgKWa+0iLqug+3/074jq8QqmI/KOx4GHkwQ==" } |
[표 1. API 참조 예시]

{#fortinet-service-graph-connector-api-endpoints__table_akk_j2d_phc}

