Retrieve AWS instance profiles
GET /aws/ha/metadata/instance-profiles
Retrieves AWS instance profiles.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
roleArn |
string |
query |
False |
|
cloudProviderAccountId |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
instanceProfileId |
string |
True |
|
name |
string |
False |
Example error response
{
"instanceProfileId": "string",
"name": "string"
}