Skip to content

Commit

Permalink
DOC-1850-remove-showlicenseinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lee authored and Victor Lee committed Oct 15, 2024
1 parent daa710d commit 4225085
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions modules/installation/pages/license.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,31 +66,7 @@ If the installation completes successfully, the message "install license success

=== Checking License Information

After a license key has been installed successfully on a TigerGraph system, the information of the installed license is available via either the CLI command `gadmin license status` or via the following REST API:

.Get License Information

[source,console]
----
$ curl -X GET "localhost:9000/showlicenseinfo"
{
"message": "",
"error": false,
"version": {
"edition": "developer",
"schema": 0,
"api": "v2",
}
"code": "",
"results": [
{
"Days remaining": 10160,
"Expiration date": "Mon Oct 2 04:00:00 2045\n"
}
]
}
----

After a license key has been installed successfully on a TigerGraph system, the information of the installed license is available via the CLI command `gadmin license status`.


== Usage Limits Controlled by License Key
Expand Down

0 comments on commit 4225085

Please sign in to comment.