/AWS1/CL_SGM=>LISTENDPOINTS()
¶
About ListEndpoints¶
Lists endpoints.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_SORTBY
TYPE /AWS1/SGMENDPOINTSORTKEY
/AWS1/SGMENDPOINTSORTKEY
¶
Sorts the list of results. The default is
CreationTime
.
IV_SORTORDER
TYPE /AWS1/SGMORDERKEY
/AWS1/SGMORDERKEY
¶
The sort order for results. The default is
Descending
.
IV_NEXTTOKEN
TYPE /AWS1/SGMPAGINATIONTOKEN
/AWS1/SGMPAGINATIONTOKEN
¶
If the result of a
ListEndpoints
request was truncated, the response includes aNextToken
. To retrieve the next set of endpoints, use the token in the next request.
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The maximum number of endpoints to return in the response. This value defaults to 10.
IV_NAMECONTAINS
TYPE /AWS1/SGMENDPOINTNAMECONTAINS
/AWS1/SGMENDPOINTNAMECONTAINS
¶
A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
IV_CREATIONTIMEBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only endpoints that were created before the specified time (timestamp).
IV_CREATIONTIMEAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).
IV_LASTMODIFIEDTIMEBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only endpoints that were modified before the specified timestamp.
IV_LASTMODIFIEDTIMEAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
A filter that returns only endpoints that were modified after the specified timestamp.
IV_STATUSEQUALS
TYPE /AWS1/SGMENDPOINTSTATUS
/AWS1/SGMENDPOINTSTATUS
¶
A filter that returns only endpoints with the specified status.