curl --request GET \
--url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app{
"data": [
{
"appId": "ad349e91-3e4c-44bb-9278-fc5bb80239b5",
"name": "minimal"
},
{
"appId": "cb692760-9786-44c3-b040-019bec5a1b77",
"name": "my-app"
}
],
"meta": {
"page": 1,
"size": 2,
"totalPages": 1
}
}Lists all apps associated with a particular Big Peer instance.
curl --request GET \
--url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app{
"data": [
{
"appId": "ad349e91-3e4c-44bb-9278-fc5bb80239b5",
"name": "minimal"
},
{
"appId": "cb692760-9786-44c3-b040-019bec5a1b77",
"name": "my-app"
}
],
"meta": {
"page": 1,
"size": 2,
"totalPages": 1
}
}list of apps associated with a big peer instance
Show child attributes
RFC 1123 DNS labels used for most Kubernetes resource names. Some resource types require their names to follow the DNS label standard as defined in [RFC 1123][rfc1123]. This means the name must: * contain at most 63 characters * contain only lowercase alphanumeric characters or '-' * start with an alphanumeric character * end with an alphanumeric character [rfc1123]: https://tools.ietf.org/html/rfc1123
1 - 63UUID used to identity a BigPeerApp resource
Auth providers associated with a BigPeer App, to be used when authenticating devices against BigPeer Subscription.
Show child attributes
Was this page helpful?