Skip to Content

GetURocketMQToken - GetURocketMQToken

Overview

Get token info

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is GetURocketMQToken.Yes
PublicKeystringThe user’s public key can be obtained from Console Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See Region and Availability Zone List Yes
ProjectIdstringProject ID. Leave blank for the default project, sub-accounts must fill in. Please refer to the GetProjectList API Yes
ServiceIdstringInstance IDYes
TokenIdstringToken IdYes
DisplaystringShow PlaintextNo

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
TokenTokenTokenYes

Data Model

Token

Field NameTypeDescription InformationRequired
AllowProduceTopicListstringArray of allowed production Topic namesYes
AllowConsumeTopicListstringArray of Topic names allowed to consumeYes
AKSKAKSKKeyYes
TokenIdstringToken IDYes
TopicProducePermstringTopic Production PermissionYes
TopicConsumePermstringTopic Consumption PermissionsYes
ServiceIdstringService IDYes
NamestringToken NameYes
TypestringToken TypeYes
CreateTimeintCreation TimeYes
ModifyTimeintModification TimeYes

AKSK

Field NameTypeDescription InformationRequired
AccessKeystringPublic KeyYes
SecretKeystringPrivate KeyYes

Example

Request Example

https://api.ucloud-global.com/?Action=GetURocketMQToken &Region=cn-zj &ProjectId=iaptzNZw &ServiceId=nSItBJFC &TokenId=pYYzopwa &Display=true

Response Example

{ "Action": "GetURocketMQTokenResponse", "Message": "LdUjHjhe", "RetCode": 0, "Token": {} }