Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

プロビジョニングおよび管理 API

WS-Transit-API-OUT-oas2.yaml

Request to send a script to a device

post

This method is used by TSH to provide a script to a device.

ヘッダーパラメータ
x-podstring · 最大: 128必須

HTTP header identifying the pod and corresponding DNS hostname of the load balancer from which traffic is coming. Subsequent API calls should be sent to this pod.

本文
taskIdstring · 最小: 1 · 最大: 64必須

Unique task identifier used to correlate a callback to a request.

walletCardIdstring · 最小: 1 · 最大: 64必須

The Wallet Card Identifier. Unique for each wallet card.

seIdstring必須

Secure Element Identifier

Pattern: ([0-9a-fA-F][0-9a-fA-F]){1,24}
レスポンス
200

sendScript response payload

application/json
post
/sendScript

Request to update a digital card

post

This method is used by TSH to request to update a digital card.

ヘッダーパラメータ
x-podstring · 最大: 128必須

HTTP header identifying the pod and corresponding DNS hostname of the load balancer from which traffic is coming. Subsequent API calls should be sent to this pod.

本文
taskIdstring · 最小: 1 · 最大: 64必須

Unique task identifier used to correlate a callback to a request.

walletCardIdstring · 最小: 1 · 最大: 64必須

The Wallet Card Identifier. Unique for each wallet card.

seIdstring必須

Secure Element Identifier

Pattern: ([0-9a-fA-F][0-9a-fA-F]){1,24}
operationstring · enum必須

Operation to perform on a digital card.SUSPEND: for suspending the digital card, usually GP lock is performed on SERESUME: for resuming the digital card, usually GP unlock is performed on SEDELETE: for deleting the digital card and related instances in SEMETADATA_UPDATE: for updating the digital card metadata.cardDescriptor is provided for this operation.REDIRECT: used to notify the device to connect to TSH to fetch some commands using getDeviceCommands API.ERASE: for completely removing the digital card from device and server as defined in GDPR.

可能な値:
レスポンス
200

updateCard response payload

application/json
post
/updateCard

Request to get the status of a task

post

This method is used by TSH to request a task status.

ヘッダーパラメータ
x-podstring · 最大: 128必須

HTTP header identifying the pod and corresponding DNS hostname of the load balancer from which traffic is coming. Subsequent API calls should be sent to this pod.

本文
taskIdstring · 最小: 1 · 最大: 64必須

Unique task identifier used to correlate a callback to a request.

seIdstring必須

Secure Element Identifier

Pattern: ([0-9a-fA-F][0-9a-fA-F]){1,24}
レスポンス
200

getTaskStatus response payload

application/json
taskStatusstring · enumオプション可能な値:
post
/getTaskStatus

最終更新

役に立ちましたか?