Retrieves a list of applications associated with a network domain.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListApplicationsForNetworkZone |
list |
*NetworkZone
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
No |
The token used for the next query. |
NTxxxxxexample |
| PreviousToken |
string |
No |
The token used to query the previous page. |
PTxxxxxexample |
| MaxResults |
integer |
No |
The number of entries to return on each page. |
20 |
| NetworkZoneId |
string |
Yes |
The ID of the network domain associated with the application. |
network_11111 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of entries returned. |
100 |
| NextToken |
string |
The token returned for the next query. |
NTxxxexample |
| PreviousToken |
string |
The token returned for the previous query. |
PTxxxexample |
| MaxResults |
integer |
The number of entries returned on each page. |
20 |
| Applications |
array<object> |
The list of applications. |
|
|
object |
The application details. |
||
| InstanceId |
string |
The ID of the IDaaS EIAM instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
The ID of the application. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| ApplicationName |
string |
The name of the application. |
cloudSSO |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"PreviousToken": "PTxxxexample",
"MaxResults": 20,
"Applications": [
{
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"ApplicationName": "cloudSSO"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.