[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

List Services

Description

List services (used in firewall rules)

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/entities/services
Copy

Query Parameters

Query Parameters

string
cursor Optional

Cursor from previous response


number
end_time Optional

End time for query in epoch seconds


number
size Optional

Page size of results


number
start_time Optional

Start time for query in epoch seconds


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagedListResponseWithTime of type(s) application/json
{
    "cursor": "ML12eu02==",
    "end_time": 1504739809,
    "start_time": 1504739809,
    "total_count": 100
}
string
cursor Optional

Cursor for the next page


integer as int64
end_time Optional

End timestamp of the window of the objects returned


array of EntityIdWithTime
results Optional

integer as int64
start_time Optional

Start timestamp of the window of the objects returned


integer
total_count Optional

Total number of objects returned

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/entities/services


Feedback

Was this page helpful?