GenerateAmazonIamRoleExternalId Method

Description

Generates an external ID to be used for an Amazon IAM Role.

HTTP Request

GET https://api.skeddly.com/api/Credentials/GenerateAmazonIamRoleExternalId

Query Parameters

projectId

The ID of the project in which to generate the Amazon external ID.

Type: string

Default: Default project

Required: No

Returns

An AmazonIamRoleExternalId object.

Sample Request

GET /api/Credentials/GenerateAmazonIamRoleExternalId HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>

Sample Response

{
    "expiryDate": "2016-06-07T20:21:00Z",
    "externalId": "skeddly-12345678"
}

Last updated