Skip to main content

tokens

Overview

Nametokens
TypeResource
Idsumologic.tokens.tokens

Fields

NameDatatypeDescription
idstringIdentifier of the token.
namestringName of the token.
descriptionstringDescription of the token.
modifiedAtstringLast modification timestamp in UTC.
createdBystringIdentifier of the user who created the resource.
statusstringStatus of the token. Can be Active, or Inactive.
typestringType of the token. Valid values: 1) CollectorRegistrationTokenResponse
versionintegerVersion of the token.
modifiedBystringIdentifier of the user who last modified the resource.
createdAtstringCreation timestamp in UTC in RFC3339 format.

Methods

NameAccessible byRequired ParamsDescription
getTokenSELECTid, regionGet a token with the given identifier in the token library.
listTokensSELECTregionGet a list of all tokens in the token library.
createTokenINSERTdata__name, data__status, data__type, regionCreate a token in the token library.
deleteTokenDELETEid, regionDelete a token with the given identifier in the token library.
updateTokenEXECid, data__name, data__status, data__type, data__version, regionUpdate a token with the given identifier in the token library.