Ruud Senden
Ruud Senden
Order-by functionality is already being discussed in #86
Having an option to limit the number of results without the ability to provide a starting position probably doesn't make much sense. Potentially we could have a generic `--records -`...
Although the comment above could potentially work for returning the first `x` records, it won't be performant when processing later pages, for example `--records 100000-100005` as we'd still need to...
Correct; when authenticating with username/password, the login command will connect to SSC to generate a UnifiedLoginToken and will fail if the credentials are incorrect. When passing a pre-generated token, we...
Fixed by c2e66bceb34ca1c3f9989dd2c63546ff0c010d99
fcli ssc session login : expiration status is unknown IF login session was created using token (-t )
As far as I know, SSC doesn't provide functionality for retrieving token expiration date for an existing token, so fcli can't know when the token will expire, and therefore can't...
fcli ssc session login : expiration status is unknown IF login session was created using token (-t )
Fixed by c2e66bceb34ca1c3f9989dd2c63546ff0c010d99
We could potentially check whether the token passed to the `fcli ssc token delete` command isn't in use by an active session, however: - The token could still be deleted...
We can't implement this in a reliable way without SSC API improvements, best thing we can do is to improve the description of the `fcli ssc session list` command, describing...
Command help has already been updated, and as described above, there's not much more that we can do from an fcli perspective to better handle such situations. As such, closing...